Home
last modified time | relevance | path

Searched defs:hold (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/contrib/zlib/
H A Dinffast.c64 unsigned long hold; /* local strm->hold */ in inflate_fast() local
H A Dinfback.c248 unsigned long hold; /* bit buffer */ in inflateBack() local
H A Dinflate.h102 unsigned long hold; /* input bit accumulator */ member
H A Dinflate.c595 unsigned long hold; /* bit buffer */ in inflate() local
/freebsd/lib/libc/stdio/
H A Dprintf-pos.c200 u_int hold = types->nextarg; in addaster() local
226 u_int hold = types->nextarg; in addwaster() local
/freebsd/sys/fs/devfs/
H A Ddevfs_vfsops.c176 int hold; in devfs_unmount() local
/freebsd/sbin/camcontrol/
H A Depc.c524 epc_set_features(struct cam_device * device,camcontrol_devtype devtype,union ccb * ccb,int retry_count,int timeout,int action,int power_cond,int timer,int enable,int save,int delayed_entry,int hold,int power_src,int restore_src) epc_set_features() argument
620 int delayed_entry = 0, hold = 0; epc() local
/freebsd/contrib/tcpdump/
H A Dprint-pim.c168 u_int hold; in pimv1_join_prune_print() local
352 u_int hold; in cisco_autorp_print() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_b64encode.c51 unsigned char hold[LBYTES]; member
H A Darchive_write_add_filter_uuencode.c51 unsigned char hold[LBYTES]; member
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp87 …std::unique_ptr<path::value_type, decltype(&::free)> hold(detail::realpath(p.c_str(), nullptr), &:… in __canonical() local
487 unique_ptr<path::value_type, Deleter> hold(detail::getcwd(ptr, size), deleter); in __current_path() local
/freebsd/sys/dev/iicbus/controller/cadence/
H A Dcdnc_i2c.c96 int hold; member
/freebsd/sbin/ping/
H A Dping.c217 int almost_done, ch, df, hold, i, icmp_len, mib[4], preload; in ping() local
H A Dping6.c276 int almost_done, ch, hold, packlen, preload, optval, error; in ping6() local
/freebsd/crypto/openssl/apps/
H A Dca.c2474 ASN1_OBJECT *hold = NULL; in make_revoked() local
2572 ASN1_OBJECT *hold = NULL; in unpack_revinfo() local
/freebsd/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c1097 const char * hold; in strtojint() local
/freebsd/lib/libc/gen/
H A Dgetpwent.c1468 struct passwd hold; in compat_use_template() local
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.c264 union ccb *hold[FSL_SATA_MAX_SLOTS]; member
/freebsd/sys/dev/siis/
H A Dsiis.h374 union ccb *hold[SIIS_MAX_SLOTS]; member
/freebsd/sys/dev/mvs/
H A Dmvs.h549 union ccb *hold[MVS_MAX_SLOTS]; member
/freebsd/sys/dev/ahci/
H A Dahci.h441 union ccb *hold[AHCI_MAX_SLOTS]; member
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp459 unique_ptr<facet, releaser> hold(f); in __imp() local
475 unique_ptr<facet, releaser> hold(f); in install() local
/freebsd/stand/ficl/
H A Dwords.c3009 static void hold(FICL_VM *pVM) in hold() function