Searched refs:do_command (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/cron/bin/cron/
H A DMakefile5 SRCS= cron.c database.c do_command.c entry.c env.c job.c \
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dfuncs.h35 do_command(entry *, user *),
H A DMakefile88 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 \
H A Djob.c80 do_command(j->e, j->u);
H A Ddo_command.c1 /* $NetBSD: do_command.c,v 1.2 2010/05/06 18:53:17 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.2 2010/05/06 18:53:17 christos Exp $");
39 do_command(entry *e, user *u) { function
40 Debug(DPROC, ("[%ld] do_command(%s, (%s,%ld,%ld))\n",
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.h110 extern int do_command(struct local_client *client, struct clvm_header *msg,
H A Dclvmd-command.c22 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
H A Dclvmd.c1341 do_command(NULL, msg, msglen, &replyargs, buflen,
1564 status = do_command(client, msg, msglen, &replybuf, buflen, &replylen);
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dpmuvar.h147 int (*do_command)(void *, int, int, uint8_t *, int, uint8_t *); member in struct:pmu_ops
H A Dsmartbat.c252 len = sc->sc_pmu_ops->do_command(sc->sc_pmu_ops->cookie,
H A Dbattery.c163 len = sc->sc_pmu_ops->do_command(sc->sc_pmu_ops->cookie,
H A Dpmu.c299 sc->sc_pmu_ops.do_command = pmu_send;
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dtop.c616 do_command(globalstate *gstate) function
703 do_command(gstate);
984 do_command(gstate);
/netbsd-6-1-5-RELEASE/usr.sbin/altq/altqd/
H A Daltqd.c263 rval = do_command(fp);
/netbsd-6-1-5-RELEASE/usr.sbin/altq/libaltq/
H A Daltq_qop.h127 int do_command(FILE *infp);
H A Dparser.c126 do_command(FILE *fp) function
282 rval = do_command(fp);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_ide.c476 do_command(device *me, function
801 do_command(me, controller, *(unsigned8*)source);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A DChangeLog-3.x2657 * xgdb.c (do_command): Copied command before calling execute

Completed in 101 milliseconds