/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ |
nv04.h | 12 int owner; member in struct:nv04_devinit
|
/src/sys/ddb/ |
db_syncobj.c | 53 uintptr_t owner; local in function:db_syncobj_owner 55 db_read_bytes((db_addr_t)&mtx->mtx_owner, sizeof(owner), 56 (char *)&owner); 57 return (struct lwp *)(owner & MUTEX_THREAD); 62 uintptr_t owner; local in function:db_syncobj_owner 64 db_read_bytes((db_addr_t)&rw->rw_owner, sizeof(owner), 65 (char *)&owner); 66 if (owner & RW_WRITE_LOCKED) 67 return (struct lwp *)(owner & RW_THREAD);
|
/src/sys/external/bsd/drm2/include/drm/ |
drm_client.h | 49 struct module *owner; member in struct:drm_client_funcs
|
/src/tests/fs/vfs/ |
t_unpriv.c | 45 atf_tc_skip("owner not supported by file system") 48 owner(const atf_tc_t *tc, const char *mp) function in typeref:typename:void 219 ATF_TC_FSAPPLY(owner, "owner unprivileged checks"); 227 ATF_TP_FSAPPLY(owner);
|
/src/sys/arch/hpc/stand/hpcboot/ |
arch.cpp | 108 HWND owner = HpcMenuInterface::Instance()._root->_window; local in function:Architecture::_load_func 109 MessageBox(owner, 112 UpdateWindow(owner);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
core.h | 25 void (*owner)(struct nv50_core *); member in struct:nv50_core_func::__anonfa86b3670108
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_audio_component.h | 17 * @owner: drm module to pin down 19 struct module *owner; member in struct:drm_audio_component_ops
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_ids.h | 48 uint64_t owner; member in struct:amdgpu_vmid
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
nouveau_nvkm_engine_disp_vga.c | 162 * the owner parameter is slightly abused: 163 * 0 and 1 are treated as head values and so the set value is (owner * 3) 196 u8 owner = (select == 1) ? 3 : select; local in function:nvkm_wrvgaowner 203 nvkm_wrvgac(device, 0, 0x44, owner); 206 nvkm_wrvgac(device, 0, 0x2e, owner); 207 nvkm_wrvgac(device, 0, 0x2e, owner);
|
/src/lib/libpthread/ |
pthread_rwlock.c | 139 pthread__rwlock_spin(uintptr_t owner) 144 if ((owner & ~RW_THREAD) != RW_WRITE_LOCKED) 147 thread = (pthread_t)(owner & RW_THREAD); 160 uintptr_t owner, next; local in function:pthread__rwlock_rdlock 168 for (owner = (uintptr_t)ptr->ptr_owner;; owner = next) { 170 * Read the lock owner field. If the need-to-wait 173 if ((owner & (RW_WRITE_LOCKED | RW_WRITE_WANTED)) == 0) { 174 next = rw_cas(ptr, owner, owner + RW_READ_INCR) 249 uintptr_t owner, next; local in function:pthread_rwlock_tryrdlock 279 uintptr_t owner, next; local in function:pthread__rwlock_wrlock 370 uintptr_t owner, next; local in function:pthread_rwlock_trywrlock 446 uintptr_t owner, decr, new, next; local in function:pthread_rwlock_unlock 578 uintptr_t owner, set, newval, next; local in function:pthread__rwlock_early 614 uintptr_t owner = (uintptr_t)ptr->ptr_owner; local in function:_pthread_rwlock_held_np 624 uintptr_t owner = (uintptr_t)ptr->ptr_owner; local in function:_pthread_rwlock_rdheld_np 632 uintptr_t owner = (uintptr_t)ptr->ptr_owner; local in function:_pthread_rwlock_wrheld_np [all...] |
pthread_mutex.c | 254 pthread__mutex_spin(pthread_mutex_t *ptm, pthread_t owner) 259 for (count = 2;; owner = ptm->ptm_owner) { 260 thread = (pthread_t)MUTEX_OWNER(owner); 271 return owner; 277 void *newval, *owner, *next; local in function:pthread__mutex_lock_slow 283 owner = ptm->ptm_owner; 290 if (MUTEX_OWNER(owner) == (uintptr_t)self) { 291 if (MUTEX_RECURSIVE(owner)) { 302 if (MUTEX_PROTECT(owner) && _sched_protect(ptm->ptm_ceiling) == -1) { 310 if (MUTEX_OWNER(owner) == 0) [all...] |
/src/sys/external/bsd/drm2/include/linux/ |
ww_mutex.h | 72 struct lwp *owner; member in union:ww_mutex::__anond74e8881010a
|
i2c.h | 96 struct module *owner; member in struct:i2c_adapter
|
/src/sys/fs/nfs/common/ |
nfs_commonacl.c | 39 static int nfsrv_acemasktoperm(u_int32_t acetype, u_int32_t mask, int owner, 50 int len, gotid = 0, owner = 0, error = 0, aceerr = 0; local in function:nfsrv_dissectace 88 if (!NFSBCMP(name, "OWNER@", 6)) { 91 owner = 1; 173 aceerr = nfsrv_acemasktoperm(acetype, mask, owner, VREG, 188 nfsrv_acemasktoperm(u_int32_t acetype, u_int32_t mask, int owner, 286 enum vtype type, int group, int owner, struct acl_entry *ace) 412 name = "OWNER@";
|
/src/usr.sbin/ypserv/yppush/ |
yppush.c | 79 char *owner; /* owner of map */ member in struct:yppush_info 226 * find 'owner' of the map (see pushit for usage) 228 rv = yp_master(ypi.ourdomain, ypi.map, &ypi.owner); 237 printf("pushing map %s in %s: order=%d, owner=%s\n", ypi.map, 238 ypi.ourdomain, ypi.order, ypi.owner); 375 * the "owner" field isn't used by ypserv (and shouldn't be, since 377 * instead, the owner of the map is determined by the master value 386 req.map_parms.owner = ypi->owner; /* NOT USED * [all...] |
/src/sys/kern/ |
subr_pcu.c | 42 * for a PCU release can be from a) the owner LWP (regardless whether 44 * running on that CPU (in such case, the owner LWP is on a remote CPU 49 * sent by the owner LWP. Therefore struct cpu_info::ci_pcu_curlwp[id] 79 lwp_t * owner; member in struct:__anoncc09006e0108 237 lwp_t *l = pcu_msg->owner; 239 KASSERT(pcu_msg->owner != NULL); 289 pcu_ipi_msg_t pcu_msg = { .pcu = pcu, .owner = l, .flags = flags }; 339 pcu_ipi_msg_t pcu_msg = { .pcu = pcu, .owner = l,
|
kern_turnstile.c | 203 * If the current owner of the lock (l->l_wchan, set by sleepq_enqueue) 224 lwp_t *owner; local in function:turnstile_lendpri 232 * Ask syncobj the owner of the lock. 234 owner = (*l->l_syncobj->sobj_owner)(l->l_wchan); 235 if (owner == NULL) 239 * The owner may have changed as we have dropped the tc lock. 241 if (cur == owner) { 249 * Acquire owner->l_mutex if we don't have it yet. 253 dolock = l->l_mutex != atomic_load_relaxed(&owner->l_mutex); 254 if (l == owner || (dolock && !lwp_trylock(owner))) [all...] |
kern_mutex.c | 186 #define MUTEX_OWNER(owner) \ 187 (owner & MUTEX_THREAD) 211 #define MUTEX_SPIN_P(owner) \ 212 (((owner) & MUTEX_BIT_SPIN) != 0) 213 #define MUTEX_ADAPTIVE_P(owner) \ 214 (((owner) & MUTEX_BIT_SPIN) == 0) 223 #define MUTEX_OWNED(owner) (((owner) & ~MUTEX_BIT_NODEBUG) != 0) 226 #define MUTEX_OWNED(owner) ((owner) != 0 320 uintptr_t owner = mtx->mtx_owner; local in function:mutex_dump 391 uintptr_t owner = mtx->mtx_owner; local in function:mutex_destroy 452 uintptr_t owner, curthread; local in function:mutex_vector_enter [all...] |
/src/sbin/dump/ |
rcache.c | 66 volatile pid_t owner; member in struct:cdesc::__anon6e039b040108 73 #define cd_owner desc.owner 305 fprintf(stderr, "Owner is set (%d, me=%d), can" 397 fprintf(stderr, "Owner is set (%d, me=%d), can" 429 fprintf(stderr, "Owner changed from " 446 fprintf(stderr, "Owner changed from "
|
/src/sys/arch/zaurus/stand/zbsdmod/ |
compat_linux.h | 37 struct module *owner; member in struct:file_operations 82 struct module *owner; member in struct:proc_dir_entry
|
/src/sys/dev/nvmm/ |
nvmm_internal.h | 82 struct nvmm_owner *owner; member in struct:nvmm_machine
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
ioctl.h | 32 __u8 owner; member in struct:nvif_ioctl_v0
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/ |
falcon.h | 22 const struct nvkm_subdev *owner; member in struct:nvkm_falcon 56 /* This constructor must be called from the owner's oneinit() hook and 61 int nvkm_falcon_v1_new(struct nvkm_subdev *owner, const char *name, u32 addr, 111 return nvkm_rd32(falcon->owner->device, falcon->addr + addr); 117 nvkm_wr32(falcon->owner->device, falcon->addr + addr, data); 123 struct nvkm_device *device = falcon->owner->device;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_usif.c | 319 u8 owner; local in function:usif_ioctl 331 owner = argv->v0.owner; 334 argv->v0.owner = NVDRM_OBJECT_ANY; /* except client */ 336 argv->v0.owner = NVDRM_OBJECT_USIF; 389 argv->v0.owner = owner;
|
/src/usr.sbin/puffs/mount_9p/ |
nineproto.c | 329 const char *owner, *group; local in function:proto_make_stat 357 owner = uid2ustr(vap->va_uid); 359 owner = ""; 375 p9pbuf_put_str(pb, owner);
|