Home
last modified time | relevance | path

Searched +full:8 +full:kbyte (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/share/doc/smm/01.setup/
H A D2.t76 .Xr dump (8)
107 (8mm Exabyte tape distributions only)
162 98644 built-in single-port, 98642 4-port and 98638 8-port interfaces.
249 .Xr disklabel (8)
279 .Xr scsiformat (8)
519 .Xr disklabel (8).
700 .Xr newfs (8).
701 .Xr Fsck (8)
1020 Each physical disk drive can be divided into up to 8 partitions;
1084 .Xr mount_mfs (8)).
[all …]
H A Dspell.ok152 SMM:8
323 kbyte
/freebsd/sys/contrib/device-tree/Bindings/mips/img/
H A Dxilfpga.txt21 - 8Kbyte RAM at 0x1000_0000
28 - 8Kbyte BootRAM at 0x1FC0_0000
/freebsd/sys/x86/x86/
H A Didentcpu.c188 #define MAX_BRAND_INDEX 8
578 if ((cyrix_did & 0x0f) < 8) in printcpuinfo()
1161 printf(" Revision=%u", (cyrix_did & 0x0f00) >> 8); in printcpuinfo()
1304 * F E D C B A 9 8 7 6 5 4 3 2 1 0
1335 cyrix_did = read_cyrix_reg(DIR1) << 8; in identifycyrix()
1746 if ((cyrix_did & 0x000f) < 8) in finishidentcpu()
1836 case 6: printf(", 8-way associative\n"); break; in print_AMD_l2_assoc()
1837 case 8: printf(", 16-way associative\n"); break; in print_AMD_l2_assoc()
1857 print_AMD_assoc((regs[0] >> 8) & 0xff); in print_AMD_info()
1863 print_AMD_assoc((regs[1] >> 8) & 0xff); in print_AMD_info()
[all …]
/freebsd/usr.bin/units/
H A Ddefinitions.units89 c 2.99792458e+8 m/sec
221 fldr 1|8 floz
227 peck 8 dry-quart
254 methuselah 8 bottle
575 byte 8 bit
578 kbyte 1024 byte
579 megabyte 1024 kbyte
586 kilobyte kbyte
641 clusec 1e-8 mm-hg m3/s
671 finger 7|8 in
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dmicrochip,mchp48l640.yaml13 The Microchip 48l640 is a 8KByte EERAM connected via SPI.
/freebsd/sys/dev/cas/
H A Dif_casreg.h156 #define CAS_PROBE_MUX_SELECT_HI 0x000000f0 /* P_A[15:8] */
260 #define CAS_DESC_8K 0x8 /* 8k descriptors */
369 #define CAS_RX_CONF_COMP_8K 0x6 /* 8k descriptors */
382 #define CAS_RX_PSZ_2K 0x0 /* page size 2Kbyte */
383 #define CAS_RX_PSZ_4K 0x1 /* page size 4Kbyte */
384 #define CAS_RX_PSZ_8K 0x2 /* page size 8Kbyte */
385 #define CAS_RX_PSZ_16K 0x3 /* page size 16Kbyte*/
387 #define CAS_RX_PSZ_MB_STRD_1K 0x0 /* MTU buffer stride 1Kbyte */
388 #define CAS_RX_PSZ_MB_STRD_2K 0x1 /* MTU buffer stride 2Kbyte */
389 #define CAS_RX_PSZ_MB_STRD_4K 0x2 /* MTU buffer stride 4Kbyte */
[all …]
/freebsd/share/doc/smm/06.nfs/
H A D1.t216 Also, with an 8Kbyte read/write data size
217 (the default), the read/write reply/request will be an 8+Kbyte UDP datagram
241 maximum of 8Kbytes
293 It also permits the use of read and write data sizes greater than the 8Kbyte
296 \**Read/write data sizes greater than 8Kbytes will not normally improve
298 file system on the server has a block size greater than 8Kbytes.
/freebsd/usr.sbin/rpc.statd/
H A Drpc.statd.852 .Xr rpc.lockd 8 ,
112 .Xr inetd 8
115 .Xr rc 8
126 .Xr rc 8 ,
127 .Xr rpc.lockd 8
144 The current implementation uses more than 1Kbyte per monitored host in
/freebsd/usr.bin/systat/
H A Dconvtbl.c36 #define BIT (8)
60 [SC_KILOBYTE] = { BYTE, KILOBYTE, "KB", "kbyte" },
H A Dsystat.163 .Xr iostat 8 ) ,
65 .Xr vmstat 8 ) ,
597 The following units are recognised: kbit, kbyte, mbit,
665 .Xr iostat 8
712 .Xr gstat 8 ,
713 .Xr iostat 8 ,
714 .Xr vmstat 8
/freebsd/share/doc/smm/18.net/
H A Dc.t86 Mbufs are 128 byte structures, 8 fitting in a 1Kbyte
/freebsd/usr.sbin/bhyve/
H A Dahci.h51 #define ATA_ERROR 8 /* (R) error */
158 #define AHCI_CAP_NCS_SHIFT 8
190 #define AHCI_CCCC_CC_SHIFT 8
253 #define AHCI_P_CMD_CCS_SHIFT 8
289 #define AHCI_P_FBS_DEV_SHIFT 8
312 #define AHCI_SG_ENTRIES (roundup(btoc(MAXPHYS) + 1, 8))
313 /* Command list. 32 commands. First, 1Kbyte aligned. */
/freebsd/sys/dev/ahci/
H A Dahci.h48 #define ATA_ERROR 8 /* (R) error */
155 #define AHCI_CAP_NCS_SHIFT 8
187 #define AHCI_CCCC_CC_SHIFT 8
258 #define AHCI_P_CMD_CCS_SHIFT 8
294 #define AHCI_P_FBS_DEV_SHIFT 8
312 #define AHCI_SG_ENTRIES MIN(roundup(btoc(maxphys) + 1, 8), 65528)
313 /* Command list. 32 commands. First, 1Kbyte aligned. */
/freebsd/usr.sbin/quot/
H A Dquot.c86 * kByte when done (on request).
190 nusers = 8; in inituser()
378 printf("\t%-8s", usr->name); in douser()
/freebsd/tests/sys/netpfil/pf/
H A Dether.sh110 epair_prefix=$(echo $epair_a_mac | cut -c-8)
268 jexec gw ifconfig lo0 127.0.0.1/8 up
344 jexec gw ifconfig lo0 127.0.0.1/8 up
351 jexec gw dnctl pipe 1 config bw 300KByte/s
/freebsd/sys/dev/sfxge/common/
H A Dsiena_nic.c95 /* Siena has a fixed 8Kbyte VI window size */ in siena_board_cfg()
195 /* Siena supports two 10G ports, and 8 lanes of PCIe Gen2 */ in siena_board_cfg()
H A Def10_nic.c202 case TLV_PORT_MODE_NA_4x1: /* mode 8 */ in ef10_nic_get_port_mode_bandwidth()
939 EFSYS_ASSERT3U(blk_per_buf, <=, (8 * sizeof (*map))); in ef10_nic_pio_alloc()
978 (blknum >= (8 * sizeof (*map)))) { in ef10_nic_pio_free()
1272 * Medford2 has a variable VI window size (8K, 16K or 64K). in ef10_get_datapath_caps()
1273 * Medford and Huntington have a fixed 8K VI window size. in ef10_get_datapath_caps()
1295 /* Huntington and Medford have fixed 8K window size */ in ef10_get_datapath_caps()
1597 (1U << TLV_PORT_MODE_NA_4x1), /* mode 8 */
1684 (1U << TLV_PORT_MODE_NA_4x1) | /* mode 8 */
2205 * possible if the host page size is >4Kbyte). in ef10_nic_init()
H A Defx.h530 EFX_P2ROUNDUP(size_t, (_sdu) + EFX_MAC_PDU_ADJUSTMENT, 8)
616 #define EFX_MAC_STATS_MASK_BITS_PER_PAGE (8 * sizeof (uint32_t))
647 * The DMA buffer must be 4Kbyte aligned and sized to hold at least
918 EFX_LOOPBACK_XGBR = 8,
1521 #define EFX_VPD_KEYWORD(x, y) ((x) | ((y) << 8))
1759 (uint16_t)(((encapsulator) << 8) | (encapsulated))
2347 #define EFX_RX_CLASS_IPV4_TCP_LBN 8
2491 #define EFX_RXQ_DC_NDESCS(_dcsize) (8 << _dcsize)
2657 #define EFX_TXQ_MAX_BUFS 8 /* Maximum independent of EFX_BUG35388_WORKAROUND. */
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-fh.h30 * Driver must allocate a 4KByte buffer that is for keeping the
59 * 27-0: TFD CB physical base address [35:8], must be 256-byte aligned
76 return TFH_TFDQ_CBB_TABLE + 8 * chnl; in FH_MEM_CBBC_QUEUE()
96 * Bits 9:8:
106 #define TFH_CHUNK_SIZE_128 BIT(8)
163 * (typically 4K, although 8K or 16K are also selectable by driver).
168 * 27-0: Receive Buffer physical address bits [35:8], 256-byte aligned
170 * Driver sets physical address [35:8] of base of RBD circular buffer
173 * 2) Rx status buffer, 8 bytes, in which uCode indicates which Rx Buffers
192 * RBs), should be 8 after preparing the first 8 RBs (for example), and must
[all …]
/freebsd/sys/dev/mvs/
H A Dmvs.h42 #define IC_HC0 0x000001ff /* bits 0-8 = HC0 */
49 #define IC_HC0_COAL_DONE (1 << 8) /* HC0 IRQ coalescing */
82 #define HC_CFG_NODMABS (1 << 8)
96 #define HC_IC_DEV(p) (1 << ((p) + 8)) /* Device Intr */
106 #define EDMA_CFG_ERDBSZ (1 << 8)
128 #define EDMA_IE_ETRANSINT (1 << 8) /* Transport Layer */
174 #define EDMA_S_ESTATE(s) (((s) & 0x0000ff00) >> 8)
239 #define DMA_C_DREGIONVALID (1 << 8)
339 #define SATA_SATAICFG_COMMEN (1 << 8)
349 #define SATA_SATAICTL_VUM (1 << 8)
[all …]
/freebsd/sys/dev/ppbus/
H A Dif_plip.c70 * Expect transfer-rates up to 75 kbyte/sec.
543 len = len + (j << 8); in lp_intr()
591 ppb_wdtr(ppbus, 8); in lp_intr()
720 if (clpoutbyte((count >> 8) & 0xFF, LPMAXSPIN1, ppbus)) in lpoutput()
/freebsd/usr.sbin/usbdump/
H A Dusbdump.c415 hexbyte(linebuf + i + 1, ((line - region) >> 8) & 0xFF); in hexdump()
802 /* check "hw.usb.no_pf" sysctl for 8- and 9- stable */ in check_usb_pf_sysctl()
956 /* USB transfers can be greater than 64KByte */ in main()
1018 * usbdump(8). Ignore when it was already destroyed. in main()
/freebsd/sbin/ipfw/
H A Dipfw.8570 ipfw -q add deny src-ip 10.0.0.0/24,127.0.0.1/8
571 ipfw -q add deny src-ip 10.0.0.0/24, 127.0.0.1/8
572 ipfw "-q add deny src-ip 10.0.0.0/24, 127.0.0.1/8"
628 .Xr natd 8 ) .
730 .Xr syslogd 8
760 .Xr syslogd 8
889 .Xr pfctl 8
1031 .Xr sysctl 8
1759 .Pq Cm 8 ,
1894 .Xr sysctl 8
[all …]
/freebsd/lib/libc/gen/
H A Dgetgrent.c65 GRP_STORAGE_INITIAL = 1 << 10, /* 1 KByte */
339 * nscd(8) sometimes returns buffer_size=1 for nonexistent in grp_unmarshal_func()

12