Lines Matching refs:DEV
154 static char *dev_dir = DEV;
3150 if (strncmp(contents, DEV "/", strlen(DEV) + 1) == 0) { in devfsadm_rm_work()
3151 devfsadm_rm_work(&contents[strlen(DEV) + 1], in devfsadm_rm_work()
3455 if (strncmp(contents, DEV "/", in build_devlink_list()
3456 strlen(DEV) + strlen("/")) != 0) { in build_devlink_list()
3474 &contents[strlen(DEV) + strlen("/")]); in build_devlink_list()
4599 if (strncmp(contents, DEV "/", strlen(DEV) + 1) == 0) { in resolve_link()
4603 &contents[strlen(DEV) + strlen("/")]); in resolve_link()
5827 (void) nftw(DEV, devfsadm_copy_file, 20, FTW_PHYS); in devfsadm_copy()
7100 len = strlen(root_dir) + strlen(DEV) + 1; in set_root_devices_dev_dir()
7102 (void) snprintf(dev_dir, len, "%s%s", root_dir, DEV); in set_root_devices_dev_dir()