/freebsd/lib/libpmc/ |
H A D | pmc.atom.3 | 52 The number of PMCs available in each class and their widths need to be 60 .%N "Order Number 253669-027US" 90 Configure the PMC to increment only if the number of configured 94 Configure the PMC to count the number of de-asserted to asserted 97 condition becomes true, irrespective of the number of clocks during 102 qualifier is present, making the counter increment when the number of 227 The number of times the front end is resteered. 230 The number of byte sequences mistakenly detected as taken branch 234 The number of branch instructions that were mispredicted when 238 The number of mispredicted [all …]
|
H A D | pmc.core2.3 | 52 The number of PMCs available in each class and their widths need to be 60 .%N "Order Number 253669-027US" 89 Configure the PMC to increment only if the number of configured 93 Configure the PMC to count the number of de-asserted to asserted 96 condition becomes true, irrespective of the number of clocks during 101 qualifier is present, making the counter increment when the number of 226 The number of times the front end is resteered. 229 The number of byte sequences mistakenly detected as taken branch 233 The number of branch instructions that were mispredicted when 237 The number of mispredicted [all …]
|
H A D | pmc.core.3 | 52 .%N Order Number 253669-027US 82 Configure the PMC to increment only if the number of configured 86 Configure the PMC to count the number of de-asserted to asserted 89 condition becomes true, irrespective of the number of clocks during 94 qualifier is present, making the counter increment when the number of 186 The number of BAClear conditions asserted. 189 The number of branches for which the branch table buffer did not 193 The number of branch instructions executed that were mispredicted at 197 The number of bogus branches. 200 The number of [all …]
|
H A D | pmc.cmn-600.3 | 56 Where {unit} is a cmn600 device unit number and {value} is the NUMA domain of 113 Number of DVMOP requests received. 117 Number of DVM Sync requests received. 119 Number of incoming DVMOP requests that are subject to VMID based filtering. 123 Number of incoming requests that are retried. 128 Number of DVMOP TLB invalidate requests received. 130 Number of DVMOP Branch predictor invalidate requests received. 132 Number of DVMOP physical instruction cache invalidate requests received. 134 Number of DVMOP virtual instruction cache invalidate requests received. 136 Number of DVM op requests to RNDs, BPI or PICI/VICI, that were filtered [all …]
|
H A D | pmc.atomsilvermont.3 | 53 The number of PMCs available in each class and their widths need to be 61 .%N "Order Number 325462-050US" 91 Configure the PMC to increment only if the number of configured 95 Configure the PMC to count the number of de-asserted to asserted 98 condition becomes true, irrespective of the number of clocks during 103 qualifier is present, making the counter increment when the number of 228 The number of retired loads that were 238 The number of retire stores that experienced. 242 The number of retire loads that experienced. 246 The number of retired memory operations with lock semantics. [all …]
|
H A D | pmc.westmere.3 | 52 The number of PMCs available in each class and their widths need to be 60 .%N "Order Number: 253669-033US" 91 Counts the number of demand and DCU prefetch data reads of full 97 Counts the number of demand and DCU prefetch reads for ownership 101 Counts the number of demand and DCU prefetch instruction cacheline 105 Counts the number of writeback (modified to exclusive) transactions. 107 Counts the number of data cacheline reads generated by L2 prefetchers. 109 Counts the number of RFO requests generated by L2 prefetchers. 111 Counts the number of code reads generated by L2 prefetchers. 141 Configure the PMC to increment only if the number of configured [all …]
|
H A D | pmc.corei7.3 | 52 The number of PMCs available in each class and their widths need to be 60 .%N "Order Number: 253669-033US" 92 Counts the number of demand and DCU prefetch data reads of full 97 Counts the number of demand and DCU prefetch reads for ownership 101 Counts the number of demand and DCU prefetch instruction cacheline 104 WB Counts the number of writeback (modified to exclusive) transactions. 106 Counts the number of data cacheline reads generated by L2 prefetchers. 108 Counts the number of RFO requests generated by L2 prefetchers. 110 Counts the number of code reads generated by L2 prefetchers. 140 Configure the PMC to increment only if the number of configured [all …]
|
H A D | pmc.westmereuc.3 | 52 The number of PMCs available in each class and their widths need to be 60 .%N "Order Number: 253669-033US" 89 Configure the PMC to increment only if the number of configured 93 Configure the PMC to count the number of de-asserted to asserted 96 condition becomes true, irrespective of the number of clocks during 101 qualifier is present, making the counter increment when the number of 131 Increments the number of queue entries (code read, data read, and RFOs) in 137 Counts the number of tread tracker allocate to deallocate entries. 142 Counts the number GQ read tracker entries for which a full cache line read 154 Counts the number of GQ read tracker entries that are allocated in the read [all …]
|
H A D | pmc.corei7uc.3 | 52 The number of PMCs available in each class and their widths need to be 60 .%N "Order Number: 253669-033US" 88 Configure the PMC to increment only if the number of configured 92 Configure the PMC to count the number of de-asserted to asserted 95 condition becomes true, irrespective of the number of clocks during 100 qualifier is present, making the counter increment when the number of 130 Counts the number of tread tracker allocate to deallocate entries. 135 Counts the number GQ read tracker entries for which a full cache line read 147 Counts the number of GQ read tracker entries that are allocated in the read 153 Counts the number of GQ read tracker entries that are allocated in the read [all …]
|
/freebsd/contrib/libcbor/test/ |
H A D | uint_test.c | 13 cbor_item_t *number; variable 24 number = cbor_load(data1, 2, &res); in test_very_short_int() 25 assert_true(cbor_typeof(number) == CBOR_TYPE_UINT); in test_very_short_int() 26 assert_true(cbor_int_get_width(number) == CBOR_INT_8); in test_very_short_int() 27 assert_true(cbor_isa_uint(number)); in test_very_short_int() 28 assert_false(cbor_isa_negint(number)); in test_very_short_int() 29 assert_true(cbor_get_uint8(number) == 2); in test_very_short_int() 32 assert_true(cbor_is_int(number)); in test_very_short_int() 33 cbor_decref(&number); in test_very_short_int() 34 assert_null(number); in test_very_short_int() [all …]
|
H A D | negint_test.c | 12 cbor_item_t *number; variable 23 number = cbor_load(data1, 2, &res); in test_very_short_int() 24 assert_true(cbor_typeof(number) == CBOR_TYPE_NEGINT); in test_very_short_int() 25 assert_true(cbor_int_get_width(number) == CBOR_INT_8); in test_very_short_int() 26 assert_false(cbor_isa_uint(number)); in test_very_short_int() 27 assert_true(cbor_isa_negint(number)); in test_very_short_int() 28 assert_true(cbor_get_uint8(number) == 2); in test_very_short_int() 31 assert_true(cbor_is_int(number)); in test_very_short_int() 32 cbor_decref(&number); in test_very_short_int() 33 assert_null(number); in test_very_short_int() [all …]
|
/freebsd/tools/tools/ipw/ |
H A D | ipwstats.c | 67 { 1, "Number of frames submitted for transfer", INT }, 68 { 2, "Number of frames transmitted", INT }, 69 { 3, "Number of unicast frames transmitted", INT }, 70 { 4, "Number of unicast frames transmitted at 1Mb/s", INT }, 71 { 5, "Number of unicast frames transmitted at 2Mb/s", INT }, 72 { 6, "Number of unicast frames transmitted at 5.5Mb/s", INT }, 73 { 7, "Number of unicast frames transmitted at 11Mb/s", INT }, 75 { 13, "Number of multicast frames transmitted at 1Mb/s", INT }, 76 { 14, "Number of multicast frames transmitted at 2Mb/s", INT }, 77 { 15, "Number of multicast frames transmitted at 5.5Mb/s", INT }, [all …]
|
/freebsd/usr.sbin/kbdcontrol/ |
H A D | lex.l | 79 NUL|nul { number = 0; return TNUM; } 80 SOH|soh { number = 1; return TNUM; } 81 STX|stx { number = 2; return TNUM; } 82 ETX|etx { number = 3; return TNUM; } 83 EOT|eot { number = 4; return TNUM; } 84 ENQ|enq { number = 5; return TNUM; } 85 ACK|ack { number = 6; return TNUM; } 86 BEL|bel { number = 7; return TNUM; } 87 BS|bs { number = 8; return TNUM; } 88 HT|ht { number = 9; return TNUM; } [all …]
|
/freebsd/usr.bin/clang/llvm-bcanalyzer/ |
H A D | llvm-bcanalyzer.1 | 79 \fBBitcode Version Number\fP 168 \fBNumber Of Bitcode Blocks\fP 171 The total number of blocks of any kind in the bitcode file. 175 \fBNumber Of Functions\fP 178 The total number of function definitions in the bitcode file. 182 \fBNumber Of Types\fP 185 The total number of types defined in the Global Types Pool. 189 \fBNumber Of Constants\fP 192 The total number of constants (of any type) defined in the Constant Pool. 196 \fBNumber Of Basic Blocks\fP [all …]
|
/freebsd/tools/tools/iwi/ |
H A D | iwistats.c | 53 { 4, "Number of frames submitted for transfer" }, 54 { 5, "Number of frames transmitted" }, 55 { 6, "Number of unicast frames transmitted" }, 56 { 7, "Number of unicast 802.11b frames transmitted at 1Mb/s" }, 57 { 8, "Number of unicast 802.11b frames transmitted at 2Mb/s" }, 58 { 9, "Number of unicast 802.11b frames transmitted at 5.5Mb/s" }, 59 { 10, "Number of unicast 802.11b frames transmitted at 11Mb/s" }, 61 { 19, "Number of unicast 802.11g frames transmitted at 1Mb/s" }, 62 { 20, "Number of unicast 802.11g frames transmitted at 2Mb/s" }, 63 { 21, "Number of unicast 802.11g frames transmitted at 5.5Mb/s" }, [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen1/ |
H A D | floating-point.json | 5 "BriefDescription": "Total number multi-pipe uOps assigned to all pipes.", 6 …number of operations (uOps) and dual-pipe uOps dispatched to each of the 4 FPU execution pipelines… 12 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 3.", 13 …number of operations (uOps) and dual-pipe uOps dispatched to each of the 4 FPU execution pipelines… 19 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 2.", 20 …number of operations (uOps) and dual-pipe uOps dispatched to each of the 4 FPU execution pipelines… 26 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 1.", 27 …number of operations (uOps) and dual-pipe uOps dispatched to each of the 4 FPU execution pipelines… 33 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 0.", 34 …number of operations (uOps) and dual-pipe uOps dispatched to each of the 4 FPU execution pipelines… [all …]
|
/freebsd/contrib/ofed/libibverbs/man/ |
H A D | ibv_query_device.3 | 33 int max_qp; /* Maximum number of supported QPs */ 34 int max_qp_wr; /* Maximum number of outstanding WR on any work que… 36 int max_sge; /* Maximum number of s/g per WR for SQ & RQ of QP f… 37 int max_sge_rd; /* Maximum number of s/g per WR for RDMA Read opera… 38 int max_cq; /* Maximum number of supported CQs */ 39 int max_cqe; /* Maximum number of CQE capacity per CQ */ 40 int max_mr; /* Maximum number of supported MRs */ 41 int max_pd; /* Maximum number of supported PDs */ 42 int max_qp_rd_atom; /* Maximum number of RDMA Read & Atomic operations … 43 int max_ee_rd_atom; /* Maximum number of RDMA Read & Atomic operations … [all …]
|
/freebsd/sbin/ipf/ipsend/ |
H A D | ipsend.5 | 33 "off" number | "v" number | "hl" number| "id" number | 34 "ttl" number | "tos" number | "sum" number | "len" number | 46 tcpbody ::= "sport" port | "dport" port | "seq" number | "ack" number | 47 "off" number | "urp" number | "win" number | "sum" number | 52 udpbody ::= "sport" port | "dport" port | "len" number | "sum" number | 77 databodyopts ::= "len" number | "value" string | "file" filename . 79 icmpechoopts ::= "icmpseq" number | "icmpid" number . 105 .B hl <number> 109 .B v <number> 112 .B tos <number> [all …]
|
/freebsd/contrib/netbsd-tests/ipf/regress/ |
H A D | ip1 | 1 #:%s/ \(number = [0-9]*\) \(type = [a-z]*\)/ \2 \1/g 3 table role = ipf type = tree number = 1 5 table role = ipf type = tree number = 100 7 table role = nat type = tree number = 110 9 table role = auth type = tree number = 120 11 table role = count type = tree number = 130 14 table role = ipf type = hash number = 2 16 table role = ipf type = hash number = 200 18 table role = nat type = hash number = 210 20 table role = auth type = hash number = 220 [all …]
|
/freebsd/contrib/netbsd-tests/ipf/expected/ |
H A D | ip1 | 1 table role=ipf type=tree number=1 3 table role=ipf type=tree number=100 5 table role=nat type=tree number=110 7 table role=auth type=tree number=120 9 table role=count type=tree number=130 11 table role=ipf type=hash number=2 size=1 13 table role=ipf type=hash number=200 size=5 15 table role=nat type=hash number=210 size=5 17 table role=auth type=hash number=220 size=5 19 table role=count type=hash number=230 size=5 [all …]
|
/freebsd/sys/fs/msdosfs/ |
H A D | bpb.h | 28 uint16_t bpbResSectors; /* number of reserved sectors */ 29 uint8_t bpbFATs; /* number of FATs */ 30 uint16_t bpbRootDirEnts; /* number of root directory entries */ 31 uint16_t bpbSectors; /* total number of sectors */ 33 uint16_t bpbFATsecs; /* number of sectors per FAT */ 35 uint16_t bpbHeads; /* number of heads */ 36 uint16_t bpbHiddenSecs; /* number of hidden sectors */ 46 uint16_t bpbResSectors; /* number of reserved sectors */ 47 uint8_t bpbFATs; /* number of FATs */ 48 uint16_t bpbRootDirEnts; /* number of root directory entries */ [all …]
|
/freebsd/tests/sys/sound/ |
H A D | sndstat.c | 102 NV(number, PCHAN); in ATF_TC_BODY() 103 NV(number, RCHAN); in ATF_TC_BODY() 123 NV(number, PLAY, MIN_RATE); in ATF_TC_BODY() 124 NV(number, PLAY, MAX_RATE); in ATF_TC_BODY() 125 NV(number, PLAY, FORMATS); in ATF_TC_BODY() 126 NV(number, PLAY, MIN_CHN); in ATF_TC_BODY() 127 NV(number, PLAY, MAX_CHN); in ATF_TC_BODY() 130 NV(number, REC, MIN_RATE); in ATF_TC_BODY() 131 NV(number, REC, MAX_RATE); in ATF_TC_BODY() 132 NV(number, REC, FORMATS); in ATF_TC_BODY() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/knightslanding/ |
H A D | pipeline.json | 3 "BriefDescription": "Counts the number of branch instructions retired", 11 "BriefDescription": "Counts the number of near CALL branch instructions retired.", 20 "BriefDescription": "Counts the number of far branch instructions retired.", 29 "BriefDescription": "Counts the number of near indirect CALL branch instructions retired.", 38 …"BriefDescription": "Counts the number of branch instructions retired that were conditional jumps.… 47 …"BriefDescription": "Counts the number of branch instructions retired that were near indirect CALL… 56 "BriefDescription": "Counts the number of near relative CALL branch instructions retired.", 65 "BriefDescription": "Counts the number of near RET branch instructions retired.", 74 …"BriefDescription": "Counts the number of branch instructions retired that were conditional jumps … 83 "BriefDescription": "Counts the number of mispredicted branch instructions retired", [all …]
|
/freebsd/share/man/man9/ |
H A D | sysctl.9 | 107 .Fa "int number" 118 .Fa "int number" 128 .Fa "int number" 139 .Fa "int number" 150 .Fa "int number" 160 .Fa "int number" 170 .Fa "int number" 181 .Fa "int number" 193 .Fa "int number" 206 .Fa "int number" [all …]
|
/freebsd/share/doc/smm/02.config/ |
H A D | a.t | 62 | \fBtimezone\fP [ \fB\-\fP ] NUMBER [ \fBdst\fP [ NUMBER ] ] 63 | \fBtimezone\fP [ \fB\-\fP ] FPNUMBER [ \fBdst\fP [ NUMBER ] ] 64 | \fBmaxusers\fP NUMBER 74 swap_dev ::= dev_spec [ \fBsize\fP NUMBER ] 84 major_minor ::= \fBmajor\fP NUMBER \fBminor\fP NUMBER 86 dev_name ::= ID [ NUMBER [ ID ] ] 94 Opt_value ::= ID | NUMBER 107 | \fBpseudo-device\fP Dev [ NUMBER ] 109 Dev_name ::= Dev NUMBER 115 Con_info ::= \fBat\fP Dev NUMBER [all …]
|