HomeSort by: relevance | last modified time | path
    Searched refs:do_command (Results 1 - 20 of 20) sorted by relevancy

  /src/external/bsd/cron/bin/cron/
Makefile 7 SRCS= cron.c database.c do_command.c entry.c env.c job.c \
  /src/external/bsd/cron/dist/
Makefile 88 SOURCES = cron.c crontab.c database.c do_command.c entry.c \
92 misc.c job.c do_command.c env.c popen.c pw_dup.c
94 CRON_OBJ = cron.o database.o user.o entry.o job.o do_command.o \
funcs.h 53 pid_t do_command(entry *, user *);
job.c 117 j->pid = do_command(j->e, j->u);
do_command.c 1 /* $NetBSD: do_command.c,v 1.15 2020/04/18 19:32:19 christos Exp $ */
26 static char rcsid[] = "Id: do_command.c,v 1.9 2004/01/23 18:56:42 vixie Exp";
28 __RCSID("$NetBSD: do_command.c,v 1.15 2020/04/18 19:32:19 christos Exp $");
39 do_command(entry *e, user *u) { function
42 Debug(DPROC, ("[%ld] do_command(%s, (%s,%ld,%ld))\n",
  /src/sys/arch/macppc/dev/
pmuvar.h 148 int (*do_command)(void *, int, int, uint8_t *, int, uint8_t *); member in struct:pmu_ops
battery.c 163 len = sc->sc_pmu_ops->do_command(sc->sc_pmu_ops->cookie,
smartbat.c 394 len = sc->sc_pmu_ops->do_command(sc->sc_pmu_ops->cookie,
pmu.c 330 sc->sc_pmu_ops.do_command = pmu_send;
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.h 110 extern int do_command(struct local_client *client, struct clvm_header *msg,
clvmd-command.c 22 To add commands to the daemon simply add a processor in do_command and return
38 they like, do_command is run in the main clvmd thread so should not block for
88 int do_command(struct local_client *client, struct clvm_header *msg, int msglen, function
clvmd.c 1342 do_command(NULL, msg, msglen, &replyargs, buflen,
1565 status = do_command(client, msg, msglen, &replybuf, buflen, &replylen);
  /src/external/bsd/top/dist/
top.c 615 do_command(globalstate *gstate) function
702 do_command(gstate);
983 do_command(gstate);
  /src/usr.sbin/altq/altqd/
altqd.c 263 rval = do_command(fp);
  /src/usr.sbin/altq/libaltq/
altq_qop.h 128 int do_command(FILE *infp);
parser.c 126 do_command(FILE *fp) function
282 rval = do_command(fp);
  /src/external/gpl3/gdb/dist/sim/ppc/
hw_ide.c 475 do_command(device *me, function
800 do_command(me, controller, *(uint8_t*)source);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_ide.c 475 do_command(device *me, function
800 do_command(me, controller, *(uint8_t*)source);
  /src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x 2657 * xgdb.c (do_command): Copied command before calling execute
  /src/external/gpl3/gdb.old/dist/gdb/
ChangeLog-3.x 2657 * xgdb.c (do_command): Copied command before calling execute

Completed in 55 milliseconds