Searched refs:cmds (Results 1 - 25 of 106) sorted by last modified time

12345

/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh4026 eval cmds=\"$finish_eval\"
4027 $opt_dry_run || eval "$cmds" || func_append admincmds "
4028 $cmds"
9662 cmds=$export_symbols_cmds
9664 for cmd1 in $cmds; do
9788 cmds=$module_expsym_cmds
9791 cmds=$module_cmds
9796 cmds=$archive_expsym_cmds
9799 cmds=$archive_cmds
10005 cmds
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh4026 eval cmds=\"$finish_eval\"
4027 $opt_dry_run || eval "$cmds" || func_append admincmds "
4028 $cmds"
9655 cmds=$export_symbols_cmds
9657 for cmd1 in $cmds; do
9781 cmds=$module_expsym_cmds
9784 cmds=$module_cmds
9789 cmds=$archive_expsym_cmds
9792 cmds=$archive_cmds
9998 cmds
[all...]
/freebsd-11-stable/usr.bin/systat/
H A DMakefile7 SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c sysput.c \
/freebsd-11-stable/sbin/ifconfig/
H A Difconfig.c804 static struct cmd *cmds = NULL; variable in typeref:struct:cmd
809 p->c_next = cmds;
810 cmds = p;
818 for (p = cmds; p != NULL; p = p->c_next)
/freebsd-11-stable/tests/sys/capsicum/
H A Dioctls_test.c70 u_long cmds[] = { FIONREAD }; local
95 ATF_REQUIRE(cap_ioctls_limit(s[0], cmds, nitems(cmds)) == 0);
/freebsd-11-stable/sys/fs/cuse/
H A Dcuse.c148 struct cuse_client_command cmds[CUSE_CMD_MAX]; member in struct:cuse_client
365 if (pcc->cmds[n].entered == td)
366 return (&pcc->cmds[n]);
538 pccmd = &pcc->cmds[n];
588 pccmd = &pccmd->client->cmds[CUSE_CMD_SIGNAL];
1204 pcc->cmds[n].sub.per_file_handle = *(uintptr_t *)data;
1397 pccmd = &pcc->cmds[n];
1458 pccmd = &pcc->cmds[n];
1487 pccmd = &pcc->cmds[CUSE_CMD_OPEN];
1523 pccmd = &pcc->cmds[CUSE_CMD_CLOS
[all...]
/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h79 int kern_cap_ioctls_limit(struct thread *td, int fd, u_long *cmds,
H A Dcapsicum.h408 int cap_ioctls_limit(int fd, const cap_ioctl_t *cmds, size_t ncmds);
411 * If all ioctls are allowed, the cmds array is not populated and
414 ssize_t cap_ioctls_get(int fd, cap_ioctl_t *cmds, size_t maxcmds);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c95 static int zfs_quotactl(vfs_t *vfsp, int cmds, uid_t id, void *arg);
176 zfs_quotactl(vfs_t *vfsp, int cmds, uid_t id, void *arg) argument
187 cmd = cmds >> SUBCMDSHIFT;
188 type = cmds & SUBCMDMASK;
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dengine.c196 static cmdfct cmds[] = variable
245 int ncmds = sizeof(cmds) / sizeof(cmdfct);
330 if (cmd == cmds[i].cm_cmd)
342 if ((f = cmds[i].cm_fct) == NULL)
353 newstate = cmds[i].cm_next;
388 if (cmds[i].cm_argt != CM_NULLOK && buf == NULL)
404 arg.a_idx = cmds[i].cm_macros;
435 if (!bitset(CT_IGNO, cmds[i].cm_todo))
446 } while (!bitset(CT_END, cmds[i].cm_todo));
/freebsd-11-stable/usr.sbin/bhyve/
H A Dbhyverun.c260 unsigned long cmds[] = { TIOCGETA, TIOCGWINSZ }; local
270 if (cap_ioctls_limit(fds[i], cmds, nitems(cmds)) < 0 && errno != ENOSYS)
937 const cap_ioctl_t *cmds; local
984 cmds = vm_get_ioctls(NULL);
985 if (cmds == NULL)
987 if (cap_ioctls_limit(vm_get_device_fd(ctx), cmds, ncmds) == -1 &&
990 free((cap_ioctl_t *)cmds);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp268 for (auto &cmds : {insertBeforeCommands, insertAfterCommands})
269 for (const std::pair<StringRef, std::vector<BaseCommand *>> &p : cmds)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8132 INTERCEPTOR(int, cap_ioctls_limit, int fd, const uptr *cmds, SIZE_T ncmds) {
8134 COMMON_INTERCEPTOR_ENTER(ctx, cap_ioctls_limit, fd, cmds, ncmds);
8135 if (cmds)
8136 COMMON_INTERCEPTOR_READ_RANGE(ctx, cmds, sizeof(*cmds) * ncmds);
8138 return REAL(cap_ioctls_limit)(fd, cmds, ncmds);
8141 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);
8145 if (!ret && cmds)
[all...]
/freebsd-11-stable/contrib/file/
H A Dltmain.sh4029 eval cmds=\"$finish_eval\"
4030 $opt_dry_run || eval "$cmds" || func_append admincmds "
4031 $cmds"
9668 cmds=$export_symbols_cmds
9670 for cmd1 in $cmds; do
9794 cmds=$module_expsym_cmds
9797 cmds=$module_cmds
9802 cmds=$archive_expsym_cmds
9805 cmds=$archive_cmds
10011 cmds
[all...]
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c159 struct cmdtable cmds[] = { variable in typeref:struct:cmdtable
206 for (cmdtp = cmds; cmdtp->cmd; cmdtp++)
264 for (cmdp = cmds; cmdp->cmd; cmdp++) {
/freebsd-11-stable/usr.sbin/sesutil/
H A Dsesutil.c69 } cmds[] = { variable in typeref:struct:command
84 static const int nbcmds = nitems(cmds);
99 if (strcmp(subcmd, cmds[i].name) == 0) {
102 cmds[i].param, cmds[i].desc);
107 fprintf(out, " %-12s%s\n\t\t%s\n\n", cmds[i].name,
108 cmds[i].param, cmds[i].desc);
644 if (strcmp(argv[0], cmds[i].name) == 0) {
645 cmd = &cmds[
[all...]
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c323 const char** cmds = STACKLST_OPT( COMMAND ); local
326 ADDCMD(*cmds++);
/freebsd-11-stable/usr.bin/kdump/
H A Dkdump.c210 const char *cmds[1], *fields[1]; local
229 cmds[0] = "getpwuid";
230 if (cap_pwd_limit_cmds(cappwdloc, cmds, 1) < 0)
236 cmds[0] = "getgrgid";
237 if (cap_grp_limit_cmds(capgrploc, cmds, 1) < 0)
/freebsd-11-stable/sys/kern/
H A Dsys_capability.c340 u_long *cmds; local
352 cmds = fdp->fd_ofiles[fd].fde_ioctls;
354 if (cmds[i] == cmd)
365 cap_ioctl_limit_check(struct filedesc *fdp, int fd, const u_long *cmds, argument
382 if (cmds[i] == ocmds[j])
393 kern_cap_ioctls_limit(struct thread *td, int fd, u_long *cmds, size_t ncmds) argument
409 error = cap_ioctl_limit_check(fdp, fd, cmds, ncmds);
414 fdp->fd_ofiles[fd].fde_ioctls = cmds;
417 cmds = ocmds;
421 free(cmds, M_FILECAP
428 u_long *cmds; local
456 u_long *cmds; local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dutil-print.c835 const char *protoname, const char **cmds, u_int flags)
843 if (cmds != NULL) {
852 while ((cmd = *cmds++) != NULL) {
834 txtproto_print(netdissect_options *ndo, const u_char *pptr, u_int len, const char *protoname, const char **cmds, u_int flags) argument
H A Dtcpdump.c1896 static const unsigned long cmds[] = { BIOCGSTATS, BIOCROTZBUF }; local
1908 if (cap_ioctls_limit(pcap_fileno(pd), cmds,
1909 sizeof(cmds) / sizeof(cmds[0])) < 0 && errno != ENOSYS) {
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.c81 char **spaths, **cpaths, **cmds; local
122 cmds = xmalloc((ncmds + 1) * sizeof *cmds);
123 setzero(cmds, (ncmds + 1) * sizeof *cmds); local
143 cmds[i] = strsave(short2str(val));
147 if (setpath(cpaths, cmds, LOCALSYSPATH, sysflag, 1) < 0) {
155 if (cmds) {
157 xfree(cmds[i]);
158 xfree(cmds);
[all...]
H A Dma.setp.c31 * usage: setpath(paths, cmds, localsyspath, dosuffix, printerrors)
32 * char **paths, **cmds, *localsyspath;
40 * The 'cmds' argument may be a sequence of any of the following:
56 * Both of the 'paths' and 'cmds' lists are terminated by a NULL
154 setpath(char **paths, char **cmds, char *localsyspath, int dosuffix, argument
166 for (ncmd = 0; cmd = cmds[ncmd]; ncmd++) {
169 cmd1 = cmds[ncmd+1];
170 cmd2 = cmds[ncmd+2];
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipw.c1427 } cmds[] = { local
1460 for (i = 0; i < nitems(cmds); i++)
1461 if (cmds[i].cmd == cmd)
1462 return cmds[i].name;
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_uath.c522 uath_free_cmd_list(struct uath_softc *sc, struct uath_cmd cmds[]) argument
527 cmds[i].buf = NULL;
531 uath_alloc_cmd_list(struct uath_softc *sc, struct uath_cmd cmds[]) argument
541 struct uath_cmd *cmd = &cmds[i];

Completed in 294 milliseconds

12345