Home
last modified time | relevance | path

Searched refs:space (Results 276 – 300 of 1443) sorted by relevance

1...<<11121314151617181920>>...58

/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Domap-usb.txt57 - ranges: the child address space are mapped 1:1 onto the parent address space
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Dti-syscon-reset.txt7 sometimes a part of a larger register space region implementing various
10 register space.
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_clear/
H A Dzpool_clear_005_pos.ksh45 typeset ALLNOPS=${ALLDISKS//~(E)([[:space:]]+|$)/.nop\1}
/freebsd/contrib/kyua/utils/fs/
H A Doperations_test.cpp264 const units::bytes space = fs::free_disk_space(fs::path(".")); in ATF_TEST_CASE_BODY() local
265 ATF_REQUIRE(space > units::MB); // Simple test that should always pass. in ATF_TEST_CASE_BODY()
301 const units::bytes space = fs::free_disk_space(fs::path(mount_point)); in ATF_TEST_CASE_BODY() local
304 ATF_REQUIRE(space < 35 * units::MB); in ATF_TEST_CASE_BODY()
305 ATF_REQUIRE(space > 28 * units::MB); in ATF_TEST_CASE_BODY()
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dfujitsu,mb86s70-gpio.txt6 - reg: Base address and length of register space
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dvia-velocity.txt5 - reg : Address and length of the io space
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dsqi-pic32.txt5 - reg: Address and length of SQI controller register space.
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dti-keystone-pllctrl.txt13 registers space.
/freebsd/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd_autoreplace_002_pos.ksh71 typeset ALLNOPS=${ALLDISKS//~(E)([[:space:]]+|$)/.nop\1}
H A Dzfsd_autoreplace_003_pos.ksh84 typeset OTHER_NOPS=${OTHER_DISKS//~(E)([[:space:]]+|$)/.nop\1}
H A Dzfsd_autoreplace_001_neg.ksh74 typeset ALLNOPS=${ALLDISKS//~(E)([[:space:]]+|$)/.nop\1}
H A Dzfsd_hotspare_007_pos.ksh91 typeset OTHER_NOPS=${OTHER_DISKS//~(E)([[:space:]]+|$)/.nop\1}
/freebsd/tools/tools/nanobsd/dhcpd/
H A DREADME4 using qemu user space emulation.
/freebsd/sys/kern/
H A Duipc_socket.c1500 long space; local
1570 space = sbspace(&so->so_snd);
1572 space += 1024;
1573 space -= clen;
1575 if (resid > space) {
1663 long space; local
1773 space = sbspace(&so->so_snd);
1775 space += 1024;
1782 if (space < resid + clen &&
1783 (atomic || space < so->so_snd.sb_lowat || space < clen)) {
[all …]
/freebsd/contrib/wpa/hostapd/
H A DREADME1 hostapd - user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP
54 Originally, hostapd was an optional user space component for Host AP
134 User space daemon, hostapd, includes Authenticator functionality. It
162 The user space daemon has its own configuration file that can be used to
248 forgery. All these choices have proven to be insufficient: key space is
250 (beginning of the pseudorandom stream should be skipped), IV space is
321 # entries are separated with a space.
325 # (unicast packets). This is a space separated list of algorithms:
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c952 void *dstbuf, int space) in ath_hal_getregdump() argument
957 for (i = 0; space >= 2*sizeof(uint32_t); i++) { in ath_hal_getregdump()
962 space -= 2*sizeof(uint32_t); in ath_hal_getregdump()
966 space -= sizeof(uint32_t); in ath_hal_getregdump()
967 } while (r <= e && space >= sizeof(uint32_t)); in ath_hal_getregdump()
973 ath_hal_setregs(struct ath_hal *ah, const HAL_REGWRITE *regs, int space) in ath_hal_setregs() argument
975 while (space >= sizeof(HAL_REGWRITE)) { in ath_hal_setregs()
977 regs++, space -= sizeof(HAL_REGWRITE); in ath_hal_setregs()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_bio.c396 ossl_ssize_t num, space; in bio_nwrite() local
403 space = bio_nwrite0(bio, buf); in bio_nwrite()
404 if (num > space) in bio_nwrite()
405 num = space; in bio_nwrite()
/freebsd/sys/dev/pci/
H A Dpcivar.h460 pci_enable_io(device_t dev, int space) in pci_enable_io() argument
462 return(PCI_ENABLE_IO(device_get_parent(dev), dev, space)); in pci_enable_io()
466 pci_disable_io(device_t dev, int space) in pci_disable_io() argument
468 return(PCI_DISABLE_IO(device_get_parent(dev), dev, space)); in pci_disable_io()
H A Dvga_pci.c545 vga_pci_enable_io(device_t dev, device_t child, int space) in vga_pci_enable_io() argument
550 return (pci_enable_io(dev, space)); in vga_pci_enable_io()
554 vga_pci_disable_io(device_t dev, device_t child, int space) in vga_pci_disable_io() argument
559 return (pci_disable_io(dev, space)); in vga_pci_disable_io()
H A Dpci_host_generic.c444 int i, space; in generic_pcie_containing_range() local
466 space = SYS_RES_MEMORY; in generic_pcie_containing_range()
469 space = SYS_RES_IOPORT; in generic_pcie_containing_range()
475 if (type == space) in generic_pcie_containing_range()
/freebsd/stand/libsa/
H A Dtftp.c146 u_char space[63]; /* +1 from t */ in tftp_senderr() member
152 if (len > sizeof(wbuf.space)) in tftp_senderr()
153 len = sizeof(wbuf.space); in tftp_senderr()
302 u_char space[FNAME_SIZE + 6]; in tftp_makereq() member
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dcci.txt11 space and multiple sets of interface control registers, one per slave
19 Node's parent must be the root node /, and the address space visible
45 child address space.
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dmediatek,vcodec-subdev-decoder.yaml66 - description: VDEC_SYS register space
67 - description: VDEC_RACING_CTRL register space
104 description: VDEC_MISC register space
/freebsd/sys/contrib/device-tree/src/powerpc/
H A DkuroboxHD.dts63 ranges = <0x80000000 0x80000000 0x70000000 /* pci mem space */
65 0xfe000000 0xfe000000 0xc00000 /* pci i/o space */
H A DkuroboxHG.dts63 ranges = <0x80000000 0x80000000 0x70000000 /* pci mem space */
65 0xfe000000 0xfe000000 0xc00000 /* pci i/o space */

1...<<11121314151617181920>>...58