Searched defs:minor_nm (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/sparc/
H A Dmisc_link_sparc.c168 char *minor_nm; local
170 minor_nm = di_minor_name(minor);
172 if (minor_nm == NULL) {
180 (void) strcat(path, minor_nm);
/illumos-gate/usr/src/cmd/devfsadm/i386/
H A Dmisc_link_i386.c374 char *minor_nm, *drv_nm; local
381 minor_nm = di_minor_name(minor);
384 if ((minor_nm == NULL) || (drv_nm == NULL)) {
389 minor_nm, di_node_name(node));
416 (void) strlcat(p_path, minor_nm, PATH_MAX);
498 char *minor_nm, *drv_nm; local
507 minor_nm = di_minor_name(minor);
509 if ((minor_nm == NULL) || (drv_nm == NULL)) {
514 minor_nm, di_node_name(node), di_minor_nodetype(minor));
541 (void) strlcat(p_path, minor_nm, PATH_MA
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Dmisc_link.c558 char *minor_nm, *drvr_nm; local
561 minor_nm = di_minor_name(minor);
563 if ((minor_nm == NULL) || (drvr_nm == NULL)) {
571 (void) strcat(p_path, minor_nm);
H A Dusb_link.c246 char *minor_nm, *drvr_nm, *name = (char *)NULL; local
251 minor_nm = di_minor_name(minor);
253 if ((minor_nm == NULL) || (drvr_nm == NULL)) {
258 minor_nm, di_node_name(node), di_minor_nodetype(minor));
284 (void) strcat(p_path, minor_nm);
298 ugen_create_link(p_path, minor_nm, node, minor);
315 if (strcmp(minor_nm, "sound,audio") == 0) {
319 } else if (strcmp(minor_nm, "sound,audioctl") == 0) {
323 } else if (strcmp(minor_nm, "mux") == 0) {
362 if (strcmp(minor_nm, "hwah
[all...]
H A Dcfg_link.c248 char *minor_nm; local
252 minor_nm = di_minor_name(minor);
253 if (minor_nm == NULL)
262 (void) strlcat(path, minor_nm, sizeof (path));
272 buf, minor_nm);
284 char *minor_nm; local
288 minor_nm = di_minor_name(minor);
289 if (minor_nm == NULL)
296 (void) snprintf(path, sizeof (path), "%s:%s", devfspath, minor_nm);
306 CFG_DIRNAME, buf, minor_nm);
389 char *minor_nm; local
[all...]
/illumos-gate/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) argument
844 dcmn_err3(("dv_find_leafnode: %s\n", minor_nm));
855 minor_nm, dmd->ddm_name));
856 if (strcmp(minor_nm, dmd->ddm_name) == 0) {
869 dcmn_err3(("dv_find_leafnode: %s: ENOENT\n", minor_nm));

Completed in 89 milliseconds