Lines Matching refs:devfs_path
375 portcmp(char *devfs_path, char *phys_path) in portcmp() argument
382 p1 = strrchr(devfs_path, ':'); in portcmp()
400 rv = strcmp(devfs_path, phys_path); in portcmp()
425 char *devfs_path; in check_compat_ports() local
431 if (devfsadm_read_link(node, port, &devfs_path) == DEVFSADM_SUCCESS && in check_compat_ports()
432 portcmp(devfs_path, phys_path) != 0) { in check_compat_ports()
433 free(devfs_path); in check_compat_ports()
437 free(devfs_path); in check_compat_ports()
440 if (devfsadm_read_link(node, port, &devfs_path) == DEVFSADM_SUCCESS && in check_compat_ports()
441 portcmp(devfs_path, phys_path) != 0) { in check_compat_ports()
442 free(devfs_path); in check_compat_ports()
446 free(devfs_path); in check_compat_ports()