Home
last modified time | relevance | path

Searched defs:smbioc_rq (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netsmb/
H A Dsmb_dev.h90 struct smbioc_rq { struct
91 u_char ioc_cmd;
92 u_char ioc_twc;
93 void * ioc_twords;
94 u_short ioc_tbc;
95 void * ioc_tbytes;
96 int ioc_rpbufsz;
97 char * ioc_rpbuf;
98 u_char ioc_rwc;
99 u_short ioc_rbc;
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp406 struct smbioc_rq { struct
425 #define SMBIOC_REQUEST _IOWR('n', 102, struct smbioc_rq) argument