Lines Matching defs:B_FALSE

98 	    0, B_FALSE) != 0 || strcmp(mp, "no") == 0) {
107 0, B_FALSE) != 0) {
175 return (B_FALSE);
185 return (B_FALSE);
203 status, B_FALSE)) != ZONE_SUBPROC_OK)
224 status, B_FALSE)) != ZONE_SUBPROC_OK)
258 res = zfs_iter_snapshots(zhp, B_FALSE, get_snap_max, data);
287 if (zfs_iter_snapshots(zhp, B_FALSE, get_snap_max, &cb) != 0)
298 res = zfs_snapshot(g_zfs, snapshot_name, B_FALSE, NULL);
331 status, B_FALSE)) != ZONE_SUBPROC_OK)
359 zonecfg_rm_detached(handle, B_FALSE);
552 0, B_FALSE) != 0) {
585 NULL, 0, B_FALSE) != 0 || strcmp(origin, cd->snapshot) != 0) {
631 if ((zret = zfs_iter_dependents(zhp, B_FALSE, get_direct_clone,
663 (void) zfs_destroy(zhp, B_FALSE);
707 res = (zfs_rename(zhp, template, B_FALSE, B_FALSE) != 0);
747 if (zfs_iter_snapshots(cln_zhp, B_FALSE, get_snap_max, &sd) != 0)
760 if (zfs_iter_snapshots(src_zhp, B_FALSE, get_snap_max, &sd) != 0)
769 if (zfs_iter_snapshots(src_zhp, B_FALSE, rename_snap, &sd) != 0)
801 if (zfs_iter_snapshots(zhp, B_FALSE, find_clone, &cd) != 0) {
953 (void) zfs_destroy(zhp, B_FALSE);
1016 (void) zfs_destroy(zhp, B_FALSE);
1042 boolean_t is_clone = B_FALSE;
1052 if (zfs_iter_snapshots(zhp, B_FALSE, rm_snap, NULL) != 0) {
1073 NULL, 0, B_FALSE) == 0)
1083 if (zfs_destroy(zhp, B_FALSE) != 0) {
1116 (void) zfs_destroy(ohp, B_FALSE);
1139 return (B_FALSE);
1142 return (B_FALSE);
1145 return (B_FALSE);
1152 return (B_FALSE);
1155 return (B_FALSE);
1364 * It returns B_FALSE if it encounters a fatal error and sets errno to the
1378 return (B_FALSE);
1384 return (B_FALSE);
1390 return (B_FALSE);
1432 zperror(cmd_to_str(CMD_MOVE), B_FALSE);
1446 zperror(cmd_to_str(CMD_MOVE), B_FALSE);