Searched refs:devidp (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/common/devid/ |
H A D | devid.c | 36 static int devid_str_decode_id(char *devidstr, ddi_devid_t *devidp, 310 char *devidstr, ddi_devid_t *devidp, char **minor_namep) in ddi_devid_str_decode() argument 312 return (devid_str_decode_id(devidstr, devidp, minor_namep, NULL)); in ddi_devid_str_decode() 317 devid_str_decode_id(char *devidstr, ddi_devid_t *devidp, in devid_str_decode_id() argument 324 if (devidp != NULL) in devid_str_decode_id() 325 *devidp = NULL; in devid_str_decode_id() 353 if (devidp) { in devid_str_decode_id() 462 if (devidp) in devid_str_decode_id() 463 *devidp = (ddi_devid_t)id; in devid_str_decode_id()
|
/titanic_50/usr/src/cmd/stat/common/ |
H A D | dsr.c | 116 char **devpathp, char **adevpathp, char **devidp) in drvinstpart2dev() argument 129 if (devidp != NULL) in drvinstpart2dev() 130 *devidp = NULL; in drvinstpart2dev() 189 if (devidp != NULL) { /* lookup the devid */ in drvinstpart2dev() 205 *devidp = devid; in drvinstpart2dev()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | devid_cache.c | 254 ddi_devid_t devidp; in devid_cache_unpack_nvlist() local 265 DP_DEVID_ID, (uchar_t **)&devidp, &n); in devid_cache_unpack_nvlist() 267 if (ddi_devid_valid(devidp) == DDI_SUCCESS) { in devid_cache_unpack_nvlist() 268 ASSERT(n == ddi_devid_sizeof(devidp)); in devid_cache_unpack_nvlist() 272 (void) bcopy(devidp, np->nvp_devid, n); in devid_cache_unpack_nvlist() 1052 char *nodenamebuf, ddi_devid_t *devidp) in e_devid_cache_path_to_devid() argument 1061 devidp == NULL) in e_devid_cache_path_to_devid() 1064 *devidp = NULL; in e_devid_cache_path_to_devid() 1142 *devidp = devid_dup; in e_devid_cache_path_to_devid()
|
/titanic_50/usr/src/lib/libdevid/ |
H A D | deviceid.c | 48 devid_get(int fd, ddi_devid_t *devidp) in devid_get() argument 78 *devidp = mydevid; in devid_get()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | sunddi.h | 2104 ddi_devid_str_decode(char *devidstr, ddi_devid_t *devidp, char **minor_namep);
|