Home
last modified time | relevance | path

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

/freebsd-12.1/share/examples/ses/srcs/
H A Dgetobjstat.c68 obj.obj_id = cvt; in main()
73 fprintf(stdout, "Object 0x%x: 0x%x 0x%x 0x%x 0x%x\n", obj.obj_id, in main()
H A Dgetobjmap.c82 objp[i].obj_id, geteltnm((int)objp[i].object_type)); in main()
/freebsd-12.1/lib/libc/db/mpool/
H A Dmpool.libtp220 ndx = BUF_HASH ( bhp->id.file_id, bhp->id.obj_id );
267 fobj.obj_id = *new_pageno;
311 fobj.obj_id = (long) page_id;
581 if ( lseek ( fd, bhp->id.obj_id << BUFSHIFT, L_SET ) < 0 ) {
639 if ( obj->obj_id >= buf_fids[obj->file_id].npages) {
640 buf_fids[obj->file_id].npages = obj->obj_id+1;
649 if ( lseek ( fd, obj->obj_id << BUFSHIFT, L_SET ) < -1 ) {
651 obj->file_id, obj->obj_id );
659 obj->file_id, obj->obj_id );
726 bhp->id.file_id, bhp->id.obj_id,
[all …]
/freebsd-12.1/sys/dev/bwi/
H A Dbwimac.c163 bwi_memobj_read_2(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0) in bwi_memobj_read_2() argument
175 CSR_WRITE_4(sc, BWI_MOBJ_CTRL, BWI_MOBJ_CTRL_VAL(obj_id, ofs)); in bwi_memobj_read_2()
180 bwi_memobj_read_4(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0) in bwi_memobj_read_4() argument
189 CSR_WRITE_4(sc, BWI_MOBJ_CTRL, BWI_MOBJ_CTRL_VAL(obj_id, ofs)); in bwi_memobj_read_4()
194 BWI_MOBJ_CTRL_VAL(obj_id, ofs + 1)); in bwi_memobj_read_4()
199 CSR_WRITE_4(sc, BWI_MOBJ_CTRL, BWI_MOBJ_CTRL_VAL(obj_id, ofs)); in bwi_memobj_read_4()
205 bwi_memobj_write_2(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0, in bwi_memobj_write_2() argument
218 CSR_WRITE_4(sc, BWI_MOBJ_CTRL, BWI_MOBJ_CTRL_VAL(obj_id, ofs)); in bwi_memobj_write_2()
231 CSR_WRITE_4(sc, BWI_MOBJ_CTRL, BWI_MOBJ_CTRL_VAL(obj_id, ofs)); in bwi_memobj_write_4()
235 BWI_MOBJ_CTRL_VAL(obj_id, ofs + 1)); in bwi_memobj_write_4()
[all …]
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_mode.h264 __u32 obj_id; member
271 __u32 obj_id; member
H A Ddrm_crtc.c3231 .obj_id = conn_set_prop->connector_id, in drm_mode_connector_property_set_ioctl()
3307 obj = drm_mode_object_find(dev, arg->obj_id, arg->obj_type); in drm_mode_obj_get_properties_ioctl()
3361 arg_obj = drm_mode_object_find(dev, arg->obj_id, arg->obj_type); in drm_mode_obj_set_property_ioctl()
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_ses.h2220 unsigned int obj_id; member