Home
last modified time | relevance | path

Searched refs:ndmp_device_info_v3 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c686 ndmp_device_info_v3 *tip, *tip_save = NULL; /* tape info pointer */ in ndmpd_config_get_tape_info_v3()
698 tip_save = tip = ndmp_malloc(sizeof (ndmp_device_info_v3) * max); in ndmpd_config_get_tape_info_v3()
791 ndmp_device_info_v3 *sip, *sip_save; in ndmpd_config_get_scsi_info_v3()
801 sip_save = sip = ndmp_malloc(sizeof (ndmp_device_info_v3) * max); in ndmpd_config_get_scsi_info_v3()
H A Dndmp.x544 struct ndmp_device_info_v3 struct
553 ndmp_device_info_v3 tape_info<>;
563 ndmp_device_info_v3 scsi_info<>;
1944 typedef ndmp_device_info_v3 ndmp_device_info_v4;