Searched refs:cif (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dip_carp.c180 #define CARP_LOCK_INIT(cif) mtx_init(&(cif)->vhif_mtx, "carp_if", \
182 #define CARP_LOCK_DESTROY(cif) mtx_destroy(&(cif)->vhif_mtx)
183 #define CARP_LOCK_ASSERT(cif) mtx_assert(&(cif)->vhif_mtx, MA_OWNED)
184 #define CARP_LOCK(cif) mtx_lock(&(cif)->vhif_mtx)
185 #define CARP_UNLOCK(cif) mtx_unlock(&(cif)
500 struct carp_if *cif; local
543 struct carp_if *cif = (struct carp_if *)ifp->if_carp; local
1158 carp_addrcount(struct carp_if *cif, struct in_ifaddr *ia, int type) argument
1189 struct carp_if *cif; local
1266 struct carp_if *cif; local
1297 struct carp_if *cif; local
1339 struct carp_if *cif; local
1516 struct carp_if *cif; local
1666 struct carp_if *cif = (struct carp_if *)sc->sc_carpdev->if_carp; local
1695 struct carp_if *cif; local
1873 struct carp_if *cif = (struct carp_if *)sc->sc_carpdev->if_carp; local
2022 struct carp_if *cif; local
2253 struct carp_if *cif; local
2262 carp_carpdev_state_locked(struct carp_if *cif) argument
[all...]
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dspicds.c47 unsigned int cif; /* Controll data Interface Format (0/1) */ member in struct:spicds_info
59 if (codec->cif)
84 if (codec->cif)
127 if (codec->cif) {
158 codec->cif = 0;
181 spicds_setcif(struct spicds_info *codec, unsigned int cif) argument
184 codec->cif = cif;
H A Dspicds.h116 void spicds_setcif(struct spicds_info *codec, unsigned int cif);
H A Denvy24ht.c121 u_int8_t cif, type, free; member in struct:cfg_info
652 buff->cif = 0x00;
979 spicds_setcif(ptr->info, ptr->parent->cfg->cif);
H A Denvy24.c111 u_int8_t cdti, cclk, cs, cif, type; member in struct:cfg_info
1015 spicds_setcif(ptr->info, ptr->parent->cfg->cif);
/freebsd-9.3-release/lib/libc/net/
H A Dgetifaddrs.c102 struct ifaddrs *cif = 0; local
279 cif = ift;
314 ift->ifa_name = cif->ifa_name;
315 ift->ifa_flags = cif->ifa_flags;
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp184 ffi_cif cif; local
221 if (ffi_prep_cif(&cif, FFI_DEFAULT_ABI, NumArgs, rtype, &args[0]) == FFI_OK) {
225 ffi_call(&cif, Fn, ret.data(), values.data());

Completed in 71 milliseconds