Lines Matching refs:DEV
156 static char *dev_dir = DEV;
3162 if (strncmp(contents, DEV "/", strlen(DEV) + 1) == 0) { in devfsadm_rm_work()
3163 devfsadm_rm_work(&contents[strlen(DEV) + 1], in devfsadm_rm_work()
3467 if (strncmp(contents, DEV "/", in build_devlink_list()
3468 strlen(DEV) + strlen("/")) != 0) { in build_devlink_list()
3486 &contents[strlen(DEV) + strlen("/")]); in build_devlink_list()
4611 if (strncmp(contents, DEV "/", strlen(DEV) + 1) == 0) { in resolve_link()
4615 &contents[strlen(DEV) + strlen("/")]); in resolve_link()
5840 (void) nftw(DEV, devfsadm_copy_file, 20, FTW_PHYS); in devfsadm_copy()
7113 len = strlen(root_dir) + strlen(DEV) + 1; in set_root_devices_dev_dir()
7115 (void) snprintf(dev_dir, len, "%s%s", root_dir, DEV); in set_root_devices_dev_dir()