Searched defs:devtabent (Results 1 – 4 of 4) sorted by relevance
113 struct devtabent { struct114 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 */
430 struct devtabent *devtabent; /* * to struct we're making */ in mkdevtabent() local774 struct devtabent *devtabent; /* Ptr to dev tab entry */ in _adddevtabrec() local1023 struct devtabent *devtabent; in _rmdevtabrec() local1095 struct devtabent *devtabent; /* Entry being copied */ in _rmdevtabattrs() local
132 struct devtabent *devtabent; /* Ptr to devtab entry */ in listdev() local
775 struct devtabent *devtabent; /* Ptr to current record */ in getnextmatch() local