Searched refs:B_FALSE (Results 1 - 25 of 189) sorted by relevance

12345678

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_root.c72 return (B_FALSE);
134 vdev_set_state(vd, B_FALSE, VDEV_STATE_CANT_OPEN,
137 vdev_set_state(vd, B_FALSE, VDEV_STATE_DEGRADED, VDEV_AUX_NONE);
139 vdev_set_state(vd, B_FALSE, VDEV_STATE_HEALTHY, VDEV_AUX_NONE);
156 B_FALSE /* not a leaf vdev */
H A Dzfs_rlock.c221 ASSERT(lr->lr_write_wanted == B_FALSE);
222 ASSERT(lr->lr_read_wanted == B_FALSE);
233 proxy->lr_write_wanted = B_FALSE;
234 proxy->lr_read_wanted = B_FALSE;
250 ASSERT(lr->lr_write_wanted == B_FALSE);
251 ASSERT(lr->lr_read_wanted == B_FALSE);
260 rear->lr_write_wanted = B_FALSE;
261 rear->lr_read_wanted = B_FALSE;
283 lr->lr_write_wanted = B_FALSE;
284 lr->lr_read_wanted = B_FALSE;
[all...]
H A Ddsl_synctask.c70 dst.dst_nowaiter = B_FALSE;
133 blocks_modified, space_check, B_FALSE));
168 blocks_modified, space_check, B_FALSE));
198 blocks_modified, space_check, tx, B_FALSE);
H A Drefcount.c86 rc->rc_tracked = B_FALSE;
246 boolean_t found = B_FALSE;
291 return (B_FALSE);
315 return (B_FALSE);
/freebsd-12-stable/sys/dev/sfxge/common/
H A Defsys.h85 #ifndef B_FALSE
86 #define B_FALSE FALSE macro
386 } while (B_FALSE)
405 } while (B_FALSE)
426 } while (B_FALSE)
447 } while (B_FALSE)
472 } while (B_FALSE)
497 } while (B_FALSE)
517 } while (B_FALSE)
538 } while (B_FALSE)
[all...]
H A Def10_mcdi.c84 EFX_BAR_WRITED(enp, ER_DZ_MC_DB_HWRD_REG, &dword, B_FALSE);
108 emip->emi_new_epoch = B_FALSE;
136 if (encp->enc_fw_verified_nvram_update_required != B_FALSE) {
186 EFX_BAR_WRITED(enp, ER_DZ_MC_DB_LWRD_REG, &dword, B_FALSE);
190 EFX_BAR_WRITED(enp, ER_DZ_MC_DB_HWRD_REG, &dword, B_FALSE);
204 return (EFX_DWORD_FIELD(hdr, MCDI_HEADER_RESPONSE) ? B_TRUE : B_FALSE);
239 EFX_BAR_TBL_READD(enp, ER_DZ_BIU_MC_SFT_STATUS_REG, 0, &dword, B_FALSE);
259 if (B_FALSE) {
H A Def10_filter.c60 return (B_FALSE);
71 return (B_FALSE);
408 return (B_FALSE);
410 return (B_FALSE);
412 return (B_FALSE);
414 return (B_FALSE);
416 return (B_FALSE);
418 return (B_FALSE);
420 return (B_FALSE);
422 return (B_FALSE);
[all...]
H A Dsiena_mcdi.c84 pdur + 1 + (pos >> 2), &dword, B_FALSE);
89 EFX_BAR_TBL_WRITED(enp, FR_CZ_MC_TREG_SMEM, dbr, &dword, B_FALSE);
113 EFX_BAR_TBL_READD(enp, FR_CZ_MC_TREG_SMEM, rebootr, &dword, B_FALSE);
120 EFX_BAR_TBL_WRITED(enp, FR_CZ_MC_TREG_SMEM, rebootr, &dword, B_FALSE);
140 EFX_BAR_TBL_READD(enp, FR_CZ_MC_TREG_SMEM, pdur, &hdr, B_FALSE);
141 return (EFX_DWORD_FIELD(hdr, MCDI_HEADER_RESPONSE) ? B_TRUE : B_FALSE);
161 pdur + ((offset + pos) >> 2), &data, B_FALSE);
H A Def10_intr.c161 EFX_BAR_READD(enp, ER_DZ_BIU_INT_ISR_REG, &dword, B_FALSE);
166 *fatalp = B_FALSE;
181 *fatalp = B_FALSE;
H A Dhunt_nic.c215 encp->enc_bug35388_workaround = B_FALSE;
232 encp->enc_bug41750_workaround = B_FALSE;
234 encp->enc_bug41750_workaround = B_FALSE;
270 encp->enc_bug26807_workaround = B_FALSE;
272 encp->enc_bug26807_workaround = B_FALSE;
294 encp->enc_bug61265_workaround = B_FALSE; /* Medford only */
H A Defx_impl.h769 } while (B_FALSE)
778 } while (B_FALSE)
810 } while (B_FALSE)
814 } while (B_FALSE)
826 } while (B_FALSE)
837 } while (B_FALSE)
849 } while (B_FALSE)
861 } while (B_FALSE)
875 } while (B_FALSE)
889 } while (B_FALSE)
[all...]
H A Defx_types.h708 } while (B_FALSE)
745 } while (B_FALSE)
761 } while (B_FALSE)
784 } while (B_FALSE)
800 } while (B_FALSE)
816 } while (B_FALSE)
832 } while (B_FALSE)
1240 } while (B_FALSE)
1261 } while (B_FALSE)
1270 } while (B_FALSE)
[all...]
H A Defx_intr.c165 EFSYS_ASSERT(B_FALSE);
382 &oword, B_FALSE);
385 &oword, B_FALSE);
462 return (B_FALSE);
481 EFX_BAR_READD(enp, FR_BZ_INT_ISR0_REG, &dword, B_FALSE);
489 *fatalp = B_FALSE;
506 *fatalp = B_FALSE;
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c448 boolean_t show_properties = B_FALSE;
487 (void) zprop_iter(usage_prop_cb, fp, B_FALSE, B_TRUE,
568 usage(B_FALSE);
573 usage(B_FALSE);
590 pt_shown = B_FALSE;
640 return (B_FALSE);
658 boolean_t parents = B_FALSE;
758 usage(B_FALSE);
786 boolean_t noreserve = B_FALSE;
787 boolean_t bflag = B_FALSE;
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfeature_common.c46 boolean_t zfeature_checks_disable = B_FALSE;
74 boolean_t has_colon = B_FALSE;
81 return (B_FALSE);
86 return (B_FALSE);
103 return (B_FALSE);
130 return (B_FALSE);
H A Dzprop_common.c108 objset_types, values, colname, B_FALSE, B_TRUE, NULL);
136 type == PROP_TYPE_NUMBER, B_FALSE, NULL);
224 return (B_FALSE);
232 return (B_FALSE);
263 B_TRUE, B_FALSE, type);
361 return (B_FALSE);
412 *fixed = B_FALSE;
423 *fixed = B_FALSE;
H A Dzfs_comutil.c56 return (B_FALSE);
65 return (B_FALSE);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c371 (void) zprop_iter(print_prop_cb, fp, B_FALSE, B_TRUE,
402 boolean_t printed = B_FALSE;
412 uint64_t is_log = B_FALSE;
444 return (B_FALSE);
554 boolean_t force = B_FALSE;
555 boolean_t dryrun = B_FALSE;
587 usage(B_FALSE);
597 usage(B_FALSE);
601 usage(B_FALSE);
626 nvroot = make_root_vdev(zhp, force, !force, B_FALSE, dryru
[all...]
H A Dzpool_util.c78 uint64_t is_log = B_FALSE;
H A Dzpool_vdev.c275 return (check_slice(path, force, B_FALSE, isspare));
374 * it's a viable device or not. Returns B_TRUE if it is and B_FALSE if
388 return (B_FALSE);
391 return (B_FALSE);
404 return (B_FALSE);
424 boolean_t wholedisk = B_FALSE;
486 wholedisk = B_FALSE;
593 return (B_FALSE);
622 uint64_t is_log = B_FALSE;
918 if ((current = get_replication(nvroot, B_FALSE))
[all...]
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
H A Dtypes.h70 #define B_FALSE 0 macro
87 typedef enum { B_FALSE, B_TRUE } boolean_t; enumerator in enum:__anon9738
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_changelist.c112 cn->cn_needpost = B_FALSE;
134 cn->cn_needpost = B_FALSE;
249 cn->cn_needpost = B_FALSE;
264 B_FALSE) == 0) && (strcmp(shareopts, "off") != 0));
268 B_FALSE) == 0) && (strcmp(shareopts, "off") != 0));
317 return (B_FALSE);
456 B_FALSE) != 0) {
469 B_FALSE) != 0) {
548 sizeof (mounta), NULL, NULL, 0, B_FALSE) == 0);
550 sizeof (mountb), NULL, NULL, 0, B_FALSE)
[all...]
H A Dlibzfs_config.c241 boolean_t missing = B_FALSE;
272 *missing = B_FALSE;
354 static boolean_t initialized = B_FALSE;
380 return (B_FALSE);
388 return (B_FALSE);
H A Dlibzfs_fru.c270 libzfs_fru_clear(hdl, B_FALSE);
406 return (B_FALSE);
409 return (B_FALSE);
412 return (B_FALSE);
418 return (B_FALSE);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zhack/
H A Dzhack.c93 (void) spa_export(g_pool, NULL, B_TRUE, B_FALSE);
156 zfeature_checks_disable = B_FALSE;
174 zfeature_checks_disable = B_FALSE;
319 zhack_spa_open(target, B_FALSE, FTAG, &spa);
367 boolean_t decr = B_FALSE;
412 zhack_spa_open(target, B_FALSE, FTAG, &spa);
526 if (!g_readonly && spa_export(g_pool, NULL, B_TRUE, B_FALSE) != 0) {

Completed in 987 milliseconds

12345678