Searched refs:maxcmds (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/compat/freebsd32/
H A Dfreebsd32_capability.c95 size_t maxcmds; local
101 maxcmds = uap->maxcmds;
122 for (i = 0; i < MIN(fdep->fde_nioctls, maxcmds); i++) {
H A Dfreebsd32_proto.h637 char maxcmds_l_[PADL_(size_t)]; size_t maxcmds; char maxcmds_r_[PADR_(size_t)]; member in struct:freebsd32_cap_ioctls_get_args
H A Dfreebsd32_systrace_args.c2999 uarg[2] = p->maxcmds; /* size_t */
/freebsd-12-stable/sys/kern/
H A Dsys_capability.c482 size_t maxcmds, ncmds; local
488 maxcmds = uap->maxcmds;
509 ncmds = MIN(count, maxcmds);
H A Dsystrace_args.c3025 uarg[2] = p->maxcmds; /* size_t */
/freebsd-12-stable/sys/sys/
H A Dcapsicum.h472 ssize_t cap_ioctls_get(int fd, cap_ioctl_t *cmds, size_t maxcmds);
H A Dsysproto.h1635 char maxcmds_l_[PADL_(size_t)]; size_t maxcmds; char maxcmds_r_[PADR_(size_t)]; member in struct:cap_ioctls_get_args
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic79xx.h1423 u_int maxcmds,
H A Daic79xx.c7105 ahd_update_coalescing_values(struct ahd_softc *ahd, u_int timer, u_int maxcmds, argument
7112 if (maxcmds > AHD_INT_COALESCING_MAXCMDS_MAX)
7113 maxcmds = AHD_INT_COALESCING_MAXCMDS_MAX;
7116 ahd->int_coalescing_maxcmds = maxcmds;
7118 ahd_outb(ahd, INT_COALESCING_MAXCMDS, -maxcmds);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8141 INTERCEPTOR(int, cap_ioctls_get, int fd, uptr *cmds, SIZE_T maxcmds) {
8143 COMMON_INTERCEPTOR_ENTER(ctx, cap_ioctls_get, fd, cmds, maxcmds);
8144 int ret = REAL(cap_ioctls_get)(fd, cmds, maxcmds);
8146 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, cmds, sizeof(*cmds) * maxcmds);

Completed in 322 milliseconds