Symbol: read_cmd
usr/src/cmd/filesync/rules.c
169
read_cmd(&s[1]));
usr/src/cmd/filesync/rules.c
193
read_cmd(&s[1]));
usr/src/cmd/filesync/rules.c
62
static char *read_cmd(char *);
usr/src/cmd/pcitool/pcitool.c
1327
uint32_t read_cmd = 0; /* Command given to the driver. */
usr/src/cmd/pcitool/pcitool.c
1340
read_cmd = PCITOOL_NEXUS_GET_REG;
usr/src/cmd/pcitool/pcitool.c
1342
read_cmd = PCITOOL_DEVICE_GET_REG;
usr/src/cmd/pcitool/pcitool.c
1381
rval = bytedump_get(fd, read_cmd, &prg, input_args_p);
usr/src/cmd/pcitool/pcitool.c
1391
if ((rval == SUCCESS) && (read_cmd != 0)) {
usr/src/cmd/pcitool/pcitool.c
1393
fd, read_cmd, &prg, input_args_p);
usr/src/cmd/sgs/elfedit/common/elfedit.c
3693
parse_user_cmd(read_cmd());
usr/src/cmd/vntsd/console.c
796
rv = read_cmd(clientp, prompt, &cmd);
usr/src/grub/grub-0.97/netboot/davicom.c
394
int read_cmd = location | EE_READ_CMD;
usr/src/grub/grub-0.97/netboot/davicom.c
403
short dataval = (read_cmd & (1 << i)) ? EE_DATA_WRITE : 0;
usr/src/grub/grub-0.97/netboot/eepro100.c
578
int read_cmd, ee_size;
usr/src/grub/grub-0.97/netboot/eepro100.c
600
read_cmd = EE_READ_CMD << 24;
usr/src/grub/grub-0.97/netboot/eepro100.c
603
read_cmd = EE_READ_CMD << 22;
usr/src/grub/grub-0.97/netboot/eepro100.c
607
unsigned short value = do_eeprom_cmd(read_cmd | (i << 16), 27);
usr/src/grub/grub-0.97/netboot/epic100.c
458
int read_cmd = location | EE_READ_CMD;
usr/src/grub/grub-0.97/netboot/epic100.c
465
short dataval = (read_cmd & (1 << i)) ? EE_DATA_WRITE : 0;
usr/src/grub/grub-0.97/netboot/natsemi.c
355
int read_cmd = location | EE_ReadCmd;
usr/src/grub/grub-0.97/netboot/natsemi.c
360
short dataval = (read_cmd & (1 << i)) ? EE_Write1 : EE_Write0;
usr/src/grub/grub-0.97/netboot/rtl8139.c
261
int read_cmd = location | (EE_READ_CMD << addr_len);
usr/src/grub/grub-0.97/netboot/rtl8139.c
269
int dataval = (read_cmd & (1 << i)) ? EE_DATA_WRITE : 0;
usr/src/grub/grub-0.97/netboot/sis900.c
450
u32 read_cmd = location | EEread;
usr/src/grub/grub-0.97/netboot/sis900.c
459
u32 dataval = (read_cmd & (1 << i)) ? EEDI | EECS : EECS;
usr/src/grub/grub-0.97/netboot/tulip.c
569
int read_cmd = (0xf6 << 10) | (phy_id << 5) | location;
usr/src/grub/grub-0.97/netboot/tulip.c
609
int dataval = (read_cmd & (1 << i)) ? MDIO_DATA_WRITE1 : 0;
usr/src/grub/grub-0.97/netboot/tulip.c
695
int read_cmd = location | EE_READ_CMD;
usr/src/grub/grub-0.97/netboot/tulip.c
706
short dataval = (read_cmd & (1 << i)) ? EE_DATA_WRITE : 0;
usr/src/grub/grub-0.97/netboot/w89c840.c
736
int read_cmd = location | EE_ReadCmd;
usr/src/grub/grub-0.97/netboot/w89c840.c
741
short dataval = (read_cmd & (1 << i)) ? EE_Write1 : EE_Write0;
usr/src/uts/common/io/chxge/com/mc5.c
464
u32 read_cmd;
usr/src/uts/common/io/chxge/com/mc5.c
469
read_cmd = MC5_LRA_CMD_READ;
usr/src/uts/common/io/chxge/com/mc5.c
471
read_cmd = MC5_IDT_CMD_READ;
usr/src/uts/common/io/chxge/com/mc5.c
479
if (mc5_cmd_write(adap, read_cmd)) {