Home
last modified time | relevance | path

Searched refs:istmp (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_input.c467 int istmp; in ieee80211_send_error() local
486 istmp = 1; in ieee80211_send_error()
488 istmp = 0; in ieee80211_send_error()
490 if (istmp) in ieee80211_send_error()
/freebsd/contrib/nvi/ex/
H A Dex_cscope.c466 int force, istmp, matches; in cscope_find() local
511 istmp = F_ISSET(sp->frp, FR_TMPFILE) && !F_ISSET(cmdp, E_NEWSCREEN); in cscope_find()
576 if (istmp) { in cscope_find()
H A Dex_tag.c713 int istmp; in tagq_push() local
744 istmp = frp == NULL || in tagq_push()
789 if (istmp) { in tagq_push()
/freebsd/usr.sbin/ctld/
H A Dctld.c124 struct isns *is, *istmp; in conf_delete() local
136 TAILQ_FOREACH_SAFE(is, &conf->conf_isns, i_next, istmp) in conf_delete()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c8064 boolean_t istmp = B_FALSE; in zpool_do_offline() local
8080 istmp = B_TRUE; in zpool_do_offline()
8099 if (is_power_off && istmp) { in zpool_do_offline()
8145 if (istmp == B_FALSE) { in zpool_do_offline()
8155 if (zpool_vdev_offline(zhp, argv[i], istmp) != 0) in zpool_do_offline()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3332 zpool_vdev_offline(zpool_handle_t *zhp, const char *path, boolean_t istmp) in zpool_vdev_offline() argument
3354 zc.zc_obj = istmp ? ZFS_OFFLINE_TEMPORARY : 0; in zpool_vdev_offline()
H A Dlibzfs.abi6764 <parameter type-id='c19b74c3' name='istmp'/>