Home
last modified time | relevance | path

Searched refs:minor_nm (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/devfsadm/
H A Dusb_link.c246 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()
[all …]
H A Dcfg_link.c248 char *minor_nm; in sata_cfg_creat_cb() local
252 minor_nm = di_minor_name(minor); in sata_cfg_creat_cb()
253 if (minor_nm == NULL) in sata_cfg_creat_cb()
262 (void) strlcat(path, minor_nm, sizeof (path)); in sata_cfg_creat_cb()
272 buf, minor_nm); in sata_cfg_creat_cb()
284 char *minor_nm; in sdcard_cfg_creat_cb() local
288 minor_nm = di_minor_name(minor); in sdcard_cfg_creat_cb()
289 if (minor_nm == NULL) in sdcard_cfg_creat_cb()
296 (void) snprintf(path, sizeof (path), "%s:%s", devfspath, minor_nm); in sdcard_cfg_creat_cb()
306 CFG_DIRNAME, buf, minor_nm); in sdcard_cfg_creat_cb()
[all …]
H A Dmisc_link.c549 char *minor_nm, *drvr_nm; in gpio() local
552 minor_nm = di_minor_name(minor); in gpio()
554 if ((minor_nm == NULL) || (drvr_nm == NULL)) { in gpio()
562 (void) strcat(p_path, minor_nm); in gpio()
/titanic_44/usr/src/cmd/devfsadm/i386/
H A Dmisc_link_i386.c370 char *minor_nm, *drv_nm; in agp_process() local
377 minor_nm = di_minor_name(minor); in agp_process()
380 if ((minor_nm == NULL) || (drv_nm == NULL)) { in agp_process()
385 minor_nm, di_node_name(node)); in agp_process()
412 (void) strlcat(p_path, minor_nm, PATH_MAX); in agp_process()
494 char *minor_nm, *drv_nm; in drm_node() local
503 minor_nm = di_minor_name(minor); in drm_node()
505 if ((minor_nm == NULL) || (drv_nm == NULL)) { in drm_node()
510 minor_nm, di_node_name(node), di_minor_nodetype(minor)); in drm_node()
537 (void) strlcat(p_path, minor_nm, PATH_MAX); in drm_node()
/titanic_44/usr/src/cmd/devfsadm/sparc/
H A Dmisc_link_sparc.c168 char *minor_nm; in mc_node() local
170 minor_nm = di_minor_name(minor); in mc_node()
172 if (minor_nm == NULL) { in mc_node()
180 (void) strcat(path, minor_nm); in mc_node()
/titanic_44/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c838 dv_find_leafnode(dev_info_t *devi, char *minor_nm, struct ddi_minor_data *r_mi) in dv_find_leafnode() argument
844 dcmn_err3(("dv_find_leafnode: %s\n", minor_nm)); in dv_find_leafnode()
855 minor_nm, dmd->ddm_name)); in dv_find_leafnode()
856 if (strcmp(minor_nm, dmd->ddm_name) == 0) { in dv_find_leafnode()
869 dcmn_err3(("dv_find_leafnode: %s: ENOENT\n", minor_nm)); in dv_find_leafnode()