/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci_datagram.c | 31 vmci_privilege_flags priv_flags; member 41 vmci_privilege_flags *priv_flags); 128 vmci_privilege_flags priv_flags, vmci_datagram_recv_cb recv_cb, in datagram_create_hnd() argument 138 ASSERT(!(priv_flags & ~VMCI_PRIVILEGE_ALL_FLAGS)); in datagram_create_hnd() 181 entry->priv_flags = priv_flags; in datagram_create_hnd() 254 vmci_privilege_flags priv_flags, vmci_datagram_recv_cb recv_cb, in vmci_datagram_create_handle_priv() argument 267 if (priv_flags & ~VMCI_PRIVILEGE_ALL_FLAGS) in vmci_datagram_create_handle_priv() 270 return (datagram_create_hnd(resource_id, flags, priv_flags, recv_cb, in vmci_datagram_create_handle_priv() 342 vmci_privilege_flags *priv_flags) in vmci_datagram_get_priv_flags_int() argument 345 ASSERT(priv_flags); in vmci_datagram_get_priv_flags_int() [all …]
|
H A D | vmci_doorbell.c | 29 vmci_privilege_flags priv_flags; member 204 vmci_privilege_flags *priv_flags) in vmci_doorbell_get_priv_flags() argument 207 if (priv_flags == NULL || handle.context == VMCI_INVALID_ID) in vmci_doorbell_get_priv_flags() 220 *priv_flags = entry->priv_flags; in vmci_doorbell_get_priv_flags() 226 *priv_flags = VMCI_NO_PRIVILEGE_FLAGS; in vmci_doorbell_get_priv_flags() 494 vmci_privilege_flags priv_flags, vmci_callback notify_cb, void *client_data) in vmci_doorbell_create() argument 501 priv_flags & ~VMCI_PRIVILEGE_ALL_FLAGS) in vmci_doorbell_create() 539 entry->priv_flags = priv_flags; in vmci_doorbell_create() 683 vmci_privilege_flags priv_flags) in vmci_doorbell_notify_as_guest() argument 715 vmci_doorbell_notify(struct vmci_handle dst, vmci_privilege_flags priv_flags) in vmci_doorbell_notify() argument [all …]
|
H A D | vmci_kernel_api_2.h | 26 vmci_privilege_flags priv_flags, vmci_callback notify_cb, 30 vmci_privilege_flags priv_flags);
|
H A D | vmci_qpair.c | 33 vmci_privilege_flags priv_flags; member 146 uint32_t flags, vmci_privilege_flags priv_flags) in vmci_qpair_alloc() argument 179 my_qpair->priv_flags = priv_flags; in vmci_qpair_alloc() 184 my_qpair->priv_flags); in vmci_qpair_alloc()
|
H A D | vmci_kernel_api_1.h | 25 vmci_privilege_flags priv_flags, vmci_datagram_recv_cb recv_cb, 46 uint32_t flags, vmci_privilege_flags priv_flags);
|
H A D | vmci_queue_pair.c | 71 vmci_privilege_flags priv_flags); 95 vmci_id peer, uint32_t flags, vmci_privilege_flags priv_flags) in vmci_queue_pair_alloc() argument 103 produce_size, consume_q, consume_size, peer, flags, priv_flags)); in vmci_queue_pair_alloc() 579 uint32_t flags, vmci_privilege_flags priv_flags) in vmci_queue_pair_alloc_guest_work() argument 591 if (priv_flags != VMCI_NO_PRIVILEGE_FLAGS) in vmci_queue_pair_alloc_guest_work()
|
H A D | vmci_datagram.h | 18 vmci_privilege_flags *priv_flags);
|
H A D | vmci_doorbell.h | 22 vmci_privilege_flags *priv_flags);
|
H A D | vmci_queue_pair.h | 23 vmci_id peer, uint32_t flags, vmci_privilege_flags priv_flags);
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_radar.c | 192 if (!(ichan->priv_flags & CHANNEL_INTERFERENCE)) { 196 ichan->priv_flags &= ~CHANNEL_INTERFERENCE; 215 if (!(ichan->priv_flags & CHANNEL_INTERFERENCE)) { 219 ichan->priv_flags |= CHANNEL_INTERFERENCE; 220 chan->priv_flags |= CHANNEL_INTERFERENCE; 369 ahp->ah_curchan->priv_flags |= CHANNEL_DFS_CLEAR; 370 chan->priv_flags = ahp->ah_curchan->priv_flags;
|
H A D | ar9300_reset.c | 4796 chan->priv_flags = ichan->priv_flags; in ar9300_reset() 5318 chan->priv_flags = ichan->priv_flags; in ar9300_reset()
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_bo_api.h | 248 unsigned long priv_flags; member
|
H A D | ttm_bo_vm.c | 152 if (test_bit(TTM_BO_PRIV_FLAG_MOVING, &bo->priv_flags)) { in ttm_bo_vm_fault()
|
H A D | ttm_bo.c | 1272 bo->priv_flags = 0; in ttm_bo_init() 1733 clear_bit(TTM_BO_PRIV_FLAG_MOVING, &bo->priv_flags); in ttm_bo_wait() 1757 &bo->priv_flags); in ttm_bo_wait()
|
H A D | ttm_bo_util.c | 638 set_bit(TTM_BO_PRIV_FLAG_MOVING, &bo->priv_flags); in ttm_bo_move_accel_cleanup()
|
/freebsd/sys/dev/enic/ |
H A D | enic.h | 240 unsigned int priv_flags; member
|