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

/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_capability.c104 size_t maxcmds; local
110 maxcmds = uap->maxcmds;
131 for (i = 0; i < MIN(fdep->fde_nioctls, maxcmds); i++) {
H A Dfreebsd32_proto.h677 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.c3215 uarg[2] = p->maxcmds; /* size_t */
/freebsd-10-stable/sys/kern/
H A Dsys_capability.c452 size_t maxcmds; local
457 maxcmds = uap->maxcmds;
478 sizeof(cmds[0]) * MIN(fdep->fde_nioctls, maxcmds));
H A Dsystrace_args.c3304 uarg[2] = p->maxcmds; /* size_t */
/freebsd-10-stable/sys/sys/
H A Dcapsicum.h408 ssize_t cap_ioctls_get(int fd, unsigned long *cmds, size_t maxcmds);
H A Dsysproto.h1774 char maxcmds_l_[PADL_(size_t)]; size_t maxcmds; char maxcmds_r_[PADR_(size_t)]; member in struct:cap_ioctls_get_args
/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic79xx.h1421 u_int maxcmds,
H A Daic79xx.c7112 ahd_update_coalescing_values(struct ahd_softc *ahd, u_int timer, u_int maxcmds, argument
7119 if (maxcmds > AHD_INT_COALESCING_MAXCMDS_MAX)
7120 maxcmds = AHD_INT_COALESCING_MAXCMDS_MAX;
7123 ahd->int_coalescing_maxcmds = maxcmds;
7125 ahd_outb(ahd, INT_COALESCING_MAXCMDS, -maxcmds);

Completed in 219 milliseconds