HomeSort by: relevance | last modified time | path
    Searched defs:obj_id (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/scsipi/
ses.h 81 unsigned int obj_id; /* Object Identifier */ member in struct:__anonc13b49440108
122 unsigned int obj_id; member in struct:__anonc13b49440208
167 * fill the obj_id with the id of the object who's
173 unsigned int obj_id; member in union:__anonc13b4944030a
  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic_uapi.c 1375 uint32_t obj_id, count_props; local in function:drm_mode_atomic_ioctl
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 in function:bios_parser_get_src_obj
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 in function:get_bios_object
    [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
  /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

Completed in 88 milliseconds