Searched refs:boolean_t (Results 276 - 300 of 553) sorted by relevance

<<11121314151617181920>>

/freebsd-10.3-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_cputime.d90 self->full = (boolean_t)arg0;
/freebsd-10.3-release/sys/net/
H A Dieee8023ad_lacp.h242 boolean_t lsc_suppress_distributing;
254 boolean_t lsc_fast_timeout; /* if set, fast timeout */
/freebsd-10.3-release/sys/powerpc/powerpc/
H A Ddb_trace.c141 boolean_t kernel_only = TRUE;
142 boolean_t full = FALSE;
/freebsd-10.3-release/sys/dev/sfxge/common/
H A Dhunt_mcdi.c153 __checkReturn boolean_t
234 __out boolean_t *supportedp)
H A Dsiena_mcdi.c129 extern __checkReturn boolean_t
221 __out boolean_t *supportedp)
H A Defx_lic.c74 __out boolean_t *licensedp);
100 __out boolean_t *licensedp);
234 __out boolean_t *licensedp)
499 __out boolean_t *licensedp)
733 __out boolean_t *licensedp)
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h344 boolean_t zc_nvlist_dst_filled; /* put an nvlist in dst? */
374 boolean_t zc_resumable;
H A Dzil.h398 extern boolean_t zil_replaying(zilog_t *zilog, dmu_tx_t *tx);
399 extern void zil_destroy(zilog_t *zilog, boolean_t keep_first);
H A Dzfs_znode.h209 boolean_t z_is_sa; /* are we native sa? */
317 uint64_t [2], boolean_t);
319 extern int zfs_freesp(znode_t *, uint64_t, uint64_t, int, boolean_t);
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_deleg.c274 dsl_deleg_set(const char *ddname, nvlist_t *nvp, boolean_t unset)
380 boolean_t p_matched;
581 boolean_t expanded;
672 boolean_t dosets, uint64_t uid, dmu_tx_t *tx)
757 boolean_t
H A Darc.c148 boolean_t arc_watch = B_FALSE;
155 static boolean_t arc_reclaim_thread_exit;
160 static boolean_t arc_user_evicts_thread_exit;
216 extern boolean_t zfs_prefetch_disable;
221 static boolean_t arc_warm;
1006 boolean_t l2arc_noprefetch = B_TRUE; /* don't cache prefetch bufs */
1007 boolean_t l2arc_feed_again = B_TRUE; /* turbo warmup */
1008 boolean_t l2arc_norw = B_TRUE; /* no reads during writes */
1079 boolean_t l2ad_first; /* first sweep through */
1080 boolean_t l2ad_writin
[all...]
H A Ddmu_traverse.c49 boolean_t pd_cancel;
50 boolean_t pd_exited;
62 boolean_t td_paused;
66 boolean_t td_realloc_possible;
203 static boolean_t
221 boolean_t hard = td->td_flags & TRAVERSE_HARD;
662 boolean_t hard = (flags & TRAVERSE_HARD);
H A Dzap_leaf.c161 zap_leaf_init(zap_leaf_t *l, boolean_t sort)
341 static boolean_t
349 boolean_t match;
366 boolean_t match;
680 boolean_t
686 boolean_t allocdzn = B_FALSE;
800 zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort)
H A Dzvol.c200 boolean_t zvol_unmap_enabled = B_TRUE;
231 uint64_t len, boolean_t sync);
240 static int zvol_dump_init(zvol_state_t *zv, boolean_t resize);
472 zvol_replay_truncate(zvol_state_t *zv, lr_truncate_t *lr, boolean_t byteswap)
490 zvol_replay_write(zvol_state_t *zv, lr_write_t *lr, boolean_t byteswap)
528 zvol_replay_err(zvol_state_t *zv, lr_t *lr, boolean_t byteswap)
1047 boolean_t owned = B_FALSE;
1118 boolean_t locked = B_FALSE;
1218 boolean_t locked = B_FALSE;
1358 boolean_t syn
[all...]
H A Ddmu_objset.c365 boolean_t needlock = B_FALSE;
541 boolean_t readonly, void *tag, objset_t **osp)
565 boolean_t readonly, void *tag, objset_t **osp)
587 boolean_t readonly, void *tag, objset_t **osp)
1168 boolean_t
1183 boolean_t
1193 uint64_t user, uint64_t group, boolean_t subtract, dmu_tx_t *tx)
1312 dmu_objset_userquota_get_ids(dnode_t *dn, boolean_t before, dmu_tx_t *tx)
1321 boolean_t have_spill = B_FALSE;
1413 boolean_t
[all...]
H A Drange_tree.c169 boolean_t merge_before, merge_after;
244 boolean_t left_over, right_over;
339 boolean_t
/freebsd-10.3-release/sys/vm/
H A Dvm_pageout.c233 static boolean_t vm_pageout_fallback_object_lock(vm_page_t, vm_page_t *);
234 static boolean_t vm_pageout_launder(struct vm_pagequeue *pq, int, vm_paddr_t,
241 static boolean_t vm_pageout_page_lock(vm_page_t, vm_page_t *);
274 static boolean_t
279 boolean_t unchanged;
323 static boolean_t
328 boolean_t unchanged;
505 boolean_t *eio)
597 static boolean_t
953 boolean_t queues_locke
[all...]
/freebsd-10.3-release/sys/i386/i386/
H A Dpmap.c304 static pv_entry_t get_pv_entry(pmap_t pmap, boolean_t try);
306 static boolean_t pmap_pv_insert_pde(pmap_t pmap, vm_offset_t va, vm_paddr_t pa);
313 static boolean_t pmap_demote_pde(pmap_t pmap, pd_entry_t *pde, vm_offset_t va);
314 static boolean_t pmap_enter_pde(pmap_t pmap, vm_offset_t va, vm_page_t m,
321 static boolean_t pmap_is_modified_pvh(struct md_page *pvh);
322 static boolean_t pmap_is_referenced_pvh(struct md_page *pvh);
328 static boolean_t pmap_protect_pde(pmap_t pmap, pd_entry_t *pde, vm_offset_t sva,
341 static boolean_t pmap_try_insert_pv_entry(pmap_t pmap, vm_offset_t va,
878 pmap_cache_bits(int mode, boolean_t is_pde)
910 boolean_t PTD_update
[all...]
/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_ftree.c157 boolean_t is_cn; /* whether this port is a compute node */
177 boolean_t is_leaf;
215 boolean_t fabric_built;
270 static inline boolean_t __osm_ftree_tuple_assigned(IN ftree_tuple_t tuple)
395 IN boolean_t is_cn)
647 static boolean_t __osm_ftree_sw_ranked(IN ftree_sw_t * p_sw)
839 IN void *p_remote_hca_or_sw, IN boolean_t is_cn)
1334 static inline boolean_t __osm_ftree_fabric_roots_provided(IN ftree_fabric_t *
1342 static inline boolean_t __osm_ftree_fabric_cns_provided(IN ftree_fabric_t *
1691 static boolean_t __osm_ftree_fabric_validate_topolog
[all...]
H A Dosm_lid_mgr.c145 boolean_t lids_ok;
320 boolean_t is_free;
620 static boolean_t
878 static boolean_t
893 boolean_t send_set = FALSE;
1147 static boolean_t
1153 boolean_t res = TRUE;
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c55 static boolean_t
74 boolean_t isclone;
75 boolean_t scripted;
76 boolean_t classify;
77 boolean_t timestamped;
261 boolean_t same_name;
677 boolean_t mounted;
/freebsd-10.3-release/sys/ddb/
H A Ddb_ps.c78 db_ps(db_expr_t addr, boolean_t hasaddr, db_expr_t count, char *modif)
302 boolean_t comma;
435 db_findstack_cmd(db_expr_t addr, boolean_t have_addr,
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c375 boolean_t isstring;
550 boolean_t arraymember;
551 boolean_t brief;
/freebsd-10.3-release/sys/arm/arm/
H A Dpmap-v6.c228 static pv_entry_t pmap_get_pv_entry(pmap_t pmap, boolean_t try);
230 static boolean_t pmap_pv_insert_section(pmap_t, vm_offset_t,
242 vm_prot_t, boolean_t);
244 static boolean_t pmap_demote_section(pmap_t, vm_offset_t);
245 static boolean_t pmap_enter_section(pmap_t, vm_offset_t, vm_page_t,
2186 boolean_t
2189 boolean_t rv;
2600 boolean_t
2631 boolean_t
2686 boolean_t flus
[all...]
/freebsd-10.3-release/sys/amd64/amd64/
H A Dpmap.c149 static __inline boolean_t
156 static __inline boolean_t
437 static boolean_t pmap_pv_insert_pde(pmap_t pmap, vm_offset_t va, vm_paddr_t pa,
446 static boolean_t pmap_demote_pde(pmap_t pmap, pd_entry_t *pde, vm_offset_t va);
447 static boolean_t pmap_demote_pde_locked(pmap_t pmap, pd_entry_t *pde,
449 static boolean_t pmap_demote_pdpe(pmap_t pmap, pdp_entry_t *pdpe,
451 static boolean_t pmap_enter_pde(pmap_t pmap, vm_offset_t va, vm_page_t m,
462 static boolean_t pmap_protect_pde(pmap_t pmap, pd_entry_t *pde, vm_offset_t sva,
472 static boolean_t pmap_try_insert_pv_entry(pmap_t pmap, vm_offset_t va,
1189 pmap_cache_bits(pmap_t pmap, int mode, boolean_t is_pd
[all...]

Completed in 414 milliseconds

<<11121314151617181920>>