Lines Matching defs:devid
29 * Solaris devid / guid values.
51 * Typically the wwnstr makes a good devid, however in some cases the wwnstr
56 * to form the devid.
69 * Description: This routine finds and encodes a unique devid given the
77 * devid - id returned
93 ddi_devid_t *devid) /* OUT */
110 DEVID_ASSERT(devid != NULL);
111 *devid = NULL;
135 /* no vid/pid match, use wwn for devid */
139 /* extract the special vendor-specific 'devid serial number' */
165 /* this is most like a devid formed from inquiry data */
185 /* place the 'devid serial number' buffer the "vid.pid." */
197 /* binary devid stores wwn bytes in big-endian order */
225 *devid = (ddi_devid_t)i_devid;