/freebsd/sys/net/altq/ |
H A D | altq_codel.c | 93 struct codel_if *cif; in codel_add_altq() local 103 cif = malloc(sizeof(struct codel_if), M_DEVBUF, M_NOWAIT | M_ZERO); in codel_add_altq() 104 if (cif == NULL) in codel_add_altq() 106 cif->cif_bandwidth = a->ifbandwidth; in codel_add_altq() 107 cif->cif_ifq = &ifp->if_snd; in codel_add_altq() 109 cif->cl_q = malloc(sizeof(class_queue_t), M_DEVBUF, M_NOWAIT | M_ZERO); in codel_add_altq() 110 if (cif->cl_q == NULL) { in codel_add_altq() 111 free(cif, M_DEVBUF); in codel_add_altq() 117 qlimit(cif->cl_q) = a->qlimit; in codel_add_altq() 118 qtype(cif->cl_q) = Q_CODEL; in codel_add_altq() [all …]
|
/freebsd/sys/netinet/ |
H A D | ip_carp.c | 291 #define CIF_LOCK_INIT(cif) mtx_init(&(cif)->cif_mtx, "carp_if", \ argument 293 #define CIF_LOCK_DESTROY(cif) mtx_destroy(&(cif)->cif_mtx) argument 294 #define CIF_LOCK_ASSERT(cif) mtx_assert(&(cif)->cif_mtx, MA_OWNED) argument 295 #define CIF_LOCK(cif) mtx_lock(&(cif)->cif_mtx) argument 296 #define CIF_UNLOCK(cif) mtx_unlock(&(cif)->cif_mtx) argument 297 #define CIF_FREE(cif) do { \ argument 298 CIF_LOCK(cif); \ 299 if (TAILQ_EMPTY(&(cif)->cif_vrs)) \ 300 carp_free_if(cif); \ 302 CIF_UNLOCK(cif); \ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | nvidia,tegra30-i2s.yaml | 38 nvidia,ahub-cif-ids: 39 description: list of AHUB CIF IDs 51 - nvidia,ahub-cif-ids 62 nvidia,ahub-cif-ids = <4 4>;
|
H A D | nvidia,tegra30-i2s.txt | 15 - nvidia,ahub-cif-ids : The list of AHUB CIF IDs for this port, rx (playback) 23 nvidia,ahub-cif-ids = <4 4>;
|
H A D | nvidia,tegra210-admaif.yaml | 45 Contains list of ACIF (Audio CIF) port nodes for ADMAIF channels.
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | rockchip-isp1.yaml | 20 - rockchip,px30-cif-isp 21 - rockchip,rk3399-cif-isp 132 const: rockchip,rk3399-cif-isp 146 const: rockchip,px30-cif-isp 185 compatible = "rockchip,rk3399-cif-isp"; 269 compatible = "rockchip,px30-cif-isp";
|
/freebsd/sys/dev/sound/pci/ |
H A D | spicds.c | 47 unsigned int cif; /* Controll data Interface Format (0/1) */ member 59 if (codec->cif) in spicds_wrbit() 84 if (codec->cif) in spicds_wrcd() 127 if (codec->cif) { in spicds_wrcd() 158 codec->cif = 0; in spicds_create() 181 spicds_setcif(struct spicds_info *codec, unsigned int cif) in spicds_setcif() argument 184 codec->cif = cif; in spicds_setcif()
|
H A D | spicds.h | 116 void spicds_setcif(struct spicds_info *codec, unsigned int cif);
|
/freebsd/lib/libc/net/ |
H A D | getifaddrs.c | 87 struct ifaddrs *cif; in getifaddrs() local 216 cif = NULL; in getifaddrs() 232 cif = ift; in getifaddrs() 260 ift->ifa_name = cif->ifa_name; in getifaddrs() 261 ift->ifa_flags = cif->ifa_flags; in getifaddrs()
|
/freebsd/secure/caroot/trusted/ |
H A D | Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem | 2 ## Autoridad de Certificacion Firmaprofesional CIF A62634068 19 Issuer: C = ES, CN = Autoridad de Certificacion Firmaprofesional CIF A62634068 23 Subject: C = ES, CN = Autoridad de Certificacion Firmaprofesional CIF A62634068
|
/freebsd/secure/caroot/untrusted/ |
H A D | Camerfirma_Global_Chambersign_Root.pem | 17 …Issuer: C = EU, O = AC Camerfirma SA CIF A82743287, OU = http://www.chambersign.org, CN = Global C… 21 …Subject: C = EU, O = AC Camerfirma SA CIF A82743287, OU = http://www.chambersign.org, CN = Global …
|
H A D | Camerfirma_Chambers_of_Commerce_Root.pem | 17 …Issuer: C = EU, O = AC Camerfirma SA CIF A82743287, OU = http://www.chambersign.org, CN = Chambers… 21 …Subject: C = EU, O = AC Camerfirma SA CIF A82743287, OU = http://www.chambersign.org, CN = Chamber…
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | ov772x.txt | 4 such as VGA, QVGA, and any size scaling down from CIF to 40x30. It also can
|
H A D | ov2640.txt | 4 CIF, SVGA, UXGA. It also can support the YUV422/420, RGB565/555 or raw RGB
|
H A D | ov7740.txt | 4 size, such as VGA, and QVGA, CIF and any size smaller. It also
|
H A D | ov7670.txt | 4 CIF, SVGA, UXGA. It also can support the YUV422/420, RGB565/555 or raw RGB
|
H A D | ovti,ov772x.yaml | 14 such as VGA, QVGA, and any size scaling down from CIF to 40x30. It also can
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra114.dtsi | 626 nvidia,ahub-cif-ids = <4 4>; 636 nvidia,ahub-cif-ids = <5 5>; 646 nvidia,ahub-cif-ids = <6 6>; 656 nvidia,ahub-cif-ids = <7 7>; 666 nvidia,ahub-cif-ids = <8 8>;
|
H A D | tegra124.dtsi | 1020 nvidia,ahub-cif-ids = <4 4>; 1030 nvidia,ahub-cif-ids = <5 5>; 1040 nvidia,ahub-cif-ids = <6 6>; 1050 nvidia,ahub-cif-ids = <7 7>; 1060 nvidia,ahub-cif-ids = <8 8>;
|
H A D | tegra30.dtsi | 1014 nvidia,ahub-cif-ids = <4 4>; 1024 nvidia,ahub-cif-ids = <5 5>; 1034 nvidia,ahub-cif-ids = <6 6>; 1044 nvidia,ahub-cif-ids = <7 7>; 1054 nvidia,ahub-cif-ids = <8 8>;
|
/freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rk3188-bqedison2qc.dts | 133 avdd_cif: cif-avdd-regulator { 135 regulator-name = "avdd-cif"; 560 cif_avdd_en: cif-avdd-en {
|
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
H A D | tegra132.dtsi | 945 nvidia,ahub-cif-ids = <4 4>; 956 nvidia,ahub-cif-ids = <5 5>; 967 nvidia,ahub-cif-ids = <6 6>; 978 nvidia,ahub-cif-ids = <7 7>; 989 nvidia,ahub-cif-ids = <8 8>;
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 205 ffi_cif cif; in ffiInvoke() local 242 if (ffi_prep_cif(&cif, FFI_DEFAULT_ABI, NumArgs, rtype, args.data()) == in ffiInvoke() 247 ffi_call(&cif, Fn, ret.data(), values.data()); in ffiInvoke()
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | px30-evb.dts | 542 cif-m0 { 543 cif_clkout_m0: cif-clkout-m0 {
|
/freebsd/sys/contrib/device-tree/Bindings/power/ |
H A D | rockchip-io-domain.txt | 72 - cif-supply: The supply connected to CIF_VCC.
|