Home
last modified time | relevance | path

Searched refs:path_prepend (Results 1 - 1 of 1) sorted by relevance

/third_party/eudev/src/udev/
H A Dudev-builtin-path_id.c36 static int path_prepend(char **path, const char *fmt, ...) { in path_prepend() function
72 return path_prepend(path, "lun-%lu", lun); in format_lun_number()
74 return path_prepend(path, "lun-0x%04lx%04lx00000000", lun & 0xffff, (lun >> 16) & 0xffff); in format_lun_number()
113 path_prepend(path, "fc-%s-%s", port, lun); in handle_scsi_fibre_channel()
149 path_prepend(path, "sas-%s-%s", sas_address, lun); in handle_scsi_sas_wide_port()
238 path_prepend(path, "sas-exp%s-phy%s-%s", sas_address, phy_id, lun); in handle_scsi_sas()
240 path_prepend(path, "sas-phy%s-%s", phy_id, lun); in handle_scsi_sas()
300 path_prepend(path, "ip-%s:%s-iscsi-%s-%s", addr, port, target, lun); in handle_scsi_iscsi()
387 path_prepend(path, "scsi-%u:%u:%u:%u", host, bus, target, lun); in handle_scsi_default()
424 path_prepend(pat in handle_scsi_hyperv()
[all...]

Completed in 1 milliseconds