HomeSort by: relevance | last modified time | path
    Searched defs:cmds (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
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
  /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.c 150 * |cmds (SEND) |
153 * |cmds (RECV) |
173 /* store pointers to desc and cmds */
177 ct->ctbs[i].cmds = blob + PAGE_SIZE/4 * i + PAGE_SIZE/2;
217 * cmds buffers are in the second half of the blob page
309 u32 *cmds = ctb->cmds; local in function:ctb_write
345 cmds[tail] = header;
348 cmds[tail] = fence;
352 cmds[tail] = action[i]
593 u32 *cmds = ctb->cmds; local in function:ctb_read
    [all...]
  /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++) {
  /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);
  /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++) {
  /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);
  /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
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
aic6360var.h 103 int cmds; /* #commands processed */ member in struct:aic_tinfo
mb89352var.h 105 int cmds; /* #commands processed */ member in struct:spc_tinfo
osiopvar.h 175 int cmds; /* number of commands processed */ member in struct:osiop_tinfo
  /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);
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...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_overlay.c 118 } *cmds; local in function:vmw_overlay_send_put
130 fifo_size = sizeof(*cmds) + sizeof(*flush) + sizeof(*items) * num_items;
132 cmds = VMW_FIFO_RESERVE(dev_priv, fifo_size);
134 if (!cmds)
137 items = (typeof(items))&cmds[1];
141 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1));
143 cmds->header.cmdType = SVGA_ESCAPE_VMWARE_VIDEO_SET_REGS;
144 cmds->header.streamId = arg->stream_id;
198 } *cmds; local in function:vmw_overlay_send_stop
202 cmds = VMW_FIFO_RESERVE(dev_priv, sizeof(*cmds))
    [all...]
  /src/sbin/dkctl/
dkctl.c 248 static const char *cmds[] = { "strategy", "getcache", "listwedges" }; local in function:showall
253 for (i = 0; i < __arraycount(cmds); i++) {
254 printf("%s:\n", cmds[i]);
255 args[0] = __UNCONST(cmds[i]);
  /src/sys/arch/amiga/dev/
siopvar.h 108 int cmds; /* #commands processed */ member in struct:siop_tinfo
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_misc.c 978 static const HAL_ANI_CMD cmds[] = { local in function:ar5212SetCapability
987 return capability < N(cmds) ?
988 ar5212AniControl(ah, cmds[capability], setting) :
  /src/sys/arch/acorn32/podulebus/
sbicvar.h 74 int cmds; /* #commands processed */ member in struct:sbic_tinfo

Completed in 24 milliseconds

1 2