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

/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_capability.c92 size_t maxcmds; local
98 maxcmds = uap->maxcmds;
119 for (i = 0; i < MIN(fdep->fde_nioctls, maxcmds); i++) {
H A Dfreebsd32_proto.h665 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.c3182 uarg[2] = p->maxcmds; /* size_t */
/freebsd-11-stable/sys/kern/
H A Dsys_capability.c457 size_t maxcmds; local
462 maxcmds = uap->maxcmds;
483 sizeof(cmds[0]) * MIN(fdep->fde_nioctls, maxcmds));
H A Dsystrace_args.c3208 uarg[2] = p->maxcmds; /* size_t */
/freebsd-11-stable/sys/sys/
H A Dcapsicum.h414 ssize_t cap_ioctls_get(int fd, cap_ioctl_t *cmds, size_t maxcmds);
H A Dsysproto.h1723 char maxcmds_l_[PADL_(size_t)]; size_t maxcmds; char maxcmds_r_[PADR_(size_t)]; member in struct:cap_ioctls_get_args
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.h1421 u_int maxcmds,
H A Daic79xx.c7103 ahd_update_coalescing_values(struct ahd_softc *ahd, u_int timer, u_int maxcmds, argument
7110 if (maxcmds > AHD_INT_COALESCING_MAXCMDS_MAX)
7111 maxcmds = AHD_INT_COALESCING_MAXCMDS_MAX;
7114 ahd->int_coalescing_maxcmds = maxcmds;
7116 ahd_outb(ahd, INT_COALESCING_MAXCMDS, -maxcmds);
/freebsd-11-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 304 milliseconds