| /src/sys/dev/scsipi/ |
| ses.h | 81 unsigned int obj_id; /* Object Identifier */ member in struct:__anon3662 122 unsigned int obj_id; member in struct:__anon3663 167 * fill the obj_id with the id of the object who's 173 unsigned int obj_id; member in union:__anon3664
|
| ses.h | 81 unsigned int obj_id; /* Object Identifier */ member in struct:__anon3662 122 unsigned int obj_id; member in struct:__anon3663 167 * fill the obj_id with the id of the object who's 173 unsigned int obj_id; member in union:__anon3664
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_atomic_uapi.c | 1375 uint32_t obj_id, count_props; local 1378 if (get_user(obj_id, objs_ptr + copied_objs)) { 1383 obj = drm_mode_object_find(dev, file_priv, obj_id, DRM_MODE_OBJECT_ANY);
|
| drm_atomic_uapi.c | 1375 uint32_t obj_id, count_props; local 1378 if (get_user(obj_id, objs_ptr + copied_objs)) { 1383 obj = drm_mode_object_find(dev, file_priv, obj_id, DRM_MODE_OBJECT_ANY);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/ |
| amdgpu_bios_parser2.c | 206 struct graphics_object_id obj_id = {0}; local 222 obj_id = object_id_from_bios_object_id( 224 if (object_id.type == obj_id.type && 225 object_id.id == obj_id.id && 227 obj_id.enum_id) { 237 obj_id = object_id_from_bios_object_id( 240 if (object_id.type == obj_id.type && 241 object_id.id == obj_id.id && 242 object_id.enum_id == obj_id.enum_id) { 264 struct graphics_object_id obj_id = {0} local [all...] |
| amdgpu_bios_parser2.c | 206 struct graphics_object_id obj_id = {0}; local 222 obj_id = object_id_from_bios_object_id( 224 if (object_id.type == obj_id.type && 225 object_id.id == obj_id.id && 227 obj_id.enum_id) { 237 obj_id = object_id_from_bios_object_id( 240 if (object_id.type == obj_id.type && 241 object_id.id == obj_id.id && 242 object_id.enum_id == obj_id.enum_id) { 264 struct graphics_object_id obj_id = {0} local [all...] |
| /src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| drm_mode.h | 460 __u32 obj_id; member in struct:drm_mode_obj_get_properties 467 __u32 obj_id; member in struct:drm_mode_obj_set_property
|
| drm_mode.h | 460 __u32 obj_id; member in struct:drm_mode_obj_get_properties 467 __u32 obj_id; member in struct:drm_mode_obj_set_property
|
| /src/usr.sbin/fstyp/ |
| hammer_disk.h | 57 * obj_id is a 64 bit quantity which uniquely identifies a filesystem object 847 #define HAMMER_RECTYPE_INODE 0x0001 /* inode in obj_id space */ 882 * and specifies the parent directory obj_id. This field will also be set 898 int64_t parent_obj_id; /* parent directory obj_id */ 956 * the filesystem object type of obj_id, e.g. a den_type equivalent. 962 int64_t obj_id; /* object being referenced */ member in struct:hammer_direntry_data
|
| hammer_disk.h | 57 * obj_id is a 64 bit quantity which uniquely identifies a filesystem object 847 #define HAMMER_RECTYPE_INODE 0x0001 /* inode in obj_id space */ 882 * and specifies the parent directory obj_id. This field will also be set 898 int64_t parent_obj_id; /* parent directory obj_id */ 956 * the filesystem object type of obj_id, e.g. a den_type equivalent. 962 int64_t obj_id; /* object being referenced */ member in struct:hammer_direntry_data
|