Lines Matching refs:devfspath
247 char *devfspath, *buf, *minor_name; in serial_port_create() local
250 devfspath = di_devfs_path(node); in serial_port_create()
251 if (devfspath == NULL) { in serial_port_create()
258 devfspath); in serial_port_create()
259 di_devfs_path_free(devfspath); in serial_port_create()
268 modname, devfspath, minor_name); in serial_port_create()
269 di_devfs_path_free(devfspath); in serial_port_create()
277 (void) strcpy(p_path, devfspath); in serial_port_create()
280 di_devfs_path_free(devfspath); in serial_port_create()
321 char *devfspath, *buf, *mn; in dialout_create() local
323 devfspath = di_devfs_path(node); in dialout_create()
324 if (devfspath == NULL) { in dialout_create()
331 modname, devfspath); in dialout_create()
332 di_devfs_path_free(devfspath); in dialout_create()
338 modname, devfspath, mn); in dialout_create()
339 di_devfs_path_free(devfspath); in dialout_create()
343 (void) strcpy(p_path, devfspath); in dialout_create()
346 di_devfs_path_free(devfspath); in dialout_create()
463 char *devfspath, *buf, *minor_name; in onbrd_port_create() local
465 devfspath = di_devfs_path(node); in onbrd_port_create()
466 if (devfspath == NULL) { in onbrd_port_create()
473 modname, devfspath); in onbrd_port_create()
474 di_devfs_path_free(devfspath); in onbrd_port_create()
483 devfspath, minor_name); in onbrd_port_create()
484 di_devfs_path_free(devfspath); in onbrd_port_create()
488 (void) strcpy(p_path, devfspath); in onbrd_port_create()
491 di_devfs_path_free(devfspath); in onbrd_port_create()
526 char *devfspath, *buf, *mn; in onbrd_dialout_create() local
528 devfspath = di_devfs_path(node); in onbrd_dialout_create()
529 if (devfspath == NULL) { in onbrd_dialout_create()
536 modname, devfspath); in onbrd_dialout_create()
537 di_devfs_path_free(devfspath); in onbrd_dialout_create()
546 modname, devfspath, mn); in onbrd_dialout_create()
547 di_devfs_path_free(devfspath); in onbrd_dialout_create()
551 (void) strcpy(p_path, devfspath); in onbrd_dialout_create()
554 di_devfs_path_free(devfspath); in onbrd_dialout_create()
591 char *devfspath; in rsc_port_create() local
595 devfspath = di_devfs_path(node); in rsc_port_create()
596 if (devfspath == NULL) { in rsc_port_create()
603 modname, devfspath); in rsc_port_create()
604 di_devfs_path_free(devfspath); in rsc_port_create()
615 di_devfs_path_free(devfspath); in rsc_port_create()
625 di_devfs_path_free(devfspath); in rsc_port_create()
630 di_devfs_path_free(devfspath); in rsc_port_create()
641 char *devfspath; in lom_port_create() local
644 devfspath = di_devfs_path(node); in lom_port_create()
645 if (devfspath == NULL) { in lom_port_create()
652 modname, devfspath); in lom_port_create()
653 di_devfs_path_free(devfspath); in lom_port_create()
664 di_devfs_path_free(devfspath); in lom_port_create()
669 di_devfs_path_free(devfspath); in lom_port_create()