Searched refs:Cmd (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/lms/heci/
H A DMNGCommand.h41 UINT8 Cmd; member in struct:_MNG_REQUEST
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dsd-card.c139 unsigned int Cmd,
144 unsigned int opcode = Cmd & 0x3F;
146 //printf("SendCmd %d (%x) arg %x\n", opcode, Cmd, Arg);
154 AT91C_BASE_MCI->MCI_CMDR = Cmd;
138 MCI_SendCommand( unsigned int Cmd, unsigned int Arg) argument
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.h258 uint8_t Cmd; member in struct:atu_cmd
280 uint8_t Cmd; member in struct:atu_cmd_card_config
304 uint8_t Cmd; member in struct:atu_cmd_do_scan
323 uint8_t Cmd; member in struct:atu_cmd_join
338 uint8_t Cmd; member in struct:atu_cmd_start_ibss
H A Datu.c284 radio.Cmd = on ? CMD_RADIO_ON : CMD_RADIO_OFF;
291 err = atu_wait_completion(sc, radio.Cmd, NULL);
321 cmd.Cmd = CMD_STARTUP;
394 scan.Cmd = CMD_START_SCAN;
432 join.Cmd = CMD_JOIN;
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun80 Finalize the results of this Cmd.
141 class Cmd(object):
180 If a user has been specified to run this Cmd and we're not already
307 class Test(Cmd):
354 Create Cmd instances for the pre/post scripts. If the pre script
358 pretest = Cmd(self.pre, outputdir=odir, timeout=self.timeout,
360 test = Cmd(self.pathname, outputdir=self.outputdir,
363 posttest = Cmd(self.post, outputdir=odir, timeout=self.timeout,
452 Create Cmd instances for the pre/post scripts. If the pre script
457 pretest = Cmd(sel
[all...]
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_reg.h422 uint16_t Cmd; member in struct:__anon6173
H A Dmwl_var.h598 pCmd->CmdHdr.Cmd = LE_16(cmd); \
H A Dmwl.c1261 "Cmd %s Length %d SeqNum %d MacId %d",
1262 mwlcmdname(LE_16(h->Cmd) & ~0x8000), len, h->SeqNum, h->MacId);
1265 "Cmd %s Length %d SeqNum %d",
1266 mwlcmdname(LE_16(h->Cmd) & ~0x8000), len, LE_16(h->SeqNum));

Completed in 88 milliseconds