Home
last modified time | relevance | path

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

/freebsd-13.1/cddl/usr.sbin/zfsd/
H A Dzfsd_event.cc128 bool inUse; in Process() local
130 nvlist_t *devLabel(ReadLabel(devFd, inUse, degraded)); in Process()
139 if (inUse && devLabel != NULL) { in Process()
177 GeomEvent::ReadLabel(int devFd, bool &inUse, bool &degraded) in ReadLabel() argument
184 inUse = false; in ReadLabel()
191 inUse = b_inuse == B_TRUE; in ReadLabel()
H A Dzfsd_event.h141 static nvlist_t *ReadLabel(int devFd, bool &inUse, bool &degraded);
/freebsd-13.1/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-13.1/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.c130 for (i = 0; i < 256; i++) s->inUse[i] = False; in prepare_new_block()
229 s->inUse[s->state_in_ch] = True; in add_pair_to_block()
244 s->inUse[s->state_in_len-4] = True; in add_pair_to_block()
274 zs->inUse[zs->state_in_ch] = True; \
/freebsd-13.1/contrib/bmake/
H A Dvar.c212 bool inUse:1; member
359 var->inUse = false; in VarNew()
516 if (v->inUse) { in Var_Delete()
611 if (v->inUse) { in ExportVarEnv()
4535 if (v->inUse) { in Var_Parse()
4565 v->inUse = true; in Var_Parse()
4568 v->inUse = false; in Var_Parse()
/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1591 range_t const inUse = ZSTDMT_getInputDataInUse(mtctx); in ZSTDMT_tryGetInputRange() local
1609 if (ZSTDMT_isOverlapped(buffer, inUse)) { in ZSTDMT_tryGetInputRange()
1621 if (ZSTDMT_isOverlapped(buffer, inUse)) { in ZSTDMT_tryGetInputRange()