Searched refs:istmp (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A Dieee80211_input.c441 int istmp; local
460 istmp = 1;
462 istmp = 0;
464 if (istmp)
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_cscope.c465 int force, istmp, matches; local
510 istmp = F_ISSET(sp->frp, FR_TMPFILE) && !F_ISSET(cmdp, E_NEWSCREEN);
577 if (istmp) {
H A Dex_tag.c716 int istmp; local
747 istmp = frp == NULL ||
792 if (istmp) {
/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.c119 struct isns *is, *istmp; local
133 TAILQ_FOREACH_SAFE(is, &conf->conf_isns, i_next, istmp)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c3952 boolean_t istmp = B_FALSE; local
3958 istmp = B_TRUE;
3987 if (zpool_vdev_offline(zhp, argv[i], istmp) != 0)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c2660 zpool_vdev_offline(zpool_handle_t *zhp, const char *path, boolean_t istmp) argument
2682 zc.zc_obj = istmp ? ZFS_OFFLINE_TEMPORARY : 0;

Completed in 258 milliseconds