opcode            471 arch/i386/stand/libsa/pxe.h 	uint8_t		opcode;
opcode             98 compat/osf1/osf1_syscallargs.h 	syscallarg(int) opcode;
opcode             45 dev/acpi/acpidebug.c extern const char *aml_mnem(int opcode, uint8_t *);
opcode             46 dev/acpi/acpidebug.c extern const char *aml_args(int opcode);
opcode            370 dev/acpi/acpidebug.c db_aml_disint(struct aml_scope *scope, int opcode, int depth)
opcode            372 dev/acpi/acpidebug.c 	switch (opcode) {
opcode            403 dev/acpi/acpidebug.c 	int idx, opcode, len, off=0;
opcode            417 dev/acpi/acpidebug.c 		opcode = aml_parseopcode(scope);
opcode            419 dev/acpi/acpidebug.c 		mnem = aml_mnem(opcode, scope->pos);
opcode            420 dev/acpi/acpidebug.c 		args = aml_args(opcode);
opcode            476 dev/acpi/acpidebug.c 				off = (opcode != AMLOP_NAMECHAR);
opcode            496 dev/acpi/acpidebug.c 				off = (opcode != AMLOP_BYTEPREFIX);
opcode            500 dev/acpi/acpidebug.c 				off = (opcode != AMLOP_WORDPREFIX);
opcode            504 dev/acpi/acpidebug.c 				off = (opcode != AMLOP_DWORDPREFIX);
opcode            318 dev/acpi/amltypes.h 	u_int16_t	opcode;
opcode             36 dev/acpi/dsdt.c #define opsize(opcode) (((opcode) & 0xFF00) ? 2 : 1)
opcode            334 dev/acpi/dsdt.c 		aml_ophash[HASH_KEY(aml_table[i].opcode)] = &aml_table[i];
opcode            338 dev/acpi/dsdt.c aml_findopcode(int opcode)
opcode            342 dev/acpi/dsdt.c 	hop = aml_ophash[HASH_KEY(opcode)];
opcode            343 dev/acpi/dsdt.c 	if (hop && hop->opcode == opcode)
opcode            349 dev/acpi/dsdt.c aml_mnem(int opcode, uint8_t *pos)
opcode            354 dev/acpi/dsdt.c 	if ((tab = aml_findopcode(opcode)) != NULL) {
opcode            357 dev/acpi/dsdt.c 			switch (opcode) {
opcode            384 dev/acpi/dsdt.c aml_args(int opcode)
opcode            388 dev/acpi/dsdt.c 	if ((tab = aml_findopcode(opcode)) != NULL)
opcode           1799 dev/acpi/dsdt.c aml_evalexpr(int64_t lhs, int64_t rhs, int opcode)
opcode           1803 dev/acpi/dsdt.c 	switch (opcode) {
opcode           1895 dev/acpi/dsdt.c 		 aml_mnem(opcode, NULL), lhs, rhs, res);
opcode           1901 dev/acpi/dsdt.c aml_cmpvalue(struct aml_value *lhs, struct aml_value *rhs, int opcode)
opcode           1934 dev/acpi/dsdt.c 	return aml_evalexpr(rc, 0, opcode);
opcode           2155 dev/acpi/dsdt.c 	int opcode = (scope->pos[0]);
opcode           2159 dev/acpi/dsdt.c 	switch (opcode) {
opcode           2169 dev/acpi/dsdt.c 	    twocode == AMLOP_LGREATEREQUAL || opcode == AMLOP_EXTPREFIX) {
opcode           2174 dev/acpi/dsdt.c 	return opcode;
opcode           2351 dev/acpi/dsdt.c aml_parseint(struct aml_scope *scope, int opcode)
opcode           2357 dev/acpi/dsdt.c 	if (opcode == AML_ANYINT)
opcode           2358 dev/acpi/dsdt.c 		opcode = aml_parseopcode(scope);
opcode           2359 dev/acpi/dsdt.c 	switch (opcode) {
opcode           2398 dev/acpi/dsdt.c 	dnprintf(15, "%.4x: [%s] %s\n", aml_pc(scope->pos-opsize(opcode)),
opcode           2399 dev/acpi/dsdt.c 	    aml_nodename(scope->node), aml_mnem(opcode, np));
opcode           2428 dev/acpi/dsdt.c aml_parsenamed(struct aml_scope *scope, int opcode, struct aml_value *res)
opcode           2437 dev/acpi/dsdt.c 	switch (opcode) {
opcode           2483 dev/acpi/dsdt.c aml_parsenamedscope(struct aml_scope *scope, int opcode, struct aml_value *res)
opcode           2492 dev/acpi/dsdt.c 	switch (opcode) {
opcode           2523 dev/acpi/dsdt.c aml_parsemath(struct aml_scope *scope, int opcode, struct aml_value *res)
opcode           2530 dev/acpi/dsdt.c 	switch (opcode) {
opcode           2571 dev/acpi/dsdt.c 	i3 = aml_evalexpr(i1, i2, opcode);
opcode           2579 dev/acpi/dsdt.c aml_parsecompare(struct aml_scope *scope, int opcode, struct aml_value *res)
opcode           2590 dev/acpi/dsdt.c 	rc = aml_cmpvalue(&tmparg[AML_LHS], &tmparg[AML_RHS], opcode);
opcode           2598 dev/acpi/dsdt.c aml_parseif(struct aml_scope *scope, int opcode, struct aml_value *res)
opcode           2629 dev/acpi/dsdt.c aml_parsewhile(struct aml_scope *scope, int opcode, struct aml_value *res)
opcode           2663 dev/acpi/dsdt.c aml_parsebufpkg(struct aml_scope *scope, int opcode, struct aml_value *res)
opcode           2670 dev/acpi/dsdt.c 	len = aml_parseint(scope, (opcode == AMLOP_PACKAGE) ?
opcode           2673 dev/acpi/dsdt.c 	switch (opcode) {
opcode           2700 dev/acpi/dsdt.c aml_parsemethod(struct aml_scope *scope, int opcode, struct aml_value *res)
opcode           2722 dev/acpi/dsdt.c aml_parsesimple(struct aml_scope *scope, int opcode, struct aml_value *res)
opcode           2727 dev/acpi/dsdt.c 	switch (opcode) {
opcode           2730 dev/acpi/dsdt.c 		    aml_parseint(scope, opcode), NULL);
opcode           2740 dev/acpi/dsdt.c 		    aml_parseint(scope, opcode), NULL);
opcode           2762 dev/acpi/dsdt.c aml_parsefieldunit(struct aml_scope *scope, int opcode, struct aml_value *res)
opcode           2770 dev/acpi/dsdt.c 	switch (opcode) {
opcode           2785 dev/acpi/dsdt.c 	res->v_field.type = opcode;
opcode           2828 dev/acpi/dsdt.c aml_parsebufferfield(struct aml_scope *scope, int opcode,
opcode           2835 dev/acpi/dsdt.c 	res->v_field.type = opcode;
opcode           2841 dev/acpi/dsdt.c 	switch (opcode) {
opcode           2873 dev/acpi/dsdt.c aml_parsemuxaction(struct aml_scope *scope, int opcode, struct aml_value *res)
opcode           2883 dev/acpi/dsdt.c 	switch (opcode) {
opcode           2913 dev/acpi/dsdt.c aml_parsemisc2(struct aml_scope *scope, int opcode, struct aml_value *res)
opcode           2920 dev/acpi/dsdt.c 	switch (opcode) {
opcode           2964 dev/acpi/dsdt.c aml_parsemisc3(struct aml_scope *scope, int opcode, struct aml_value *res)
opcode           2971 dev/acpi/dsdt.c 	switch (opcode) {
opcode           2985 dev/acpi/dsdt.c aml_parsematch(struct aml_scope *scope, int opcode, struct aml_value *res)
opcode           3013 dev/acpi/dsdt.c aml_parseref(struct aml_scope *scope, int opcode, struct aml_value *res)
opcode           3019 dev/acpi/dsdt.c 	switch (opcode) {
opcode           3041 dev/acpi/dsdt.c 		opcode -= AMLOP_ARG0;
opcode           3042 dev/acpi/dsdt.c 		if (scope->args == NULL || opcode >= scope->nargs)
opcode           3043 dev/acpi/dsdt.c 			aml_die("arg %d out of range", opcode);
opcode           3047 dev/acpi/dsdt.c 		    &scope->args[opcode]);
opcode           3050 dev/acpi/dsdt.c 		opcode -= AMLOP_LOCAL0;
opcode           3060 dev/acpi/dsdt.c 		    &scope->locals[opcode]);
opcode           3061 dev/acpi/dsdt.c 		res->v_objref.ref->stack = opcode+AMLOP_LOCAL0;
opcode           3105 dev/acpi/dsdt.c aml_parsestring(struct aml_scope *scope, int opcode, struct aml_value *res)
opcode           3111 dev/acpi/dsdt.c 	switch (opcode) {
opcode           3153 dev/acpi/dsdt.c 		    ((opcode == AMLOP_TODECSTRING) ? "%d" : "%x"), i1);
opcode           3201 dev/acpi/dsdt.c 	int opcode;
opcode           3209 dev/acpi/dsdt.c 	opcode = aml_parseopcode(scope);
opcode           3210 dev/acpi/dsdt.c 	dnprintf(15, "%.4x: [%s] %s\n", aml_pc(scope->pos-opsize(opcode)),
opcode           3211 dev/acpi/dsdt.c 	    aml_nodename(scope->node), aml_mnem(opcode, scope->pos));
opcode           3214 dev/acpi/dsdt.c 	htab = aml_findopcode(opcode);
opcode           3216 dev/acpi/dsdt.c 		rv = htab->handler(scope, opcode, res);
opcode           3219 dev/acpi/dsdt.c 		aml_die("Unknown opcode: %.4x @ %.4x", opcode,
opcode           3220 dev/acpi/dsdt.c 		    aml_pc(scope->pos - opsize(opcode)));
opcode             41 dev/acpi/dsdt.h 	u_int32_t		opcode;
opcode            299 dev/ata/atascsi.c 	switch (xs->cmd->opcode) {
opcode            373 dev/atapiscsi/atapiscsi.c 		    sc_xfer->cmd->opcode), DEBUG_DSC);
opcode            374 dev/atapiscsi/atapiscsi.c 		switch (sc_xfer->cmd->opcode) {
opcode            885 dev/atapiscsi/atapiscsi.c 		cmd_reqsense->opcode = REQUEST_SENSE;
opcode            930 dev/atapiscsi/atapiscsi.c 		if ((sc_xfer->cmd->opcode == READ ||
opcode            931 dev/atapiscsi/atapiscsi.c 		       sc_xfer->cmd->opcode == WRITE)) {
opcode            214 dev/eisa/aha1742.c 	u_char  opcode;
opcode            339 dev/eisa/aha1742.c ahb_send_mbox(sc, opcode, ecb)
opcode            341 dev/eisa/aha1742.c 	int opcode;
opcode            361 dev/eisa/aha1742.c 	bus_space_write_1(iot, ioh, ATTN, opcode | ecb->xs->sc_link->target);
opcode           1009 dev/eisa/aha1742.c 	ecb->opcode = ECB_SCSI_OP;
opcode           1199 dev/eisa/aha1742.c 		ecb, ecb->opcode, ecb->cdblen, ecb->senselen);
opcode            432 dev/i2o/ioprbs.c 		switch (xs->cmd->opcode) {
opcode            464 dev/i2o/ioprbs.c 			DPRINTF(("unknown opc %d ", xs->cmd->opcode));
opcode            475 dev/i2o/ioprbs.c 			DPRINTF(("rw opc %d ", xs->cmd->opcode));
opcode            477 dev/i2o/ioprbs.c 			if (xs->cmd->opcode != SYNCHRONIZE_CACHE) {
opcode            733 dev/i2o/ioprbs.c 	switch (xs->cmd->opcode) {
opcode            739 dev/i2o/ioprbs.c 		DPRINTF(("opc %d tgt %d ", xs->cmd->opcode, target));
opcode            779 dev/i2o/ioprbs.c 		    xs->cmd->opcode, target));
opcode            922 dev/i2o/ioprbs.c 	switch (xs->cmd->opcode) {
opcode            925 dev/i2o/ioprbs.c 		if (xs->cmd->opcode == PREVENT_ALLOW) {
opcode            978 dev/ic/aac.c   	u_int8_t opcode = 0;
opcode           1000 dev/ic/aac.c   	switch(xs->cmd->opcode) {
opcode           1003 dev/ic/aac.c   		opcode = READ_COMMAND;
opcode           1007 dev/ic/aac.c   		opcode = WRITE_COMMAND;
opcode           1011 dev/ic/aac.c   		      xs->cmd->opcode);
opcode           1017 dev/ic/aac.c   		if (opcode == READ_COMMAND) {
opcode           1041 dev/ic/aac.c   		if (opcode == READ_COMMAND) {
opcode           2426 dev/ic/aac.c   	switch (xs->cmd->opcode) {
opcode           2432 dev/ic/aac.c   		AAC_DPRINTF(AAC_D_CMD, ("opc %#x tgt %d ", xs->cmd->opcode,
opcode           2475 dev/ic/aac.c   		    xs->cmd->opcode);
opcode           2559 dev/ic/aac.c   	switch (xs->cmd->opcode) {
opcode           2590 dev/ic/aac.c   		AAC_DPRINTF(AAC_D_CMD, ("unknown opc %#x ", xs->cmd->opcode));
opcode           2601 dev/ic/aac.c   		AAC_DPRINTF(AAC_D_CMD, ("rw opc %#x ", xs->cmd->opcode));
opcode           2616 dev/ic/aac.c   					xs->cmd->opcode, blockno, blockcnt));
opcode            723 dev/ic/adv.c   	ccb->scsiq.cdbptr = &xs->cmd->opcode;
opcode            815 dev/ic/adv.c   			sc_link->scsipi_scsi.lun, xs->cmd->opcode,
opcode            984 dev/ic/adv.c   			xs->sc_link->scsipi_scsi.lun, xs->cmd->opcode);
opcode           1028 dev/ic/adv.c   		if ((xs->cmd->opcode == SCSICMD_Inquiry) &&
opcode            977 dev/ic/adw.c   			if ((xs->cmd->opcode == INQUIRY)
opcode            516 dev/ic/aic6360.c 	AIC_CMDS(("[0x%x, %d]->%d ", (int)xs->cmd->opcode, xs->cmdlen,
opcode            785 dev/ic/aic6360.c 	ss->opcode = REQUEST_SENSE;
opcode           1934 dev/ic/aic6360.c 			    acb->scsi_cmd.opcode, acb->scsi_cmd_length-1);
opcode           8185 dev/ic/aic79xx.c 		sc->opcode = REQUEST_SENSE;
opcode           8693 dev/ic/aic79xx.c 	u_int	opcode;
opcode           8704 dev/ic/aic79xx.c 	opcode = instr.format1.opcode;
opcode           8705 dev/ic/aic79xx.c 	switch (opcode) {
opcode            578 dev/ic/aic7xxx.c 			sc->opcode = REQUEST_SENSE;
opcode           6318 dev/ic/aic7xxx.c 	u_int	opcode;
opcode           6329 dev/ic/aic7xxx.c 	opcode = instr.format1.opcode;
opcode           6330 dev/ic/aic7xxx.c 	switch (opcode) {
opcode           6381 dev/ic/aic7xxx.c 		 && opcode == AIC_OP_BMOV) {
opcode           6392 dev/ic/aic7xxx.c 			fmt1_ins->opcode = AIC_OP_AND;
opcode           6417 dev/ic/aic7xxx.c 				      |	(fmt3_ins->opcode << 25);
opcode           6424 dev/ic/aic7xxx.c 				      |	(fmt1_ins->opcode << 25);
opcode           1159 dev/ic/ami.c    	else if (xs->flags & SCSI_POLL && xs->cmd->opcode == INQUIRY) {
opcode           1433 dev/ic/ami.c   	switch (xs->cmd->opcode) {
opcode           1473 dev/ic/ami.c   		AMI_DPRINTF(AMI_D_CMD, ("opc %d tgt %d ", xs->cmd->opcode,
opcode           1522 dev/ic/ami.c   		    xs->cmd->opcode, target));
opcode           1789 dev/ic/ami.c   ami_mgmt(struct ami_softc *sc, u_int8_t opcode, u_int8_t par1, u_int8_t par2,
opcode           1820 dev/ic/ami.c   	cmd->acc_cmd = opcode;
opcode           1826 dev/ic/ami.c   	switch (opcode) {
opcode            196 dev/ic/bha.c   	u_char opcode = ibuf[0];
opcode            206 dev/ic/bha.c   	switch (opcode) {
opcode            220 dev/ic/bha.c   	if (opcode != BHA_MBO_INTR_EN) {
opcode            254 dev/ic/bha.c   			if (opcode != BHA_INQUIRE_REVISION)
opcode            273 dev/ic/bha.c   			if (opcode != BHA_INQUIRE_REVISION)
opcode            285 dev/ic/bha.c   	if (opcode != BHA_MBO_INTR_EN && opcode != BHA_MODIFY_IOPORT) {
opcode            410 dev/ic/bha.c   				ccb->scsi_cmd.opcode,
opcode            499 dev/ic/bha.c   		toggle.cmd.opcode = BHA_MBO_INTR_EN;
opcode            735 dev/ic/bha.c   				toggle.cmd.opcode = BHA_MBO_INTR_EN;
opcode            938 dev/ic/bha.c   	inquire.cmd.opcode = BHA_INQUIRE_EXTENDED;
opcode            981 dev/ic/bha.c   	config.cmd.opcode = BHA_INQUIRE_CONFIG;
opcode           1054 dev/ic/bha.c   	isa_disable.cmd.opcode = BHA_MODIFY_IOPORT;
opcode           1083 dev/ic/bha.c   		toggle.cmd.opcode = BHA_ROUND_ROBIN;
opcode           1097 dev/ic/bha.c   	devices.cmd.opcode = BHA_INQUIRE_DEVICES;
opcode           1115 dev/ic/bha.c   		devices.cmd.opcode = BHA_INQUIRE_DEVICES_2;
opcode           1137 dev/ic/bha.c   	setup.cmd.opcode = BHA_INQUIRE_SETUP;
opcode           1158 dev/ic/bha.c   		period.cmd.opcode = BHA_INQUIRE_PERIOD;
opcode           1254 dev/ic/bha.c   	mailbox.cmd.opcode = BHA_MBX_INIT_EXTENDED;
opcode           1279 dev/ic/bha.c   	revision.cmd.opcode = BHA_INQUIRE_REVISION;
opcode           1286 dev/ic/bha.c   	digit.cmd.opcode = BHA_INQUIRE_REVISION_3;
opcode           1294 dev/ic/bha.c   		digit.cmd.opcode = BHA_INQUIRE_REVISION_4;
opcode           1309 dev/ic/bha.c   		model.cmd.opcode = BHA_INQUIRE_MODEL;
opcode           1426 dev/ic/bha.c   		ccb->opcode = BHA_RESET_CCB;
opcode           1430 dev/ic/bha.c   		ccb->opcode = (xs->datalen ? BHA_INIT_SCAT_GATH_CCB
opcode            197 dev/ic/bhareg.h 	u_int8_t	opcode;
opcode            308 dev/ic/bhareg.h 		u_char	opcode;
opcode            336 dev/ic/bhareg.h 		u_char	opcode;
opcode            353 dev/ic/bhareg.h 		u_char	opcode;
opcode            360 dev/ic/bhareg.h 		u_char	opcode;
opcode            368 dev/ic/bhareg.h 		u_char	opcode;
opcode            379 dev/ic/bhareg.h 		u_char	opcode;
opcode            391 dev/ic/bhareg.h 		u_char	opcode;
opcode            400 dev/ic/bhareg.h 		u_char	opcode;
opcode            455 dev/ic/bhareg.h 		u_char	opcode;
opcode            468 dev/ic/bhareg.h 		u_char	opcode;
opcode            477 dev/ic/bhareg.h 		u_char	opcode;
opcode            583 dev/ic/cac.c   	switch (xs->cmd->opcode) {
opcode            673 dev/ic/cac.c   		switch (xs->cmd->opcode) {
opcode            712 dev/ic/cac.c   		    "tgt %d ", xs->cmd->opcode, target));
opcode            646 dev/ic/gdt_common.c 		switch (xs->cmd->opcode) {
opcode            671 dev/ic/gdt_common.c 			    ("unknown opc %d ", xs->cmd->opcode));
opcode            688 dev/ic/gdt_common.c 			if (xs->cmd->opcode != SYNCHRONIZE_CACHE) {
opcode            737 dev/ic/gdt_common.c 			if (xs->cmd->opcode != SYNCHRONIZE_CACHE) {
opcode            831 dev/ic/gdt_common.c 	switch (xs->cmd->opcode) {
opcode            834 dev/ic/gdt_common.c 		if (xs->cmd->opcode == PREVENT_ALLOW) {
opcode            858 dev/ic/gdt_common.c 	if (xs->cmd->opcode != PREVENT_ALLOW &&
opcode            859 dev/ic/gdt_common.c 	    xs->cmd->opcode != SYNCHRONIZE_CACHE) {
opcode            957 dev/ic/gdt_common.c 	switch (xs->cmd->opcode) {
opcode            963 dev/ic/gdt_common.c 		GDT_DPRINTF(GDT_D_CMD, ("opc %d tgt %d ", xs->cmd->opcode,
opcode           1006 dev/ic/gdt_common.c 		    xs->cmd->opcode, target));
opcode           1181 dev/ic/gdt_common.c 	if (xs && xs->cmd->opcode != PREVENT_ALLOW &&
opcode           1182 dev/ic/gdt_common.c 	    xs->cmd->opcode != SYNCHRONIZE_CACHE) {
opcode           1264 dev/ic/gdt_common.c gdt_internal_cmd(gdt, service, opcode, arg1, arg2, arg3)
opcode           1267 dev/ic/gdt_common.c 	u_int16_t opcode;
opcode           1274 dev/ic/gdt_common.c 	    gdt, service, opcode, arg1, arg2, arg3));
opcode           1291 dev/ic/gdt_common.c 		gdt_enc16(gdt->sc_cmd + GDT_CMD_OPCODE, opcode);
opcode           1296 dev/ic/gdt_common.c 			if (opcode == GDT_IOCTL) {
opcode            290 dev/ic/iha.c   	if ((xs->cmd->opcode != REQUEST_SENSE)
opcode            883 dev/ic/iha.c   	sensecmd->opcode = REQUEST_SENSE;
opcode           2580 dev/ic/iha.c   		printf("SCSI OpCode 0x%02x timed out\n", xs->cmd->opcode);
opcode           5256 dev/ic/isp.c   	unsigned int lim, ibits, obits, box, opcode;
opcode           5266 dev/ic/isp.c   	opcode = mbp->param[0];
opcode           5267 dev/ic/isp.c   	ibits = HIBYT(mcp[opcode]) & NMBOX_BMASK(isp);
opcode           5268 dev/ic/isp.c   	obits = LOBYT(mcp[opcode]) & NMBOX_BMASK(isp);
opcode           5278 dev/ic/isp.c   		isp->isp_lastmbxcmd = opcode;
opcode           5297 dev/ic/isp.c   	unsigned int lim, ibits, obits, box, opcode;
opcode           5308 dev/ic/isp.c   	if ((opcode = mbp->param[0]) >= lim) {
opcode           5310 dev/ic/isp.c   		isp_prt(isp, ISP_LOGERR, "Unknown Command 0x%x", opcode);
opcode           5314 dev/ic/isp.c   	ibits = HIBYT(mcp[opcode]) & NMBOX_BMASK(isp);
opcode           5315 dev/ic/isp.c   	obits = LOBYT(mcp[opcode]) & NMBOX_BMASK(isp);
opcode           5319 dev/ic/isp.c   		isp_prt(isp, ISP_LOGERR, "no parameters for 0x%x", opcode);
opcode           5335 dev/ic/isp.c   	isp->isp_lastmbxcmd = opcode;
opcode           5373 dev/ic/isp.c   	if (logmask == 0 || opcode == MBOX_EXEC_FIRMWARE) {
opcode           5379 dev/ic/isp.c   	cname = (IS_FC(isp))? fc_mbcmd_names[opcode] : scsi_mbcmd_names[opcode];
opcode           5383 dev/ic/isp.c   		SNPRINTF(tname, sizeof tname, "opcode %x", opcode);
opcode            945 dev/ic/mfi.c   	    DEVNAME(sc), xs->cmd->opcode);
opcode            961 dev/ic/mfi.c   	switch (xs->cmd->opcode) {
opcode            590 dev/ic/mpi.c   	inq.opcode = INQUIRY;
opcode           1124 dev/ic/mpi.c   	    "flags 0x%x\n", DEVNAME(sc), xs->cmd->opcode, xs->datalen,
opcode            220 dev/ic/mtd8xx.c mtd_mii_command(struct mtd_softc *sc, int opcode, int phy, int reg)
opcode            235 dev/ic/mtd8xx.c 	data = opcode | (phy << 7) | (reg << 2);
opcode            246 dev/ic/mtd8xx.c 		if (mask == 0x4 && opcode == MII_OPCODE_RD)
opcode           2023 dev/ic/ncr5380sbc.c 		rqs.opcode = REQUEST_SENSE;
opcode            608 dev/ic/ncr53c9x.c 		   target, lun, ecb->cmd.cmd.opcode, ecb->tag[0], ecb->tag[1]));
opcode            805 dev/ic/ncr53c9x.c 	NCR_CMDS(("[0x%x, %d]->%d ", (int)xs->cmd->opcode, xs->cmdlen,
opcode           1053 dev/ic/ncr53c9x.c 	ss->opcode = REQUEST_SENSE;
opcode           2600 dev/ic/ncr53c9x.c 			ecb->cmd.cmd.opcode, ecb->clen));
opcode            861 dev/ic/oosiop.c 	    (cb->xs->cmd->opcode != REQUEST_SENSE));
opcode            965 dev/ic/oosiop.c 		cmd->opcode = REQUEST_SENSE;
opcode           1019 dev/ic/oosiop.c 	printf("command 0x%02x timeout on xs %p\n", xs->cmd->opcode, xs);
opcode            493 dev/ic/osiop.c 				    acb->ds->scsi_cmd.opcode,
opcode            732 dev/ic/osiop.c 		cmd->opcode = REQUEST_SENSE;
opcode           1001 dev/ic/osiop.c 	disconnect = (ds->scsi_cmd.opcode != REQUEST_SENSE) &&
opcode           1759 dev/ic/osiop.c 		    acb->ds->scsi_cmd.opcode, sc->sc_nexus->ds);
opcode           1979 dev/ic/osiop.c 	printf("command 0x%02x timeout on xs %p\n", xs->cmd->opcode, xs);
opcode           1172 dev/ic/siop.c  		cmd->opcode = REQUEST_SENSE;
opcode           1496 dev/ic/siop.c  		if (xs->cmd->opcode == INQUIRY && xs->error == XS_NOERROR) {
opcode           1751 dev/ic/siop.c  	    siop_cmd->cmd_c.xs->cmd->opcode);
opcode            350 dev/ic/trm.c   	    sc->sc_device.dv_xname, sc, xs, target, lun, xs->cmd->opcode);
opcode            657 dev/ic/trm.c    		    sc->sc_device.dv_xname, xs->cmd->opcode,
opcode           2064 dev/ic/trm.c   		if (xs->cmd->opcode == INQUIRY) {
opcode           2093 dev/ic/trm.c   		    sc->sc_device.dv_xname, target, lun, xs->cmd->opcode, xs->error, xs->status);
opcode            704 dev/ic/twe.c   		if (xs->cmd->opcode != PREVENT_ALLOW &&
opcode            705 dev/ic/twe.c   		    xs->cmd->opcode != SYNCHRONIZE_CACHE) {
opcode            806 dev/ic/twe.c   	switch (xs->cmd->opcode) {
opcode            812 dev/ic/twe.c   		TWE_DPRINTF(TWE_D_CMD, ("opc %d tgt %d ", xs->cmd->opcode,
opcode            865 dev/ic/twe.c   		if (xs->cmd->opcode != SYNCHRONIZE_CACHE) {
opcode            877 dev/ic/twe.c   				if (xs->cmd->opcode == WRITE_BIG &&
opcode            893 dev/ic/twe.c   		switch (xs->cmd->opcode) {
opcode            945 dev/ic/twe.c   		    xs->cmd->opcode, target));
opcode            386 dev/ic/uha.c   		mscp->opcode = UHA_SDR;
opcode            389 dev/ic/uha.c   		mscp->opcode = UHA_TSP;
opcode            189 dev/ic/uhareg.h 	u_char opcode:3;
opcode            223 dev/isa/aha.c  	u_char opcode = ibuf[0];
opcode            233 dev/isa/aha.c  	switch (opcode) {
opcode            246 dev/isa/aha.c  	if (opcode != AHA_MBO_INTR_EN) {
opcode            279 dev/isa/aha.c  			if (opcode != AHA_INQUIRE_REVISION)
opcode            299 dev/isa/aha.c  			if (opcode != AHA_INQUIRE_REVISION)
opcode            312 dev/isa/aha.c  	if (opcode != AHA_MBO_INTR_EN) {
opcode            546 dev/isa/aha.c  		toggle.cmd.opcode = AHA_MBO_INTR_EN;
opcode            792 dev/isa/aha.c  				toggle.cmd.opcode = AHA_MBO_INTR_EN;
opcode            957 dev/isa/aha.c  	config.cmd.opcode = AHA_INQUIRE_CONFIG;
opcode           1064 dev/isa/aha.c  		extbios.cmd.opcode = AHA_EXT_BIOS;
opcode           1075 dev/isa/aha.c  		unlock.cmd.opcode = AHA_MBX_ENABLE;
opcode           1091 dev/isa/aha.c  	devices.cmd.opcode = AHA_INQUIRE_DEVICES;
opcode           1096 dev/isa/aha.c  	setup.cmd.opcode = AHA_INQUIRE_SETUP;
opcode           1152 dev/isa/aha.c  	mailbox.cmd.opcode = AHA_MBX_INIT;
opcode           1177 dev/isa/aha.c  	revision.cmd.opcode = AHA_INQUIRE_REVISION;
opcode           1287 dev/isa/aha.c  		ccb->opcode = AHA_RESET_CCB;
opcode           1291 dev/isa/aha.c  		ccb->opcode =
opcode            103 dev/isa/ahareg.h 	u_char opcode;
opcode            163 dev/isa/ahareg.h 		u_char	opcode;
opcode            183 dev/isa/ahareg.h 		u_char	opcode;
opcode            193 dev/isa/ahareg.h 		u_char	opcode;
opcode            200 dev/isa/ahareg.h 		u_char	opcode;
opcode            212 dev/isa/ahareg.h 		u_char	opcode;
opcode            220 dev/isa/ahareg.h 		u_char	opcode;
opcode            228 dev/isa/ahareg.h 		u_char	opcode;
opcode            237 dev/isa/ahareg.h 		u_char	opcode;
opcode            104 dev/isa/bha_isa.c 		digit.cmd.opcode = BHA_INQUIRE_REVISION_3;
opcode            281 dev/isa/mcd.c  	mbx.cmd.opcode = MCD_CMDCONFIGDRIVE;
opcode            783 dev/isa/mcd.c  	mbx.cmd.opcode = MCD_CMDGETVOLINFO;
opcode            846 dev/isa/mcd.c  	mbx.cmd.opcode = MCD_CMDGETSTAT;
opcode            853 dev/isa/mcd.c  	mbx.cmd.opcode = MCD_CMDCONTINFO;
opcode            966 dev/isa/mcd.c  	mbx.cmd.opcode = MCD_CMDGETSTAT;
opcode           1065 dev/isa/mcd.c  		    mbx->cmd.length, (u_int)mbx->cmd.opcode);
opcode           1072 dev/isa/mcd.c  		bus_space_write_1(iot, ioh, MCD_COMMAND, mbx->cmd.opcode);
opcode           1316 dev/isa/mcd.c  	mbx.cmd.opcode = MCD_CMDRESET;
opcode           1336 dev/isa/mcd.c  	mbx.cmd.opcode = MCD_CMDSETMODE;
opcode           1361 dev/isa/mcd.c  	mbx.cmd.opcode = MCD_CMDCONFIGDRIVE;
opcode           1523 dev/isa/mcd.c  	mbx.cmd.opcode = MCD_CMDSTOPAUDIO;
opcode           1557 dev/isa/mcd.c  	mbx.cmd.opcode = MCD_CMDGETQCHN;
opcode           1677 dev/isa/mcd.c  	mbx.cmd.opcode = MCD_CMDREADSINGLESPEED;
opcode           1711 dev/isa/mcd.c  	mbx.cmd.opcode = MCD_CMDREADSINGLESPEED;
opcode           1743 dev/isa/mcd.c  	mbx.cmd.opcode = MCD_CMDREADSINGLESPEED;
opcode           1808 dev/isa/mcd.c  	mbx.cmd.opcode = MCD_CMDEJECTDISK;
opcode           1821 dev/isa/mcd.c  	mbx.cmd.opcode = MCD_CMDSETLOCK;
opcode            191 dev/isa/mcdreg.h 	u_char	opcode;
opcode            959 dev/isa/wds.c  	init.opcode = WDSC_INIT;
opcode           1006 dev/isa/wds.c  	scb->cmd.opcode = WDSX_GETFIRMREV;
opcode           1020 dev/isa/wds.c  	printf(": version %x.%02x ", scb->cmd.targ, scb->cmd.scb.opcode);
opcode           1021 dev/isa/wds.c  	sc->sc_revision = (scb->cmd.targ << 8) | scb->cmd.scb.opcode;
opcode           1220 dev/isa/wds.c  		scb->cmd.opcode = WDSX_SCSISG;
opcode           1235 dev/isa/wds.c  		scb->cmd.opcode = WDSX_SCSICMD;
opcode           1239 dev/isa/wds.c  		scb->cmd.opcode = WDSX_SCSICMD;
opcode           1323 dev/isa/wds.c  	ss->opcode = REQUEST_SENSE;
opcode           1330 dev/isa/wds.c  	scb->sense.opcode = WDSX_SCSICMD;
opcode             55 dev/isa/wdsreg.h 	u_int8_t opcode;
opcode            150 dev/isa/wdsreg.h 	u_int8_t opcode;
opcode             97 dev/microcode/aic7xxx/aicasm_gram.y static void format_1_instr(int opcode, symbol_ref_t *dest,
opcode             99 dev/microcode/aic7xxx/aicasm_gram.y static void format_2_instr(int opcode, symbol_ref_t *dest,
opcode            101 dev/microcode/aic7xxx/aicasm_gram.y static void format_3_instr(int opcode, symbol_ref_t *src,
opcode           1608 dev/microcode/aic7xxx/aicasm_gram.y format_1_instr(int opcode, symbol_ref_t *dest, expression_t *immed,
opcode           1622 dev/microcode/aic7xxx/aicasm_gram.y 	type_check(dest->symbol, immed, opcode);
opcode           1628 dev/microcode/aic7xxx/aicasm_gram.y 	f1_instr->opcode = opcode;
opcode           1654 dev/microcode/aic7xxx/aicasm_gram.y 		switch (opcode) {
opcode           1683 dev/microcode/aic7xxx/aicasm_gram.y format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places,
opcode           1701 dev/microcode/aic7xxx/aicasm_gram.y 	f2_instr->opcode = AIC_OP_ROL;
opcode           1710 dev/microcode/aic7xxx/aicasm_gram.y 	switch (opcode) {
opcode           1744 dev/microcode/aic7xxx/aicasm_gram.y format_3_instr(int opcode, symbol_ref_t *src,
opcode           1755 dev/microcode/aic7xxx/aicasm_gram.y 	type_check(src->symbol, immed, opcode);
opcode           1769 dev/microcode/aic7xxx/aicasm_gram.y 	f3_instr->opcode = opcode;
opcode           1819 dev/microcode/aic7xxx/aicasm_gram.y type_check(symbol_t *symbol, expression_t *expression, int opcode)
opcode           1825 dev/microcode/aic7xxx/aicasm_gram.y 	if (opcode == AIC_OP_AND || opcode == AIC_OP_JNZ || AIC_OP_JZ)
opcode             52 dev/microcode/aic7xxx/aicasm_insformat.h 			opcode		: 4,
opcode             56 dev/microcode/aic7xxx/aicasm_insformat.h 			opcode		: 4,
opcode             70 dev/microcode/aic7xxx/aicasm_insformat.h 			opcode		: 4,
opcode             74 dev/microcode/aic7xxx/aicasm_insformat.h 			opcode		: 4,
opcode             87 dev/microcode/aic7xxx/aicasm_insformat.h 			opcode		: 4,
opcode             91 dev/microcode/aic7xxx/aicasm_insformat.h 			opcode		: 4,
opcode            525 dev/pci/ips.c  	switch (xs->cmd->opcode) {
opcode            615 dev/pci/ips.c  		    sc->sc_dev.dv_xname, xs->cmd->opcode));
opcode           1013 dev/pcmcia/cfxga.c 	u_int opcode;
opcode           1020 dev/pcmcia/cfxga.c 		opcode = (OP_MOVE_POSITIVE_ROP << 8) | rop;
opcode           1022 dev/pcmcia/cfxga.c 		opcode = (OP_MOVE_NEGATIVE_ROP << 8) | rop;
opcode           1028 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_ROP, opcode);
opcode            316 dev/sdmmc/sdmmc_scsi.c 	    DEVNAME(sc), link->target, xs->cmd->opcode, curproc ?
opcode            321 dev/sdmmc/sdmmc_scsi.c 	switch (xs->cmd->opcode) {
opcode            362 dev/sdmmc/sdmmc_scsi.c 		    DEVNAME(sc), xs->cmd->opcode));
opcode            441 dev/sdmmc/sdmmc_scsi.c 	    " complete\n", DEVNAME(sc), link->target, xs->cmd->opcode,
opcode            472 dev/sdmmc/sdmmc_scsi.c 	    " done\n", DEVNAME(sc), link->target, xs->cmd->opcode,
opcode            473 dev/softraid.c 	switch (xs->cmd->opcode) {
opcode            479 dev/softraid.c 		    DEVNAME(sc), xs->cmd->opcode);
opcode            528 dev/softraid.c 		    DEVNAME(sc), xs->cmd->opcode);
opcode           2581 dev/softraid.c 	    xs->cmd->opcode);
opcode           3047 dev/softraid.c 	    xs->cmd->opcode);
opcode            196 dev/usb/umass_scsi.c 		sc_link->target, sc_link->lun, xs, xs->cmd->opcode,
opcode            347 dev/usb/umass_scsi.c 			if (xs->cmd->opcode == INQUIRY &&
opcode            359 dev/usb/umass_scsi.c 		    "scsi op 0x%02x\n", xs->cmd->opcode));
opcode            363 dev/usb/umass_scsi.c 		scbus->sc_sense_cmd.opcode = REQUEST_SENSE;
opcode            466 dev/usb/usscanner.c 	sense_cmd.opcode = REQUEST_SENSE;
opcode            732 dev/usb/usscanner.c 	    xs, xs->cmd->opcode, xs->datalen,
opcode            393 netbt/hci.h    	uint16_t	opcode; /* OpCode */
opcode           1713 netbt/hci.h    	uint16_t	opcode;       /* command OpCode */
opcode           1721 netbt/hci.h    	uint16_t	opcode;       /* command OpCode */
opcode            250 netbt/hci_event.c 		HCI_OGF(letoh16(ep.opcode)), HCI_OCF(letoh16(ep.opcode)),
opcode            259 netbt/hci_event.c 	switch(letoh16(ep.opcode)) {
opcode            298 netbt/hci_event.c 		HCI_OGF(letoh16(ep.opcode)), HCI_OCF(letoh16(ep.opcode)),
opcode            306 netbt/hci_event.c 	switch(letoh16(ep.opcode)) {
opcode             91 netbt/hci_socket.c hci_security_check_opcode(uint16_t opcode)
opcode             94 netbt/hci_socket.c 	switch (opcode) {
opcode            274 netbt/hci_socket.c 	    && hci_security_check_opcode(letoh16(hdr.opcode)) != hdr.length) {
opcode            296 netbt/hci_socket.c 		HCI_OGF(letoh16(hdr.opcode)), HCI_OCF(letoh16(hdr.opcode)));
opcode            624 netbt/hci_socket.c 	uint16_t opcode;
opcode            669 netbt/hci_socket.c 			opcode = letoh16(mtod(m, hci_cmd_hdr_t *)->opcode);
opcode            672 netbt/hci_socket.c 			    && hci_security_check_opcode(opcode) == -1)
opcode            230 netbt/hci_unit.c hci_send_cmd(struct hci_unit *unit, uint16_t opcode, void *buf, uint8_t len)
opcode            243 netbt/hci_unit.c 	p->opcode = htole16(opcode);
opcode            259 netbt/hci_unit.c 		HCI_OGF(opcode), HCI_OCF(opcode));
opcode            617 scsi/cd.c      			cmd_small.opcode = (bp->b_flags & B_READ) ?
opcode            628 scsi/cd.c      			cmd_big.opcode = (bp->b_flags & B_READ) ?
opcode           1238 scsi/cd.c      	scsi_cmd.opcode = READ_CD_CAPACITY;
opcode           1383 scsi/cd.c      	cmd.opcode = LOAD_UNLOAD;
opcode           1439 scsi/cd.c      	scsi_cmd.opcode = PLAY;
opcode           1517 scsi/cd.c      	scsi_cmd.opcode = PLAY_MSF;
opcode           1538 scsi/cd.c      	scsi_cmd.opcode = PAUSE;
opcode           1564 scsi/cd.c      	scsi_cmd.opcode = READ_SUBCHANNEL;
opcode           1588 scsi/cd.c      	scsi_cmd.opcode = READ_TOC;
opcode           1666 scsi/cd.c      		cmd.opcode = GPCMD_REPORT_KEY;
opcode           1677 scsi/cd.c      		cmd.opcode = GPCMD_REPORT_KEY;
opcode           1688 scsi/cd.c      		cmd.opcode = GPCMD_REPORT_KEY;
opcode           1699 scsi/cd.c      		cmd.opcode = GPCMD_REPORT_KEY;
opcode           1714 scsi/cd.c      		cmd.opcode = GPCMD_REPORT_KEY;
opcode           1725 scsi/cd.c      		cmd.opcode = GPCMD_SEND_KEY;
opcode           1738 scsi/cd.c      		cmd.opcode = GPCMD_SEND_KEY;
opcode           1753 scsi/cd.c      		cmd.opcode = GPCMD_REPORT_KEY;
opcode           1762 scsi/cd.c      		cmd.opcode = GPCMD_REPORT_KEY;
opcode           1777 scsi/cd.c      		cmd.opcode = GPCMD_SEND_KEY;
opcode           1806 scsi/cd.c      	cmd.opcode = GPCMD_READ_DVD_STRUCTURE;
opcode           1846 scsi/cd.c      	cmd.opcode = GPCMD_READ_DVD_STRUCTURE;
opcode           1875 scsi/cd.c      	cmd.opcode = GPCMD_READ_DVD_STRUCTURE;
opcode           1901 scsi/cd.c      	cmd.opcode = GPCMD_READ_DVD_STRUCTURE;
opcode           1931 scsi/cd.c      	cmd.opcode = GPCMD_READ_DVD_STRUCTURE;
opcode             34 scsi/cd.h      	u_int8_t opcode;
opcode             44 scsi/cd.h      	u_int8_t opcode;
opcode             58 scsi/cd.h      	u_int8_t opcode;
opcode             68 scsi/cd.h      	u_int8_t opcode;
opcode             81 scsi/cd.h      	u_int8_t opcode;
opcode             93 scsi/cd.h      	u_int8_t opcode;
opcode            102 scsi/cd.h      	u_int8_t opcode;
opcode            111 scsi/cd.h      	u_int8_t opcode;
opcode            120 scsi/cd.h      	u_int8_t opcode;
opcode            129 scsi/cd.h      	u_int8_t opcode;
opcode            141 scsi/cd.h      	u_int8_t opcode;
opcode            150 scsi/cd.h      	u_int8_t opcode;
opcode            162 scsi/cd.h      	u_int8_t opcode;
opcode            170 scsi/cd.h      	u_int8_t opcode;
opcode            184 scsi/cd.h      	u_int8_t opcode;
opcode            273 scsi/cd.h      	u_int8_t	opcode;		/* GPCMD_READ_DVD_STRUCTURE */
opcode            389 scsi/ch.c      	cmd.opcode = MOVE_MEDIUM;
opcode            442 scsi/ch.c      	cmd.opcode = EXCHANGE_MEDIUM;
opcode            484 scsi/ch.c      	cmd.opcode = POSITION_TO_ELEMENT;
opcode            647 scsi/ch.c      	cmd.opcode = READ_ELEMENT_STATUS;
opcode            138 scsi/safte.c   	cmd.opcode = INQUIRY;
opcode            257 scsi/safte.c   	cmd.opcode = READ_BUFFER;
opcode            393 scsi/safte.c   	cmd.opcode = READ_BUFFER;
opcode            567 scsi/safte.c   	op->opcode = SAFTE_WRITE_SLOTOP;
opcode            572 scsi/safte.c   	cmd.opcode = WRITE_BUFFER;
opcode             37 scsi/safte.h   	u_int8_t	opcode;		/* READ_BUFFER */
opcode             55 scsi/safte.h   	u_int8_t	opcode;		/* WRITE_BUFFER */
opcode            168 scsi/safte.h   	u_int8_t	opcode;		/* SAFTE_WRITE_SLOTOP */
opcode             49 scsi/scsi_all.h 	u_int8_t opcode;
opcode             54 scsi/scsi_all.h 	u_int8_t opcode;
opcode             61 scsi/scsi_all.h 	u_int8_t opcode;
opcode             73 scsi/scsi_all.h 	u_int8_t opcode;
opcode             81 scsi/scsi_all.h 	u_int8_t opcode;
opcode             91 scsi/scsi_all.h 	u_int8_t opcode;
opcode            107 scsi/scsi_all.h 	u_int8_t opcode;
opcode            117 scsi/scsi_all.h 	u_int8_t opcode;
opcode            127 scsi/scsi_all.h 	u_int8_t opcode;
opcode            135 scsi/scsi_all.h 	u_int8_t opcode;
opcode            143 scsi/scsi_all.h 	u_int8_t opcode;
opcode            151 scsi/scsi_all.h 	u_int8_t opcode;
opcode            161 scsi/scsi_all.h 	u_int8_t opcode;
opcode            242 scsi/scsi_base.c 	rc.opcode = READ_CAPACITY;
opcode            269 scsi/scsi_base.c 	 rc16.opcode = READ_CAPACITY_16;
opcode            301 scsi/scsi_base.c 	scsi_cmd.opcode = TEST_UNIT_READY;
opcode            320 scsi/scsi_base.c 	scsi_cmd.opcode = INQUIRY;
opcode            353 scsi/scsi_base.c 	scsi_cmd.opcode = INQUIRY;
opcode            379 scsi/scsi_base.c 	scsi_cmd.opcode = PREVENT_ALLOW;
opcode            395 scsi/scsi_base.c 	scsi_cmd.opcode = START_STOP;
opcode            419 scsi/scsi_base.c 	scsi_cmd.opcode = MODE_SENSE;
opcode            452 scsi/scsi_base.c 	scsi_cmd.opcode = MODE_SENSE_BIG;
opcode            610 scsi/scsi_base.c 	scsi_cmd.opcode = MODE_SELECT;
opcode            637 scsi/scsi_base.c 	scsi_cmd.opcode = MODE_SELECT_BIG;
opcode            665 scsi/scsi_base.c 	scsi_cmd.opcode = REPORT_LUNS;
opcode           1797 scsi/scsi_base.c 	    xs->cmd->opcode);
opcode             75 scsi/scsi_changer.h 	u_int8_t	opcode;
opcode             93 scsi/scsi_changer.h 	u_int8_t	opcode;
opcode            105 scsi/scsi_changer.h 	u_int8_t	opcode;
opcode            122 scsi/scsi_changer.h 	u_int8_t	opcode;
opcode            137 scsi/scsi_changer.h 	u_int8_t	opcode;
opcode            151 scsi/scsi_changer.h 	u_int8_t	opcode;
opcode             65 scsi/scsi_disk.h 	u_int8_t opcode;
opcode            142 scsi/scsi_disk.h 	u_int8_t opcode;
opcode            153 scsi/scsi_disk.h 	u_int8_t opcode;
opcode            160 scsi/scsi_disk.h 	u_int8_t opcode;
opcode            168 scsi/scsi_disk.h 	u_int8_t opcode;
opcode            178 scsi/scsi_disk.h 	u_int8_t opcode;
opcode            187 scsi/scsi_disk.h 	u_int8_t opcode;
opcode            196 scsi/scsi_disk.h 	u_int8_t opcode;
opcode            204 scsi/scsi_disk.h 	u_int8_t opcode;
opcode            214 scsi/scsi_disk.h 	u_int8_t opcode;
opcode            230 scsi/scsi_disk.h 	u_int8_t opcode;
opcode             49 scsi/scsi_scanner.h 	u_int8_t opcode;
opcode             61 scsi/scsi_scanner.h 	u_int8_t opcode;
opcode             73 scsi/scsi_scanner.h 	u_int8_t opcode;
opcode             82 scsi/scsi_scanner.h 	u_int8_t opcode;
opcode             95 scsi/scsi_scanner.h 	u_int8_t opcode;
opcode             64 scsi/scsi_tape.h 	u_int8_t opcode;
opcode             73 scsi/scsi_tape.h 	u_int8_t opcode;
opcode             86 scsi/scsi_tape.h 	u_int8_t opcode;
opcode             94 scsi/scsi_tape.h 	u_int8_t opcode;
opcode            103 scsi/scsi_tape.h 	u_int8_t opcode;
opcode            116 scsi/scsi_tape.h 	u_int8_t opcode;
opcode            126 scsi/scsi_tape.h 	u_int8_t opcode;
opcode            665 scsi/sd.c      			cmd_small.opcode = (bp->b_flags & B_READ) ?
opcode            677 scsi/sd.c      			cmd_big.opcode = (bp->b_flags & B_READ) ?
opcode            689 scsi/sd.c      			cmd_12.opcode = (bp->b_flags & B_READ) ?
opcode            700 scsi/sd.c      			cmd_16.opcode = (bp->b_flags & B_READ) ?
opcode           1076 scsi/sd.c      	scsi_cmd.opcode = REASSIGN_BLOCKS;
opcode           1241 scsi/sd.c      		cmd.opcode = WRITE_BIG;
opcode           1469 scsi/sd.c      		sync_cmd.opcode = SYNCHRONIZE_CACHE;
opcode            280 scsi/ses.c     	cmd.opcode = RECEIVE_DIAGNOSTIC;
opcode            368 scsi/ses.c     	cmd.opcode = RECEIVE_DIAGNOSTIC;
opcode            592 scsi/ses.c     	cmd.opcode = SEND_DIAGNOSTIC;
opcode             34 scsi/ses.h     	u_int8_t	opcode; /* SEND_DIAGNOSTIC or RECEIVE_DIAGNOSTIC */
opcode            543 scsi/ss.c      			trigger_cmd.opcode = START_STOP;
opcode            667 scsi/ss.c      			read_cmd.opcode = READ_BIG;
opcode            766 scsi/ss.c      	window_cmd.opcode = SET_WINDOW;
opcode            998 scsi/ss.c      	gbs_cmd.opcode = GET_BUFFER_STATUS;
opcode            274 scsi/ss_mustek.c 	window_cmd.opcode = MUSTEK_SET_WINDOW;
opcode            315 scsi/ss_mustek.c 	mode_cmd.opcode = MUSTEK_MODE_SELECT;
opcode            354 scsi/ss_mustek.c 	start_scan_cmd.opcode = MUSTEK_START_STOP;
opcode            418 scsi/ss_mustek.c 		cmd.opcode = MUSTEK_START_STOP;
opcode            450 scsi/ss_mustek.c 	cmd.opcode = MUSTEK_READ;
opcode            492 scsi/ss_mustek.c 	cmd.opcode = MUSTEK_GET_STATUS;
opcode             74 scsi/ss_mustek.h 	u_int8_t opcode;		/* 0x04 */
opcode            108 scsi/ss_mustek.h 	u_int8_t opcode;		/* 0x08 */
opcode            115 scsi/ss_mustek.h 	u_int8_t opcode;		/* 0x0f */
opcode            130 scsi/ss_mustek.h 	u_int8_t opcode;		/* 0x15 */
opcode            164 scsi/ss_mustek.h 	u_int8_t opcode;		/* 0x1b */
opcode            293 scsi/ss_scanjet.c 	cmd.opcode = READ;
opcode            332 scsi/ss_scanjet.c 	cmd.opcode = WRITE;
opcode            353 scsi/ss_scanjet.c 	cmd.opcode = READ;
opcode            954 scsi/st.c      			cmd.opcode = WRITE;
opcode            959 scsi/st.c      			cmd.opcode = READ;
opcode           1265 scsi/st.c      	cmd.opcode = READ;
opcode           1300 scsi/st.c      	cmd.opcode = READ_BLOCK_LIMITS;
opcode           1516 scsi/st.c      	cmd.opcode = ERASE;
opcode           1607 scsi/st.c      	cmd.opcode = SPACE;
opcode           1675 scsi/st.c      	cmd.opcode = WRITE_FILEMARKS;
opcode           1760 scsi/st.c      	cmd.opcode = LOAD;
opcode           1786 scsi/st.c      	cmd.opcode = REWIND;
opcode            369 xfs/xfs_dev-common.c     NNPFSDEB(XDEBMSG, ("xfs_message_send opcode = %d\n", message->opcode));
opcode            443 xfs/xfs_dev-common.c     NNPFSDEB(XDEBMSG, ("xfs_message_rpc opcode = %d\n", message->opcode));
opcode            472 xfs/xfs_dev-common.c 	printf("NNPFS PANIC Error: Message to small to receive wakeup, opcode = %d\n", message->opcode);
opcode            601 xfs/xfs_dev-common.c     NNPFSDEB(XDEBMSG, ("xfs_message_receive opcode = %d\n", message->opcode));
opcode            604 xfs/xfs_dev-common.c     switch (message->opcode) {
opcode            657 xfs/xfs_dev-common.c 	       message->opcode);
opcode            677 xfs/xfs_dev-common.c 		printf("NNPFS PANIC Error: Could not wakeup requestor with opcode = %d properly, to small receive buffer.\n", t->message->opcode);
opcode            704 xfs/xfs_dev-common.c 		printf("NNPFS PANIC Error: Could not wakeup requestor with opcode = %d properly, to small receive buffer.\n", t->message->opcode);
opcode             51 xfs/xfs_message.c     msg.header.opcode = NNPFS_MSG_INACTIVENODE;
opcode            519 xfs/xfs_message.c     msg.header.opcode = NNPFS_MSG_WAKEUP;
opcode            163 xfs/xfs_message.h   uint32_t opcode;
opcode            426 xfs/xfs_message.h   uint32_t opcode ;
opcode            541 xfs/xfs_syscalls-common.c     msg->header.opcode = NNPFS_MSG_PIOCTL;
opcode            543 xfs/xfs_syscalls-common.c     msg->opcode = SCARG(arg, a_opcode);
opcode            563 xfs/xfs_syscalls-common.c     if (error == 0 && msg2->header.opcode == NNPFS_MSG_WAKEUP_DATA) {
opcode            271 xfs/xfs_vfsops-common.c 	msg.header.opcode = NNPFS_MSG_GETROOT;
opcode             86 xfs/xfs_vnodeops-common.c 	    msg.header.opcode = NNPFS_MSG_OPEN;
opcode            120 xfs/xfs_vnodeops-common.c 	    msg.header.opcode = NNPFS_MSG_GETATTR;
opcode            164 xfs/xfs_vnodeops-common.c 	msg.header.opcode = NNPFS_MSG_GETDATA;
opcode            217 xfs/xfs_vnodeops-common.c     msg.header.opcode = NNPFS_MSG_PUTDATA;
opcode            460 xfs/xfs_vnodeops-common.c 	msg.header.opcode = NNPFS_MSG_PUTATTR;
opcode            611 xfs/xfs_vnodeops-common.c 	    msg.header.opcode = NNPFS_MSG_GETNODE;
opcode            659 xfs/xfs_vnodeops-common.c 	msg.header.opcode = NNPFS_MSG_CREATE;
opcode            703 xfs/xfs_vnodeops-common.c     msg.header.opcode = NNPFS_MSG_REMOVE;
opcode            744 xfs/xfs_vnodeops-common.c 	msg.header.opcode = NNPFS_MSG_RENAME;
opcode            779 xfs/xfs_vnodeops-common.c 	msg.header.opcode = NNPFS_MSG_MKDIR;
opcode            813 xfs/xfs_vnodeops-common.c     msg.header.opcode = NNPFS_MSG_RMDIR;
opcode            897 xfs/xfs_vnodeops-common.c     msg.header.opcode = NNPFS_MSG_LINK;
opcode            941 xfs/xfs_vnodeops-common.c     msg->header.opcode = NNPFS_MSG_SYMLINK;
opcode           1069 xfs/xfs_vnodeops-common.c     msg.header.opcode = NNPFS_MSG_INACTIVENODE;
opcode           1099 xfs/xfs_vnodeops-common.c 	msg.header.opcode = NNPFS_MSG_ADVLOCK;