/src/usr.bin/make/unit-tests/ |
job-flags.mk | 8 all: silent .WAIT ignore .WAIT ignore-cmds 22 ignore-cmds: .PHONY
|
job-flags.mk | 8 all: silent .WAIT ignore .WAIT ignore-cmds 22 ignore-cmds: .PHONY
|
/src/usr.bin/ftp/ |
Makefile | 9 SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \ 31 cmds.o fetch.o: version.h
|
Makefile | 9 SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \ 31 cmds.o fetch.o: version.h
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
intel_guc_ct.h | 33 * @cmds: pointer to the commands buffer 37 u32 *cmds; member in struct:intel_guc_ct_buffer
|
intel_guc_ct.h | 33 * @cmds: pointer to the commands buffer 37 u32 *cmds; member in struct:intel_guc_ct_buffer
|
/src/usr.sbin/user/ |
main.c | 50 static cmd_t cmds[] = { variable in typeref:typename:cmd_t[] 81 for (cmdp = cmds ; cmdp->c_wc > 0 ; cmdp++) {
|
main.c | 50 static cmd_t cmds[] = { variable in typeref:typename:cmd_t[] 81 for (cmdp = cmds ; cmdp->c_wc > 0 ; cmdp++) {
|
/src/lib/libedit/ |
parse.c | 66 } cmds[] = { variable in typeref:typename:const struct __anon8f10106b0108[] 128 for (i = 0; cmds[i].name != NULL; i++) 129 if (wcscmp(cmds[i].name, ptr) == 0) { 130 i = (*cmds[i].func) (el, argc, argv);
|
parse.c | 66 } cmds[] = { variable in typeref:typename:const struct __anon8f10106b0108[] 128 for (i = 0; cmds[i].name != NULL; i++) 129 if (wcscmp(cmds[i].name, ptr) == 0) { 130 i = (*cmds[i].func) (el, argc, argv);
|
/src/sbin/iscsictl/ |
iscsic_main.c | 51 static command_t cmds[] = { variable in typeref:typename:command_t[] 541 for (c = cmds; c->cmd != NULL; c++) {
|
iscsic_main.c | 51 static command_t cmds[] = { variable in typeref:typename:command_t[] 541 for (c = cmds; c->cmd != NULL; c++) {
|
/src/sys/dev/i2c/ |
ssdfb_i2c.c | 277 uint8_t cmds[] = { local in function:ssdfb_i2c_transfer_rect_ssd1306 288 sc->sc_i2c_addr, &cc, sizeof(cc), cmds, sizeof(cmds), flags); 314 uint8_t cmds[] = { local in function:ssdfb_i2c_transfer_rect_sh1106 326 cmds[0] = SSDFB_CMD_SET_PAGE_START_ADDRESS_BASE + frompage; 328 sc->sc_i2c_addr, &cc, sizeof(cc), cmds, sizeof(cmds), flags);
|
ssdfb_i2c.c | 277 uint8_t cmds[] = { local in function:ssdfb_i2c_transfer_rect_ssd1306 288 sc->sc_i2c_addr, &cc, sizeof(cc), cmds, sizeof(cmds), flags); 314 uint8_t cmds[] = { local in function:ssdfb_i2c_transfer_rect_sh1106 326 cmds[0] = SSDFB_CMD_SET_PAGE_START_ADDRESS_BASE + frompage; 328 sc->sc_i2c_addr, &cc, sizeof(cc), cmds, sizeof(cmds), flags);
|
/src/sys/dev/ic/ |
siopvar.h | 61 struct siop_cmd *cmds; member in struct:siop_cbd 119 struct cbd_list cmds; /* list of command block descriptors */ member in struct:siop_softc
|
siopvar.h | 61 struct siop_cmd *cmds; member in struct:siop_cbd 119 struct cbd_list cmds; /* list of command block descriptors */ member in struct:siop_softc
|
esiopvar.h | 72 struct esiop_cmd *cmds; member in struct:esiop_cbd 140 struct cbd_list cmds; /* list of command block descriptors */ member in struct:esiop_softc
|
/src/usr.bin/rdist/ |
main.c | 257 struct subcmd *cmds; local in function:docmdargs 286 cmds = NULL; 288 cmds = makesubcmd(INSTALL); 289 cmds->sc_options = options; 290 cmds->sc_name = dest; 299 insert(NULL, files, hosts, cmds); 303 freesubcmd(cmds);
|
main.c | 257 struct subcmd *cmds; local in function:docmdargs 286 cmds = NULL; 288 cmds = makesubcmd(INSTALL); 289 cmds->sc_options = options; 290 cmds->sc_name = dest; 299 insert(NULL, files, hosts, cmds); 303 freesubcmd(cmds);
|
docmd.c | 70 * Do the commands in cmds (initialized by yyparse). 78 extern struct cmd *cmds; 85 for (c = cmds; c != NULL; c = c->c_next) { 136 struct subcmd * volatile cmds = xcmds; local in function:doarrow 141 (long)files, rhost, (long)cmds); 148 subcmds = cmds; 174 for (sc = cmds; sc != NULL; sc = sc->sc_next) { 192 for (sc = cmds; sc != NULL; sc = sc->sc_next) 375 dodcolon(char **filev, struct namelist *files, char *stamp, struct subcmd *cmds) 397 subcmds = cmds; [all...] |
/src/distrib/utils/edlabel/ |
edlabel.c | 481 } cmds[] = { variable in typeref:struct:cmd[] 495 for (cmd = cmds; cmd->cmd_func; cmd++) 524 for (cmd = cmds; cmd->cmd_func; cmd++)
|
/src/sbin/disklabel/ |
interact.c | 80 static struct cmds { struct 84 } cmds[] = { variable in typeref:struct:cmds[] 103 struct cmds *cmd; 105 for (cmd = cmds; cmd->name != NULL; cmd++) 617 struct cmds *cmd; 619 for (cmd = cmds; cmd->name != NULL; cmd++)
|
/src/sys/dev/gpib/ |
gpib.c | 371 u_int8_t cmds[4]; local in function:_gpibsend 389 cmds[i++] = GPIBCMD_UNL; 390 cmds[i++] = GPIBCMD_TAG | sc->sc_myaddr; 391 cmds[i++] = GPIBCMD_LAG | slave; 394 cmds[i++] = GPIBCMD_SDC; 396 cmds[i++] = GPIBCMD_SCG | sec; 398 if ((*sc->sc_ic->sendcmds)(sc->sc_ic->cookie, cmds, i) != i) 423 u_int8_t cmds[4]; local in function:_gpibrecv 447 cmds[i++] = GPIBCMD_UNL; 448 cmds[i++] = GPIBCMD_LAG | sc->sc_myaddr [all...] |
/src/sys/dev/pckbport/ |
pckbport.c | 70 struct pckbport_devcmd cmds[NCMD]; member in struct:pckbport_slotdata 188 TAILQ_INSERT_TAIL(&q->freequeue, &(q->cmds[i]), next);
|
/src/usr.bin/usbhidaction/ |
usbhidaction.c | 205 struct command *cmds = local in function:main 207 if (cmds) { 209 commands = cmds; 244 struct command *cmd, *cmds; local in function:parse_conf 253 cmds = NULL; 273 freecommands(cmds); 283 cmd->next = cmds; 284 cmds = cmd; 297 freecommands(cmds); 379 freecommands(cmds); [all...] |