/src/sys/external/bsd/drm2/dist/drm/virtio/ |
virtgpu_drv.c | 56 char unique[20]; local in function:virtio_gpu_pci_quirk 74 * and the unique returned will be the virtio_device "virtio0", 97 snprintf(unique, sizeof(unique), "pci:%s", pname); 98 return drm_dev_set_unique(dev, unique);
|
virtgpu_drv.c | 56 char unique[20]; local in function:virtio_gpu_pci_quirk 74 * and the unique returned will be the virtio_device "virtio0", 97 snprintf(unique, sizeof(unique), "pci:%s", pname); 98 return drm_dev_set_unique(dev, unique);
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_auth.h | 96 * @unique: Unique identifier: e.g. busid. Protected by 99 char *unique; member in struct:drm_master 101 * @unique_len: Length of unique field. Protected by
|
drm_auth.h | 96 * @unique: Unique identifier: e.g. busid. Protected by 99 char *unique; member in struct:drm_master 101 * @unique_len: Length of unique field. Protected by
|
drm_device.h | 128 /** @unique: Unique name of the device */ 129 char *unique; member in struct:drm_device
|
drm_device.h | 128 /** @unique: Unique name of the device */ 129 char *unique; member in struct:drm_device
|
/src/usr.sbin/services_mkdb/ |
services_mkdb.c | 75 int unique = 0; local in function:main 96 unique++; 117 if (argc > 1 || (unique && otherflag)) 122 if (unique)
|
services_mkdb.c | 75 int unique = 0; local in function:main 96 unique++; 117 if (argc > 1 || (unique && otherflag)) 122 if (unique)
|
/src/usr.bin/make/unit-tests/ |
varname-circumflex.mk | 12 all: unique duplicate 27 unique: file1.o file2.o file3.o target
|
varname-circumflex.mk | 12 all: unique duplicate 27 unique: file1.o file2.o file3.o target
|
/src/lib/libperfuse/ |
perfuse_if.h | 193 uint64_t unique; member in struct:fuse_in_header 204 uint64_t unique; member in struct:fuse_out_header
|
perfuse_if.h | 193 uint64_t unique; member in struct:fuse_in_header 204 uint64_t unique; member in struct:fuse_out_header
|
fuse.h | 402 uint64_t unique; member in struct:fuse_interrupt_in 460 uint64_t unique; 485 uint64_t unique;
|
fuse.h | 402 uint64_t unique; member in struct:fuse_interrupt_in 460 uint64_t unique; 485 uint64_t unique;
|
/src/sys/compat/netbsd32/ |
netbsd32_drm.c | 126 netbsd32_pointer_t unique; member in struct:drm_unique32 140 uq64.unique = NETBSD32PTR64(uq32.unique); 146 //unique should already be copied 166 uq64.unique = NETBSD32PTR64(uq32.unique); 174 NETBSD32PTR32(uq32.unique, uq64.unique);
|
netbsd32_drm.c | 126 netbsd32_pointer_t unique; member in struct:drm_unique32 140 uq64.unique = NETBSD32PTR64(uq32.unique); 146 //unique should already be copied 166 uq64.unique = NETBSD32PTR64(uq32.unique); 174 NETBSD32PTR32(uq32.unique, uq64.unique);
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_ioc32.c | 132 u32 unique_len; /* Length of unique */ 133 u32 unique; /* Unique name for driver instantiation */ member in struct:drm_unique32 147 .unique = compat_ptr(uq32.unique),
|
drm_ioc32.c | 132 u32 unique_len; /* Length of unique */ 133 u32 unique; /* Unique name for driver instantiation */ member in struct:drm_unique32 147 .unique = compat_ptr(uq32.unique),
|
/src/sys/coda/ |
coda.h | 212 u_long Unique; 218 return (fid->Unique + (fid->Vnode<<10) + (fid->Volume<<20)); 225 fid->Vnode, fid->Unique); 233 fid1->Unique == fid2->Unique); 371 unsigned long unique; /* Keep multiple outstanding msgs distinct */ member in struct:coda_in_hdr 380 u_int32_t unique; /* Keep multiple outstanding msgs distinct */ member in struct:coda_in_hdr 387 /* Really important that opcode and unique are 1st two fields! */ 390 u_int32_t unique; member in struct:coda_out_hdr 829 (fidp)->Unique == -1 [all...] |
coda.h | 212 u_long Unique; 218 return (fid->Unique + (fid->Vnode<<10) + (fid->Volume<<20)); 225 fid->Vnode, fid->Unique); 233 fid1->Unique == fid2->Unique); 371 unsigned long unique; /* Keep multiple outstanding msgs distinct */ member in struct:coda_in_hdr 380 u_int32_t unique; /* Keep multiple outstanding msgs distinct */ member in struct:coda_in_hdr 387 /* Really important that opcode and unique are 1st two fields! */ 390 u_int32_t unique; member in struct:coda_out_hdr 829 (fidp)->Unique == -1 [all...] |
/src/sys/external/bsd/drm/dist/bsd-core/ |
drmP.h | 494 struct drm_file *file_priv; /* Unique identifier of holding process */ 557 struct drm_file *file_priv; /* Unique identifier of holding process (NULL is kernel)*/ 777 char *unique; /* Unique identifier: e.g., busid */ member in struct:drm_device 778 int unique_len; /* Length of unique field */
|
drmP.h | 494 struct drm_file *file_priv; /* Unique identifier of holding process */ 557 struct drm_file *file_priv; /* Unique identifier of holding process (NULL is kernel)*/ 777 char *unique; /* Unique identifier: e.g., busid */ member in struct:drm_device 778 int unique_len; /* Length of unique field */
|
/src/sys/external/bsd/drm/dist/shared-core/ |
drm.h | 208 DRM_SIZE_T unique_len; /**< Length of unique */ 209 char __user *unique; /**< Unique name for driver instantiation */ member in struct:drm_unique
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_dev.h | 411 uint64_t unique; member in struct:qxl_cursor_header 792 uint32_t unique; member in struct:qxl_image_id 824 uint64_t unique; member in struct:qxl_palette
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
drm.h | 180 __kernel_size_t unique_len; /**< Length of unique */ 181 char __user *unique; /**< Unique name for driver instantiation */ member in struct:drm_unique
|