Lines Matching defs:path

27 static void path_prepend(char **path, const char *fmt, ...) {  in path_prepend()
58 static int format_lun_number(sd_device *dev, char **path) { in format_lun_number()
112 static sd_device *handle_scsi_fibre_channel(sd_device *parent, char **path) { in handle_scsi_fibre_channel()
135 static sd_device *handle_scsi_sas_wide_port(sd_device *parent, char **path) { in handle_scsi_sas_wide_port()
160 static sd_device *handle_scsi_sas(sd_device *parent, char **path) { in handle_scsi_sas()
221 static sd_device *handle_scsi_iscsi(sd_device *parent, char **path) { in handle_scsi_iscsi()
265 static sd_device *handle_scsi_ata(sd_device *parent, char **path, char **compat_path) { in handle_scsi_ata()
307 static sd_device *handle_scsi_default(sd_device *parent, char **path) { in handle_scsi_default()
381 static sd_device *handle_scsi_hyperv(sd_device *parent, char **path, size_t guid_str_len) { in handle_scsi_hyperv()
417 static sd_device *handle_scsi(sd_device *parent, char **path, char **compat_path, bool *supported_p… in handle_scsi()
461 static sd_device *handle_cciss(sd_device *parent, char **path) { in handle_cciss()
474 static void handle_scsi_tape(sd_device *dev, char **path) { in handle_scsi_tape()
490 static sd_device *handle_usb(sd_device *parent, char **path) { in handle_usb()
513 static sd_device *handle_bcma(sd_device *parent, char **path) { in handle_bcma()
527 static sd_device *handle_ap(sd_device *parent, char **path) { in handle_ap()
548 _cleanup_free_ char *path = NULL; in builtin_path_id() local