Home
last modified time | relevance | path

Searched refs:report_type (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommands.c46 static void report_type(returns_enum_t);
107 report_type(ret_err); in report_return()
109 report_type(ret_ok); in report_return()
118 report_type(returns_enum_t return_type) in report_type() function
/freebsd/lib/libcam/
H A Dscsi_wrap.c48 int timeout, uint8_t report_type, uint32_t start_element) in scsi_wrap_get_physical_element_status() argument
84 report_type, in scsi_wrap_get_physical_element_status()
H A Dscsi_wrap.h30 int task_attr, int retry_count, int timeout, uint8_t report_type,
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c7282 uint8_t report_type; in scsireportluns()
7288 report_type = RPL_REPORT_DEFAULT; in scsireportluns()
7309 report_type = RPL_REPORT_DEFAULT; in scsireportluns()
7311 report_type = RPL_REPORT_WELLKNOWN; in scsireportluns()
7313 report_type = RPL_REPORT_ALL; in scsireportluns()
7352 /*select_report*/ report_type, in scsireportluns()
7280 uint8_t report_type; scsireportluns() local
/freebsd/sys/cam/scsi/
H A Dscsi_all.h3082 uint8_t report_type; member
4228 uint16_t allocation_length, uint8_t report_type,
H A Dscsi_all.c8853 uint16_t allocation_length, uint8_t report_type, in scsi_get_physical_element_status() argument
/freebsd/sys/dev/ice/
H A Dice_lib.c3202 u8 report_type; in ice_sysctl_advertise_speed()
3210 report_type = phy_data->report_mode >> 1; in ice_sysctl_advertise_speed()
3232 __func__, report_types[report_type],
3108 u8 report_type; ice_intersect_phy_types_and_speeds() local