Searched refs:obj_id (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/sesd/srcs/
H A Dgetobjstat.c71 obj.obj_id = cvt;
76 fprintf(stdout, "Object 0x%x: 0x%x 0x%x 0x%x 0x%x\n", obj.obj_id,
H A Dgetencstat.c134 ob.obj_id = objp[i].obj_id;
144 ob.obj_id,
152 ob.obj_id, geteltnm(objp[i].object_type),
H A Dsetobjstat.c73 obj.obj_id = cvt;
H A Dgetobjmap.c84 objp[i].obj_id, geteltnm((int)objp[i].object_type));
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dses.h80 unsigned int obj_id; /* Object Identifier */ member in struct:__anon8223
121 unsigned int obj_id; member in struct:__anon8224
166 * fill the obj_id with the id of the object who's
172 unsigned int obj_id; member in union:__anon8225
H A Dses.c406 obj.obj_id = i;
442 if (objs.obj_id >= ssc->ses_nobjects) {
453 ssc->ses_objmap[objs.obj_id].svalid = 0;
463 if (objs.obj_id >= ssc->ses_nobjects) {
472 ssc->ses_objmap[objs.obj_id].svalid = 0;
872 int i = (int)obp->obj_id;
907 err = ses_getputstat(ssc, (int)obp->obj_id, &ComStat, slpflag, 0);
908 ssc->ses_objmap[(int)obp->obj_id].svalid = 0;
1622 int i = (int)obp->obj_id;
1647 (int)obp->obj_id, ob
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dbwi.c1114 bwi_memobj_read_2(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0) argument
1126 CSR_WRITE_4(sc, BWI_MOBJ_CTRL, BWI_MOBJ_CTRL_VAL(obj_id, ofs));
1131 bwi_memobj_read_4(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0) argument
1140 CSR_WRITE_4(sc, BWI_MOBJ_CTRL, BWI_MOBJ_CTRL_VAL(obj_id, ofs));
1145 BWI_MOBJ_CTRL_VAL(obj_id, ofs + 1));
1150 CSR_WRITE_4(sc, BWI_MOBJ_CTRL, BWI_MOBJ_CTRL_VAL(obj_id, ofs));
1156 bwi_memobj_write_2(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0, argument
1169 CSR_WRITE_4(sc, BWI_MOBJ_CTRL, BWI_MOBJ_CTRL_VAL(obj_id, ofs));
1174 bwi_memobj_write_4(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0, argument
1182 CSR_WRITE_4(sc, BWI_MOBJ_CTRL, BWI_MOBJ_CTRL_VAL(obj_id, of
[all...]

Completed in 88 milliseconds