Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ddi_get_name(9F) — SunOS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

ddi_get_name(9F)

NAME

ddi_get_name − return the devinfo node name

SYNOPSIS

#include <sys/ddi.h>
#include <sys/sunddi.h>
char ∗ddi_get_name(dev_info_t ∗dip);

ARGUMENTS

dip A pointer the device’s dev_info structure. 

INTERFACE LEVEL

Solaris architecture specific (SunDDI). 

DESCRIPTION

ddi_get_name() returns the name contained in the dev_info node pointed to by dip.

RETURN VALUES

ddi_get_name() returns the name contained in the dev_info structure. 

CONTEXT

ddi_get_name() can be called from user or interrupt context.

SunOS 5.1  —  Last change: 31 May 1993

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026