Lines Matching refs:minor_nm
246 char *minor_nm, *drvr_nm, *name = (char *)NULL; in usb_process() local
251 minor_nm = di_minor_name(minor); in usb_process()
253 if ((minor_nm == NULL) || (drvr_nm == NULL)) { in usb_process()
258 minor_nm, di_node_name(node), di_minor_nodetype(minor)); in usb_process()
284 (void) strcat(p_path, minor_nm); in usb_process()
298 ugen_create_link(p_path, minor_nm, node, minor); in usb_process()
315 if (strcmp(minor_nm, "sound,audio") == 0) { in usb_process()
319 } else if (strcmp(minor_nm, "sound,audioctl") == 0) { in usb_process()
323 } else if (strcmp(minor_nm, "mux") == 0) { in usb_process()
362 if (strcmp(minor_nm, "hwahc") == 0) { in usb_process()
365 } else if (strcmp(minor_nm, "hubd") == 0) { in usb_process()