Searched refs:minor_namep (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/common/devid/ |
H A D | devid.c | 37 char **minor_namep, impl_devid_t *id); 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() 318 char **minor_namep, impl_devid_t *id) in devid_str_decode_id() argument 326 if (minor_namep != NULL) in devid_str_decode_id() 327 *minor_namep = NULL; in devid_str_decode_id() 455 if (minor_namep && msp) { in devid_str_decode_id() 456 if ((*minor_namep = DEVID_MALLOC(strlen(msp) + 1)) == NULL) in devid_str_decode_id() 458 (void) strcpy(*minor_namep, msp); in devid_str_decode_id()
|
/titanic_44/usr/src/lib/libdevid/ |
H A D | deviceid.c | 86 devid_get_minor_name(int fd, char **minor_namep) in devid_get_minor_name() argument 119 *minor_namep = myminor_name; in devid_get_minor_name()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | sunddi.h | 2104 ddi_devid_str_decode(char *devidstr, ddi_devid_t *devidp, char **minor_namep);
|