Home
last modified time | relevance | path

Searched defs:devtabent (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libadm/inc/
H A Ddevtab.h113 struct devtabent { struct
114 int entryno; /* Entry number of this record */
115 int comment; /* Comment flag */
116 char *alias; /* Alias of the device */
117 char *cdevice; /* Character device pathname */
118 char *bdevice; /* Block device pathname */
119 char *pathname; /* Vanilla pathname */
120 char *attrstr; /* String containing attributes */
121 struct attrval *attrlist; /* Addr of 1st attribute description */
/illumos-gate/usr/src/lib/libadm/common/
H A Dputdev.c430 struct devtabent *devtabent; /* * to struct we're making */ in mkdevtabent() local
774 struct devtabent *devtabent; /* Ptr to dev tab entry */ in _adddevtabrec() local
1023 struct devtabent *devtabent; in _rmdevtabrec() local
1095 struct devtabent *devtabent; /* Entry being copied */ in _rmdevtabattrs() local
H A Dlistdev.c132 struct devtabent *devtabent; /* Ptr to devtab entry */ in listdev() local
H A Dgetdev.c775 struct devtabent *devtabent; /* Ptr to current record */ in getnextmatch() local