/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | sv_cosf_2u1.c | 30 special_case (svfloat32_t x, svfloat32_t y, svbool_t oob) in special_case() argument 32 return sv_call_f32 (cosf, x, y, oob); in special_case() 45 svbool_t oob = svcmpge (pg, svreinterpret_u32 (r), RangeVal); in SV_NAME_F1() local 71 if (unlikely (svptest_any (pg, oob))) in SV_NAME_F1() 72 return special_case (x, svmul_x (svnot_z (pg, oob), f, y), oob); in SV_NAME_F1()
|
H A D | sv_cos_2u5.c | 30 special_case (svfloat64_t x, svfloat64_t y, svbool_t oob) in special_case() argument 32 return sv_call_f64 (cos, x, y, oob); in special_case() 45 svbool_t oob = svcmpge (pg, svreinterpret_u64 (r), RangeVal); in SV_NAME_D1() local 76 if (unlikely (svptest_any (pg, oob))) in SV_NAME_D1() 77 return special_case (x, svmul_x (svnot_z (pg, oob), y, f), oob); in SV_NAME_D1()
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_dmp.h | 86 #define BCMA_OOB_NUM_BANKS 4 /**< number of OOB banks (A, B, C, D) */ 87 #define BCMA_OOB_NUM_SEL 8 /**< number of OOB selectors per bank */ 88 #define BCMA_OOB_NUM_BUSLINES 32 /**< number of bus lines managed by OOB core */ 95 /** OOB bank used for interrupt lines */ 222 #define BCMA_DMP_OOBSEL_MASK 0xFF /**< OOB selector mask */ 223 #define BCMA_DMP_OOBSEL_EN (1<<7) /**< OOB selector enable bit */ 225 #define BCMA_DMP_OOBSEL_BUSLINE_MASK 0x7F /**< OOB selector bus line mask */
|
H A D | bcma_subr.c | 256 * If an agent0.0 region is not mapped on @p dinfo, the OOB interrupt bank is 272 /* Agent must support OOB */ in bcma_dinfo_init_intrs() 277 /* Fetch width of the OOB interrupt bank */ in bcma_dinfo_init_intrs() 460 * @param bank OOB bank. 461 * @param sel OOB selector. 462 * @param line OOB bus line.
|
H A D | bcmavar.h | 133 uint8_t i_bank; /**< OOB bank (see BCMA_OOB_BANK[A-D]) */ 134 uint8_t i_sel; /**< OOB selector (0-7) */ 135 uint8_t i_busline; /**< OOB bus line assigned to this selector */
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | davinci-nand.txt | 52 - nand-on-flash-bbt: use flash based bad block table support. OOB 53 identifier is saved in OOB area. If not present 66 - ti,davinci-nand-use-bbt: use flash based bad block table support. OOB 67 identifier is saved in OOB area. If not present
|
H A D | raw-nand-chip.yaml | 37 but can be explicitly set to "oob", if all ECC bytes are 38 known to be stored in the OOB area, or "interleaved" if ECC 41 enum: [ oob, interleaved ] 75 providing the best strength and taking the OOB area size
|
H A D | gpmc-nand.txt | 120 Other factor which governs the selection of ecc-scheme is oob-size. 121 Higher ECC schemes require more OOB/Spare area to store ECC syndrome, 122 so the device should have enough free bytes available its OOB/Spare 127 OOBSIZE number of bytes in OOB/spare area 146 which can be accommodated in the OOB/Spare area of this device
|
H A D | mtk-nand.txt | 68 It is used to store free oob data. 69 O : oob size.
|
/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | ahci-ceva.txt | 8 - ceva,p0-cominit-params: OOB timing value for COMINIT parameter for port 0. 9 - ceva,p1-cominit-params: OOB timing value for COMINIT parameter for port 1. 16 - ceva,p0-comwake-params: OOB timing value for COMWAKE parameter for port 0. 17 - ceva,p1-comwake-params: OOB timing value for COMWAKE parameter for port 1.
|
H A D | nvidia,tegra-ahci.yaml | 34 - const: sata-oob 44 - const: sata-oob 170 clock-names = "sata", "sata-oob"; 174 reset-names = "sata", "sata-cold", "sata-oob";
|
H A D | ceva,ahci-1v84.yaml | 44 OOB timing value for COMINIT parameter for port 0. 56 OOB timing value for COMWAKE parameter for port 0. 90 OOB timing value for COMINIT parameter for port 1. 102 OOB timing value for COMWAKE parameter for port 1.
|
H A D | nvidia,tegra124-ahci.txt | 16 - sata-oob 21 - sata-oob
|
/freebsd/sys/sys/ |
H A D | poll.h | 62 #define POLLPRI 0x0002 /* OOB/Urgent readable data */ 64 #define POLLRDNORM 0x0040 /* non-OOB/URG data available */ 66 #define POLLRDBAND 0x0080 /* OOB/Urgent readable data */ 67 #define POLLWRBAND 0x0100 /* OOB/Urgent data can be written */
|
/freebsd/contrib/telnet/telnet/ |
H A D | network.c | 140 * what byte in a sendOOB operation is the "OOB" data. in netflush() 142 * out of band, the one WE THINK should be OOB (though in netflush() 144 * rather than the Unix philosophy of OOB data). in netflush()
|
H A D | sys_bsd.c | 927 * OOB indication and data handling in the kernel in process_rings() 939 * If we are, we do an OOB receive. If we run in process_rings() 940 * this twice, we will do the OOB receive twice, in process_rings() 945 * Once we've read the OOB data, we go ahead in process_rings() 949 * since the OOB byte we read doesn't put us in process_rings() 950 * out of OOB state, and since that byte is most in process_rings() 955 * presence of OOB data when the receive OOB in process_rings()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | network.c | 137 * what byte in a sendOOB operation is the "OOB" data. in netflush() 139 * out of band, the one WE THINK should be OOB (though in netflush() 141 * rather than the Unix philosophy of OOB data). in netflush()
|
H A D | sys_bsd.c | 839 * OOB indication and data handling in the kernel in process_rings() 851 * If we are, we do an OOB receive. If we run in process_rings() 852 * this twice, we will do the OOB receive twice, in process_rings() 857 * Once we've read the OOB data, we go ahead in process_rings() 861 * since the OOB byte we read doesn't put us in process_rings() 862 * out of OOB state, and since that byte is most in process_rings() 867 * presence of OOB data when the receive OOB in process_rings()
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_sds_phy.h | 84 * This is the timeout for the SATA OOB/SN because the hardware does not 85 * recognize a hot plug after OOB signal but before the SN signals. We 88 * OOB state machine. 242 * link training (i.e. it has started OOB, but has yet to perform 266 * first FIS sent by an attached SATA device after OOB/SN.
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | spell.ok | 65 OOB 253 oob
|
/freebsd/contrib/netbsd-tests/lib/libc/stdio/ |
H A D | t_fmemopen.c | 439 /* positive + OOB */ in ATF_TC_BODY() 443 /* negative + OOB */ in ATF_TC_BODY() 487 /* negative & OOB */ in ATF_TC_BODY() 497 /* positive & OOB */ in ATF_TC_BODY() 544 /* positive + OOB */ in ATF_TC_BODY() 554 /* negative + OOB */ in ATF_TC_BODY() 600 /* positive + OOB */ in ATF_TC_BODY() 604 /* negative + OOB */ in ATF_TC_BODY() 659 /* positive + OOB */ in ATF_TC_BODY() 663 /* negative + OOB */ in ATF_TC_BODY() [all …]
|
/freebsd/lib/libc/net/ |
H A D | sockatmark.3 | 29 .Nd determine whether the read pointer is at the OOB mark 83 the OOB mark, 0 if it is not.
|
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
H A D | brcm,bcm4329-fmac.yaml | 62 description: Out-of-band (OOB) IRQ line for waking up the host 67 description: Name for the OOB IRQ, this must be set to "host-wake".
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpd.8 | 51 .Op Fl I | Fl Fl no-insecure-oob 156 .Fl Fl no-insecure-oob 159 Heimdal ftp clients before 0.6.3 doesn't support secure oob, so turning
|
/freebsd/contrib/wpa/src/wps/ |
H A D | wps_common.c | 364 wpa_printf(MSG_ERROR, "WPS: Failed to allocate memory for OOB " in wps_get_oob_cred() 448 wpa_printf(MSG_ERROR, "WPS: Failed to parse OOB " in wps_oob_use_cred() 716 wpa_printf(MSG_DEBUG, "WPS: No NFC OOB Device Password " in wps_build_nfc_handover_req() 797 wpa_printf(MSG_DEBUG, "WPS: No NFC OOB Device Password " in wps_build_nfc_handover_sel() 878 wpa_printf(MSG_DEBUG, "WPS: No NFC OOB Device Password " in wps_build_nfc_handover_sel_p2p()
|