Lines Matching +defs:pathname +defs:device
200 static int check_for(unsigned int mode, const char *pathname);
455 get_available_cds_helper(void *arg, const char *device)
462 if (!is_cdrom_device(device, false))
465 sprintf(dname, "/dev/r%s%c", device, 'a'+RAW_PART);
466 tlen = sprintf(tname, "/dev/%s", device);
501 sprintf(dname, "/dev/r%s%c", device, 'a'+part);
511 "%s%c", device, 'a'+part);
522 "%s%c", device, 'a'+part);
693 * Get from a pathname inside an unmounted local filesystem
701 /* Get device, filesystem, and filepath */
722 * Get from an already-mounted pathname.
1296 /* Get device, filesystem, and filepath */
1378 * retry after small delay to give a new USB device
1611 /* test flag and pathname to check for after unpacking. */
1640 check_for(unsigned int mode, const char *pathname)
1644 found = (target_test(mode, pathname) == 0);
1646 msg_fmt_display(MSG_rootmissing, "%s", pathname);
2651 prop_dictionary_set(args_dict, "device-name", string);
2671 "device-parent");