Searched refs:RAIDFRAME_GET_COMPONENT_LABEL (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/dev/raidframe/ |
H A D | raidframeio.h | 108 #define RAIDFRAME_GET_COMPONENT_LABEL _IOWR ('r', 19, RF_ComponentLabel_t) macro
|
H A D | rf_netbsdkintf.c | 1636 case RAIDFRAME_GET_COMPONENT_LABEL: in raidioctl()
|
/netbsd-src/sbin/raidctl/ |
H A D | raidctl.c | 221 action = RAIDFRAME_GET_COMPONENT_LABEL; in main() 376 case RAIDFRAME_GET_COMPONENT_LABEL: in main() 717 do_ioctl(fd, RAIDFRAME_GET_COMPONENT_LABEL, label_ptr, in rf_output_configuration() 718 "RAIDFRAME_GET_COMPONENT_LABEL"); in rf_output_configuration() 820 do_ioctl( fd, RAIDFRAME_GET_COMPONENT_LABEL, label_ptr, in get_component_label() 821 "RAIDFRAME_GET_COMPONENT_LABEL"); in get_component_label()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 1341 unsigned IOCTL_RAIDFRAME_GET_COMPONENT_LABEL = RAIDFRAME_GET_COMPONENT_LABEL;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 374 _(RAIDFRAME_GET_COMPONENT_LABEL, READWRITE, struct_RF_ComponentLabel_sz);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 1504 unsigned IOCTL_RAIDFRAME_GET_COMPONENT_LABEL = RAIDFRAME_GET_COMPONENT_LABEL;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 373 _(RAIDFRAME_GET_COMPONENT_LABEL, READWRITE, struct_RF_ComponentLabel_sz);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 1503 unsigned IOCTL_RAIDFRAME_GET_COMPONENT_LABEL = RAIDFRAME_GET_COMPONENT_LABEL;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 373 _(RAIDFRAME_GET_COMPONENT_LABEL, READWRITE, struct_RF_ComponentLabel_sz);
|