| /freebsd-13.1/sys/contrib/ngatm/netnatm/msg/ |
| H A D | uni_msg.c | 34 if(msg->uu.h.present & UNI_IE_PRESENT) in print_alerting() 121 if (hdr->present & UNI_IE_ERROR) in decode_alerting() 129 if (hdr->present & UNI_IE_ERROR) in decode_alerting() 137 if (hdr->present & UNI_IE_ERROR) in decode_alerting() 159 if (hdr->present & UNI_IE_ERROR) in decode_alerting() 169 if (hdr->present & UNI_IE_ERROR) in decode_alerting() 177 if (hdr->present & UNI_IE_ERROR) in decode_alerting() 263 if (hdr->present & UNI_IE_ERROR) in decode_call_proc() 271 if (hdr->present & UNI_IE_ERROR) in decode_call_proc() 281 if (hdr->present & UNI_IE_ERROR) in decode_call_proc() [all …]
|
| H A D | uni_ie.c | 538 hdr->present = 0; in uni_decode_ie_hdr() 551 hdr->present = 0; in uni_decode_ie_hdr() 669 if(h->present & UNI_IE_EMPTY) { in uni_encode_ie_hdr() 1092 switch (ie->h.present & mask) { in check_cause() 1104 switch (ie->h.present & mask) { in check_cause() 3547 f = present & fmask; in check_ie_traffic_common() 3548 b = present & bmask; in check_ie_traffic_common() 3549 p = present & (fmask | bmask); in check_ie_traffic_common() 4683 if(ie->h.present & mask) in DEF_IE_CHECK() 4769 if(ie->h.present & mask) in DEF_IE_CHECK() [all …]
|
| H A D | uni_hdr.h | 187 u_int present; /* which optional elements are present */ member 196 (((IE).h.present & (UNI_IE_PRESENT|UNI_IE_EMPTY)) == UNI_IE_PRESENT) 198 ((IE).h.present = ((IE).h.present & ~UNI_IE_MASK) | \ 202 ((IE).h.present = ((IE).h.present & ~UNI_IE_EMPTY) | \ 206 (((IE).h.present & UNI_IE_MASK) == (UNI_IE_PRESENT | UNI_IE_EMPTY)) 208 ((IE).h.present = ((IE).h.present & ~UNI_IE_MASK) | \ 212 (((IE).h.present & UNI_IE_MASK) == (UNI_IE_PRESENT | UNI_IE_ERROR)) 214 ((IE).h.present = ((IE).h.present & ~UNI_IE_MASK) | \ 218 (((IE).h.present & UNI_IE_MASK) == (UNI_IE_PRESENT))
|
| H A D | traffic.c | 84 if (!(bearer->h.present & UNI_BEARER_ATC_P)) { in uni_classify_traffic() 102 if (!(bearer->h.present & UNI_BEARER_ATC_P)) { in uni_classify_traffic() 132 if (!(bearer->h.present & UNI_BEARER_ATC_P)) { in uni_classify_traffic() 192 ft = traffic->h.present & fmask; in uni_classify_traffic() 193 bt = traffic->h.present & bmask; in uni_classify_traffic() 194 be = traffic->h.present & UNI_TRAFFIC_BEST_P; in uni_classify_traffic() 195 ftag = (traffic->h.present & UNI_TRAFFIC_MOPT_P) && traffic->t.ftag; in uni_classify_traffic() 196 btag = (traffic->h.present & UNI_TRAFFIC_MOPT_P) && traffic->t.btag; in uni_classify_traffic()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | st,sta350.txt | 40 If present, thermal warning recovery is enabled. 43 If present, thermal warning adjustment is enabled. 46 If present, then fault recovery will be enabled. 64 If present, overcurrent warning adjustment is enabled. 67 If present, then MPCC bits are used for MPC coefficients, 71 If present, power bridge correction for THD reduction near maximum 75 If present, FFX mode runs in AM reduction mode, otherwise normal 84 If not present, preset DC coefficient is used. 87 If present, automatic invalid input detect mute is enabled. 94 If present, the bridge will be switched off immediately after the [all …]
|
| H A D | st,sta32x.txt | 44 If present, thermal warning recovery is enabled. 47 If present, fault detect recovery is enabled. 50 If present, thermal warning adjustment is enabled. 53 If present, then fault recovery will be enabled. 63 If present, then MPCC bits are used for MPC coefficients, 67 If present, power bridge correction for THD reduction near maximum 71 If present, FFX mode runs in AM reduction mode, otherwise normal 75 If present, PWM speed mode run on odd speed mode (341.3 kHz) on all 76 channels. If not present, normal PWM spped mode (384 kHz) will be used. 79 If present, automatic invalid input detect mute is enabled.
|
| H A D | wm8994.txt | 46 over 0xffff then the register will be left as default. If present 11 55 - wlf,lineout1-se : If present LINEOUT1 is in single ended mode. 56 - wlf,lineout2-se : If present LINEOUT2 is in single ended mode. 58 - wlf,lineout1-feedback : If present LINEOUT1 has common mode feedback 60 - wlf,lineout2-feedback : If present LINEOUT2 has common mode feedback 63 - wlf,ldoena-always-driven : If present LDOENA is always driven. 65 - wlf,spkmode-pu : If present enable the internal pull-up resistor on 68 - wlf,csnaddr-pd : If present enable the internal pull-down resistor on
|
| H A D | cs42l52.txt | 21 - cirrus,mica-differential-cfg : boolean, If present, then the MICA input is configured 22 as a differential input. If not present then the MICA input is configured as 25 - cirrus,micb-differential-cfg : boolean, If present, then the MICB input is configured 26 as a differential input. If not present then the MICB input is configured as
|
| /freebsd-13.1/lib/libc/tests/stdlib/ |
| H A D | tsearch_test.c | 95 bool present[NKEYS] = {}; in ATF_TC_BODY() local 109 if (present[key]) { in ATF_TC_BODY() 111 present[key] = false; in ATF_TC_BODY() 120 if (present[key]) { in ATF_TC_BODY() 128 if (present[key]) { in ATF_TC_BODY() 134 present[key] = true; in ATF_TC_BODY() 148 if (present[key]) in ATF_TC_BODY()
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | OCSP_request_add1_nonce.pod | 27 OCSP_copy_nonce() copies any nonce value present in B<req> to B<resp>. 35 was present in B<req> and 0 if an error occurred. 39 nonces are present and equal 1 is returned. If the nonces are absent 2 is 40 returned. If a nonce is present in the response only 3 is returned. If nonces 41 are present and unequal 0 is returned. If the nonce is present in the request 59 positive return value effectively indicates success: nonces are both present 60 and match, both absent or present in the response only. A nonzero return 61 additionally covers the case where the nonce is present in the request only: 63 indicates present and mismatched nonces: this should be treated as an error
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/ |
| H A D | s5p-mfc.txt | 3 Multi Format Codec (MFC) is the IP present in Samsung SoCs which 11 (a) "samsung,mfc-v5" for MFC v5 present in Exynos4 SoCs 12 (b) "samsung,mfc-v6" for MFC v6 present in Exynos5 SoCs 13 (c) "samsung,mfc-v7" for MFC v7 present in Exynos5420 SoC 14 (d) "samsung,mfc-v8" for MFC v8 present in Exynos5800 SoC 15 (e) "samsung,exynos5433-mfc" for MFC v8 present in Exynos5433 SoC 16 (f) "samsung,mfc-v10" for MFC v10 present in Exynos7880 SoC 32 support is available; used only by MFC v5 present in Exynos4 SoCs
|
| H A D | coda.txt | 4 Coda codec IPs are present in i.MX SoCs in various versions, 9 (a) "fsl,imx27-vpu" for CodaDx6 present in i.MX27 10 (b) "fsl,imx51-vpu" for CodaHx4 present in i.MX51 11 (c) "fsl,imx53-vpu" for CODA7541 present in i.MX53 12 (d) "fsl,imx6q-vpu" for CODA960 present in i.MX6q
|
| /freebsd-13.1/sys/contrib/ngatm/netnatm/sig/ |
| H A D | unimkmsg.h | 52 (IE).h.present = 0; \ 61 (IE).h.present = 0; \ 71 (IE).h.present = 0; \ 80 (IE).h.present = 0; \ 90 (IE).h.present |= UNI_CAUSE_MTYPE_P; \ 96 (IE).h.present |= UNI_CAUSE_VPCI_P; \ 103 (IE).h.present |= UNI_CAUSE_TIMER_P; \
|
| /freebsd-13.1/sys/contrib/ngatm/netnatm/api/ |
| H A D | unisap.c | 318 if (IE_ISGOOD(*blli) && (blli->h.present & UNI_BLLI_L2_P)) in unisve_match() 326 if (!IE_ISGOOD(*blli) || (blli->h.present & UNI_BLLI_L2_P) == 0) in unisve_match() 331 if ((blli->h.present & UNI_BLLI_L2_USER_P) == 0) in unisve_match() 345 if (IE_ISGOOD(*blli) && (blli->h.present & UNI_BLLI_L3_P)) in unisve_match() 353 if (!IE_ISGOOD(*blli) || (blli->h.present & UNI_BLLI_L3_P) == 0) in unisve_match() 358 if ((blli->h.present & UNI_BLLI_L3_USER_P) == 0) in unisve_match() 366 if (blli->h.present & UNI_BLLI_L3_IPI_P) in unisve_match() 369 if (!(blli->h.present & UNI_BLLI_L3_IPI_P)) in unisve_match() 374 if (!(blli->h.present & in unisve_match()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/nfc/ |
| H A D | st21nfca.txt | 12 - ese-present: Specifies that an ese is physically connected to the nfc 14 - uicc-present: Specifies that the uicc swp signal can be physically 34 ese-present; 35 uicc-present;
|
| H A D | st-nci-spi.txt | 12 - ese-present: Specifies that an ese is physically connected to the nfc 14 - uicc-present: Specifies that the uicc swp signal can be physically 33 ese-present; 34 uicc-present;
|
| H A D | st-nci-i2c.txt | 13 - ese-present: Specifies that an ese is physically connected to the nfc 15 - uicc-present: Specifies that the uicc swp signal can be physically 35 ese-present; 36 uicc-present;
|
| /freebsd-13.1/lib/libgssapi/ |
| H A D | gss_test_oid_set_member.c | 39 int *present) in gss_test_oid_set_member() argument 43 *present = 0; in gss_test_oid_set_member() 46 *present = 1; in gss_test_oid_set_member()
|
| H A D | gss_inquire_mechs_for_name.c | 45 int present; in gss_inquire_mechs_for_name() local 68 &name->gn_type, name_types, &present); in gss_inquire_mechs_for_name() 70 if (present) { in gss_inquire_mechs_for_name()
|
| /freebsd-13.1/sys/kgssapi/ |
| H A D | gss_test_oid_set_member.c | 45 int *present) in gss_test_oid_set_member() argument 49 *present = 0; in gss_test_oid_set_member() 52 *present = 1; in gss_test_oid_set_member()
|
| /freebsd-13.1/crypto/heimdal/lib/gssapi/mech/ |
| H A D | gss_test_oid_set_member.c | 35 int *present) in gss_test_oid_set_member() argument 39 *present = 0; in gss_test_oid_set_member() 42 *present = 1; in gss_test_oid_set_member()
|
| H A D | gss_add_oid_set_member.c | 62 int present; in gss_add_oid_set_member() local 64 res = gss_test_oid_set_member(minor_status, member_oid, *oid_set, &present); in gss_add_oid_set_member() 68 if (present) { in gss_add_oid_set_member()
|
| H A D | gss_inquire_mechs_for_name.c | 40 int present; in gss_inquire_mechs_for_name() local 63 &name->gn_type, name_types, &present); in gss_inquire_mechs_for_name() 65 if (present) { in gss_inquire_mechs_for_name()
|
| /freebsd-13.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-power-throttle.c | 69 int present; /* 1 for present */ member 103 cvmx_power_throttle_rfield[i].present = 1; in cvmx_power_throttle_init() 111 p->present = 0; in cvmx_power_throttle_init() 113 p->present = 0; in cvmx_power_throttle_init() 135 if (!p->present) in cvmx_power_throttle_get_field()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/slimbus/ |
| H A D | bus.txt | 15 If child node is not present and it is instantiated after device 16 discovery (slave device reporting itself present). 20 such cases, child nodes for those devices will be present as 23 Required property for SLIMbus child node if it is present: 35 Optional property for SLIMbus child node if it is present:
|