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

/freebsd-current/sys/net80211/
H A Dieee80211_input.c467 int istmp; local
486 istmp = 1;
488 istmp = 0;
490 if (istmp)
/freebsd-current/contrib/nvi/ex/
H A Dex_cscope.c466 int force, istmp, matches; local
511 istmp = F_ISSET(sp->frp, FR_TMPFILE) && !F_ISSET(cmdp, E_NEWSCREEN);
576 if (istmp) {
H A Dex_tag.c713 int istmp; local
744 istmp = frp == NULL ||
789 if (istmp) {
/freebsd-current/usr.sbin/ctld/
H A Dctld.c121 struct isns *is, *istmp; local
135 TAILQ_FOREACH_SAFE(is, &conf->conf_isns, i_next, istmp)
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3219 zpool_vdev_offline(zpool_handle_t *zhp, const char *path, boolean_t istmp) argument
3241 zc.zc_obj = istmp ? ZFS_OFFLINE_TEMPORARY : 0;
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c7298 boolean_t istmp = B_FALSE; local
7314 istmp = B_TRUE;
7333 if (is_power_off && istmp) {
7376 if (istmp == B_FALSE) {
7386 if (zpool_vdev_offline(zhp, argv[i], istmp) != 0)

Completed in 116 milliseconds