Home
last modified time | relevance | path

Searched refs:inUse (Results 1 – 10 of 10) sorted by relevance

/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd_event.cc126 bool inUse; in Process() local
128 nvlist_t *devLabel(ReadLabel(devFd, inUse, degraded)); in Process()
137 if (inUse && devLabel != NULL) { in Process()
175 GeomEvent::ReadLabel(int devFd, bool &inUse, bool &degraded) in ReadLabel() argument
182 inUse = false; in ReadLabel()
189 inUse = b_inuse == B_TRUE; in ReadLabel()
H A Dzfsd_event.h139 static nvlist_t *ReadLabel(int devFd, bool &inUse, bool &degraded);
/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_secy.h102 bool inUse; member
H A Dfm_macsec_secy.c131 if (!p_ScTable[i].inUse) in FmMacsecSecYCreateSc()
160 p_ScTable[i].inUse = TRUE; in FmMacsecSecYCreateSc()
181 p_FmSecYSc->inUse = FALSE; in FmMacsecSecYDeleteSc()
/freebsd/contrib/bzip2/
H A Dbzlib_private.h237 Bool inUse[256]; member
395 Bool inUse[256]; member
H A Dcompress.c111 if (s->inUse[i]) { in makeMaps_e()
500 if (s->inUse[i * 16 + j]) inUse16[i] = True; in sendMTFValues()
510 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0); in sendMTFValues()
H A Ddecompress.c32 if (s->inUse[i]) { in makeMaps_d()
274 for (i = 0; i < 256; i++) s->inUse[i] = False; in BZ2_decompress()
280 if (uc == 1) s->inUse[i * 16 + j] = True; in BZ2_decompress()
H A Dbzlib.c127 for (i = 0; i < 256; i++) s->inUse[i] = False; in prepare_new_block()
226 s->inUse[s->state_in_ch] = True; in add_pair_to_block()
241 s->inUse[s->state_in_len-4] = True; in add_pair_to_block()
271 zs->inUse[zs->state_in_ch] = True; \
/freebsd/contrib/bmake/
H A Dvar.c215 bool inUse:1; member
427 var->inUse = false; in VarNew()
597 if (v->inUse) { in Var_Delete()
709 if (v->inUse) in ExportVarEnv()
4602 if (v->inUse && VarEvalMode_ShouldEval(emode)) { in Var_Parse()
4646 v->inUse = true; in Var_Parse()
4648 v->inUse = false; in Var_Parse()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1625 range_t const inUse = ZSTDMT_getInputDataInUse(mtctx); in ZSTDMT_tryGetInputRange() local
1643 if (ZSTDMT_isOverlapped(buffer, inUse)) { in ZSTDMT_tryGetInputRange()
1655 if (ZSTDMT_isOverlapped(buffer, inUse)) { in ZSTDMT_tryGetInputRange()