Lines Matching refs:DEV
153 static char *dev_dir = DEV;
3149 if (strncmp(contents, DEV "/", strlen(DEV) + 1) == 0) { in devfsadm_rm_work()
3150 devfsadm_rm_work(&contents[strlen(DEV) + 1], in devfsadm_rm_work()
3454 if (strncmp(contents, DEV "/", in build_devlink_list()
3455 strlen(DEV) + strlen("/")) != 0) { in build_devlink_list()
3473 &contents[strlen(DEV) + strlen("/")]); in build_devlink_list()
4598 if (strncmp(contents, DEV "/", strlen(DEV) + 1) == 0) { in resolve_link()
4602 &contents[strlen(DEV) + strlen("/")]); in resolve_link()
5826 (void) nftw(DEV, devfsadm_copy_file, 20, FTW_PHYS); in devfsadm_copy()
7099 len = strlen(root_dir) + strlen(DEV) + 1; in set_root_devices_dev_dir()
7101 (void) snprintf(dev_dir, len, "%s%s", root_dir, DEV); in set_root_devices_dev_dir()