Home
last modified time | relevance | path

Searched refs:SMBIOC_SETFLAGS (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netsmb/
H A Dsmb_dev.h146 #define SMBIOC_SETFLAGS _IOW('n', 104, struct smbioc_flags) macro
H A Dsmb_dev.c233 case SMBIOC_SETFLAGS: { in nsmb_dev_ioctl()
/freebsd/contrib/smbfs/lib/smb/
H A Dctx.c689 if (ioctl(ctx->ct_fd, SMBIOC_SETFLAGS, &fl) == -1) in smb_ctx_setflags()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp427 #define SMBIOC_SETFLAGS _IOW('n', 104, struct smbioc_flags) macro
1968 unsigned IOCTL_SMBIOC_SETFLAGS = SMBIOC_SETFLAGS;
H A Dsanitizer_interceptors_ioctl_netbsd.inc867 _(SMBIOC_SETFLAGS, READ, struct_smbioc_flags_sz);