Searched refs:cmds (Results 101 - 119 of 119) sorted by relevance

12345

/freebsd-current/contrib/libevent/build-aux/
H A Dltmain.sh4240 eval cmds=\"$finish_eval\"
4241 $opt_dry_run || eval "$cmds" || func_append admincmds "
4242 $cmds"
9872 cmds=$export_symbols_cmds
9874 for cmd1 in $cmds; do
9998 cmds=$module_expsym_cmds
10001 cmds=$module_cmds
10006 cmds=$archive_expsym_cmds
10009 cmds=$archive_cmds
10215 cmds
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Dfile.h748 * cmds: the list of commands to trigger the collection on
754 } __packed cmds[16]; member in struct:iwl_fw_dbg_trigger_cmd
/freebsd-current/sys/dev/usb/wlan/
H A Dif_uath.c526 uath_free_cmd_list(struct uath_softc *sc, struct uath_cmd cmds[]) argument
531 cmds[i].buf = NULL;
535 uath_alloc_cmd_list(struct uath_softc *sc, struct uath_cmd cmds[]) argument
545 struct uath_cmd *cmd = &cmds[i];
/freebsd-current/sys/dev/ipw/
H A Dif_ipw.c1428 } cmds[] = { local
1461 for (i = 0; i < nitems(cmds); i++)
1462 if (cmds[i].cmd == cmd)
1463 return cmds[i].name;
/freebsd-current/crypto/openssh/regress/
H A DMakefile63 sftp-cmds \
/freebsd-current/contrib/ntp/ntpdc/
H A Dntpdc.c323 const char** cmds = STACKLST_OPT( COMMAND ); local
326 ADDCMD(*cmds++);
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm704 my @cmds = @_;
711 foreach (@cmds) {
/freebsd-current/lib/libsys/
H A D_libsys.h810 int __sys_cap_ioctls_limit(int fd, const u_long * cmds, size_t ncmds);
811 ssize_t __sys_cap_ioctls_get(int fd, u_long * cmds, size_t maxcmds);
/freebsd-current/contrib/nvi/ex/
H A Dex_argv.c288 for (off = exp->argsoff, cp = cmds; cp->name != NULL; ++cp) {
/freebsd-current/sys/sys/
H A Dmount.h794 typedef int vfs_quotactl_t(struct mount *mp, int cmds, uid_t uid, void *arg,
H A Dsyscallsubr.h98 int kern_cap_ioctls_limit(struct thread *td, int fd, u_long *cmds,
H A Dsysproto.h1608 char cmds_l_[PADL_(const u_long *)]; const u_long * cmds; char cmds_r_[PADR_(const u_long *)]; member in struct:cap_ioctls_limit_args
1613 char cmds_l_[PADL_(u_long *)]; u_long * cmds; char cmds_r_[PADR_(u_long *)]; member in struct:cap_ioctls_get_args
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8514 INTERCEPTOR(int, cap_ioctls_limit, int fd, const uptr *cmds, SIZE_T ncmds) {
8516 COMMON_INTERCEPTOR_ENTER(ctx, cap_ioctls_limit, fd, cmds, ncmds);
8517 if (cmds)
8518 COMMON_INTERCEPTOR_READ_RANGE(ctx, cmds, sizeof(*cmds) * ncmds);
8520 return REAL(cap_ioctls_limit)(fd, cmds, ncmds);
8523 INTERCEPTOR(int, cap_ioctls_get, int fd, uptr *cmds, SIZE_T maxcmds) {
8525 COMMON_INTERCEPTOR_ENTER(ctx, cap_ioctls_get, fd, cmds, maxcmds);
8526 int ret = REAL(cap_ioctls_get)(fd, cmds, maxcmds);
8527 if (!ret && cmds)
[all...]
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_proto.h581 char cmds_l_[PADL_(const uint32_t *)]; const uint32_t * cmds; char cmds_r_[PADR_(const uint32_t *)]; member in struct:freebsd32_cap_ioctls_limit_args
586 char cmds_l_[PADL_(uint32_t *)]; uint32_t * cmds; char cmds_r_[PADR_(uint32_t *)]; member in struct:freebsd32_cap_ioctls_get_args
H A Dfreebsd32_systrace_args.c2881 uarg[a++] = (intptr_t)p->cmds; /* const uint32_t * */
2890 uarg[a++] = (intptr_t)p->cmds; /* uint32_t * */
/freebsd-current/sys/kern/
H A Dvfs_default.c1360 vfs_stdquotactl(struct mount *mp, int cmds, uid_t uid, void *arg, bool *mp_busy) argument
H A Dsystrace_args.c2978 uarg[a++] = (intptr_t)p->cmds; /* const u_long * */
2987 uarg[a++] = (intptr_t)p->cmds; /* u_long * */
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1041 static const HAL_ANI_CMD cmds[] = { local
1051 return capability < N(cmds) ?
1052 ar9300_ani_control(ah, cmds[capability], setting) :
/freebsd-current/sys/dev/mmc/
H A Dmmcsd.c857 err = copyin((const void *)mimc->cmds, mic, size);

Completed in 530 milliseconds

12345