/netbsd-src/external/bsd/cron/dist/ |
H A D | 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 \
|
H A D | funcs.h | 53 pid_t do_command(entry *, user *);
|
H A D | job.c | 117 j->pid = do_command(j->e, j->u); in job_runqueue()
|
H A D | do_command.c | 39 do_command(entry *e, user *u) { in do_command() function
|
/netbsd-src/external/bsd/cron/bin/cron/ |
H A D | Makefile | 7 SRCS= cron.c database.c do_command.c entry.c env.c job.c \
|
/netbsd-src/sys/arch/macppc/dev/ |
H A D | pmuvar.h | 148 int (*do_command)(void *, int, int, uint8_t *, int, uint8_t *); member
|
H A D | battery.c | 163 len = sc->sc_pmu_ops->do_command(sc->sc_pmu_ops->cookie, in battery_update()
|
H A D | smartbat.c | 394 len = sc->sc_pmu_ops->do_command(sc->sc_pmu_ops->cookie, in smartbat_update()
|
H A D | pmu.c | 327 sc->sc_pmu_ops.do_command = pmu_send; in pmu_attach()
|
/netbsd-src/external/bsd/top/dist/ |
H A D | top.c | 615 do_command(globalstate *gstate) in do_command() function 702 do_command(gstate); in do_minidisplay() 983 do_command(gstate); in main()
|
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/ |
H A D | clvmd.h | 110 extern int do_command(struct local_client *client, struct clvm_header *msg,
|
H A D | clvmd-command.c | 88 int do_command(struct local_client *client, struct clvm_header *msg, int msglen, in do_command() function
|
H A D | clvmd.c | 1342 do_command(NULL, msg, msglen, &replyargs, buflen, in process_remote_command() 1565 status = do_command(client, msg, msglen, &replybuf, buflen, &replylen); in process_local_command()
|
/netbsd-src/usr.sbin/altq/altqd/ |
H A D | altqd.c | 263 rval = do_command(fp); in main()
|
/netbsd-src/usr.sbin/altq/libaltq/ |
H A D | altq_qop.h | 128 int do_command(FILE *infp);
|
H A D | parser.c | 126 do_command(FILE *fp) in do_command() function 282 rval = do_command(fp); in qcmd_config()
|
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
H A D | hw_ide.c | 475 do_command(device *me, in do_command() function 800 do_command(me, controller, *(uint8_t*)source); in hw_ide_io_write_buffer()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1997 | 1039 (ocd_write): Use dll_do_command rather than do_command. 1078 * ocd.c: rename "do_command" to "ocd_do_command"
|
H A D | ChangeLog-2004 | 7036 (do_command): Remove.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1997 | 1039 (ocd_write): Use dll_do_command rather than do_command. 1078 * ocd.c: rename "do_command" to "ocd_do_command"
|
H A D | ChangeLog-2004 | 7036 (do_command): Remove.
|