Home
last modified time | relevance | path

Searched +full:2 +full:ns (Results 1 – 25 of 1134) sorted by relevance

12345678910>>...46

/freebsd/sys/contrib/openzfs/man/man4/
H A Dzfs.432 .It Sy dbuf_cache_max_bytes Ns = Ns Sy UINT64_MAX Ns B Pq u64
35 .No 1/2^ Ns Sy dbuf_cache_shift Pq 1/32nd
42 .It Sy dbuf_metadata_cache_max_bytes Ns = Ns Sy UINT64_MAX Ns B Pq u64
45 .No 1/2^ Ns Sy dbuf_metadata_cache_shift Pq 1/64th
52 .It Sy dbuf_cache_hiwater_pct Ns = Ns Sy 10 Ns % Pq uint
57 .It Sy dbuf_cache_lowater_pct Ns = Ns Sy 10 Ns % Pq uint
62 .It Sy dbuf_cache_shift Ns = Ns Sy 5 Pq uint
67 .It Sy dbuf_metadata_cache_shift Ns = Ns Sy 6 Pq uint
72 .It Sy dbuf_mutex_cache_shift Ns = Ns Sy 0 Pq uint
78 .It Sy dmu_object_alloc_chunk_shift Ns = Ns Sy 7 Po 128 Pc Pq uint
[all …]
/freebsd/sbin/mount_nfs/
H A Dmount_nfs.89 .\" 2. Redistributions in binary form must reproduce the above copyright
47 .Ar rhost : Ns Ar path node
52 .Xr nmount 2
54 .Pq Ar rhost : Ns Ar path
98 .It Cm acregmin Ns = Ns Aq Ar seconds
99 .It Cm acregmax Ns = Ns Aq Ar seconds
100 .It Cm acdirmin Ns = Ns Aq Ar seconds
101 .It Cm acdirmax Ns = Ns Aq Ar seconds
114 .It Cm actimeo Ns = Ns Aq Ar seconds
141 .It Cm deadthresh Ns = Ns Aq Ar value
[all …]
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3430-sdp.dts52 <2 0 0x20000000 0x1000000>; /* CS2: 16MB for OneNAND */
60 bank-width = <2>;
62 gpmc,mux-add-data = <2>;
63 gpmc,cs-on-ns = <0>;
64 gpmc,cs-rd-off-ns = <186>;
65 gpmc,cs-wr-off-ns = <186>;
66 gpmc,adv-on-ns = <12>;
67 gpmc,adv-rd-off-ns = <48>;
68 gpmc,adv-wr-off-ns = <48>;
69 gpmc,oe-on-ns = <54>;
[all …]
H A Domap3-devkit8000-common.dtsi183 * BIT(1), BIT(2), BIT(6), BIT(7), BIT(8), BIT(13)
192 MATRIX_KEY(2, 0, KEY_3)
195 MATRIX_KEY(2, 1, KEY_6)
197 MATRIX_KEY(0, 2, KEY_7)
198 MATRIX_KEY(1, 2, KEY_8)
199 MATRIX_KEY(2, 2, KEY_9)
200 MATRIX_KEY(3, 2, KEY_F6)
203 MATRIX_KEY(2, 3, KEY_F8)
229 gpmc,device-width = <2>;
[all...]
H A Domap-zoom-common.dtsi20 bank-width = <2>;
32 gpmc,cs-on-ns = <5>;
33 gpmc,cs-rd-off-ns = <155>;
34 gpmc,cs-wr-off-ns = <155>;
35 gpmc,adv-on-ns = <15>;
36 gpmc,adv-rd-off-ns = <40>;
37 gpmc,adv-wr-off-ns = <40>;
38 gpmc,oe-on-ns = <45>;
39 gpmc,oe-off-ns = <145>;
40 gpmc,we-on-ns = <45>;
[all …]
H A Domap2420-n8x0-common.dtsi17 gpios = <&gpio3 2 GPIO_ACTIVE_HIGH /* gpio66 clk */
62 gpmc,device-width = <2>;
63 gpmc,mux-add-data = <2>;
64 gpmc,cs-on-ns = <0>;
65 gpmc,cs-rd-off-ns = <127>;
66 gpmc,cs-wr-off-ns = <109>;
67 gpmc,adv-on-ns = <0>;
68 gpmc,adv-rd-off-ns = <18>;
69 gpmc,adv-wr-off-ns = <18>;
70 gpmc,oe-on-ns = <27>;
[all …]
/freebsd/sys/contrib/openzfs/man/man7/
H A Dzfsprops.7122 .Nm zfs Cm set Sy compression Ns = Ns Sy on Ar dataset .
334 .Xr fsync 2
378 .It Sy userused Ns @ Ns Ar user
396 .Sy userused Ns @ Ns Ar …
418 .It Sy userobjused Ns @ Ns Ar user
429 .Sy xattr Ns = Ns Sy on
437 .Sy xattr Ns = Ns Sy sa
444 .It Sy groupused Ns @ Ns Ar group
449 .Sy userused Ns @ Ns Ar user
458 .It Sy groupobjused Ns @ Ns Ar group
[all …]
/freebsd/bin/dd/
H A Ddd.113 .\" 2. Redistributions in binary form must reproduce the above copyright
55 .It Cm bs Ns = Ns Ar n
70 .It Cm cbs Ns = Ns Ar n
76 .It Cm count Ns = Ns Ar n
80 .It Cm files Ns = Ns Ar n
85 .It Cm fillchar Ns = Ns Ar c
94 .It Cm ibs Ns = Ns Ar n
98 .It Cm if Ns = Ns Ar file
102 .It Cm iflag Ns = Ns Ar value Ns Op , Ns Ar value ...
113 .Xr read 2
[all …]
/freebsd/contrib/unbound/iterator/
H A Diter_delegpt.c2 * iterator/iter_delegpt.c - delegation point with NS and address information.
67 struct delegpt_ns* ns; in delegpt_copy() local
77 for(ns = dp->nslist; ns; ns = ns->next) { in delegpt_copy()
78 if(!delegpt_add_ns(copy, region, ns->name, ns->lame, in delegpt_copy()
79 ns->tls_auth_name, ns->port)) in delegpt_copy()
81 copy->nslist->cache_lookup_count = ns->cache_lookup_count; in delegpt_copy()
82 copy->nslist->resolved = ns->resolved; in delegpt_copy()
83 copy->nslist->got4 = ns->got4; in delegpt_copy()
84 copy->nslist->got6 = ns->got6; in delegpt_copy()
85 copy->nslist->done_pside4 = ns->done_pside4; in delegpt_copy()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Domap-gpmc.txt19 - #address-cells: Must be set to 2 to allow memory address translation
41 2 - GPMC_WAIT0 pin edge
43 - interrupt-cells: Must be set to 2
47 - gpio-cells: Must be set to 2
58 - gpmc,cs-on-ns: Assertion time
59 - gpmc,cs-rd-off-ns: Read deassertion time
60 - gpmc,cs-wr-off-ns: Write deassertion time
63 - gpmc,adv-on-ns: Assertion time
64 - gpmc,adv-rd-off-ns: Read deassertion time
65 - gpmc,adv-wr-off-ns: Write deassertion time
[all …]
H A Dti-aemif.txt24 - #address-cells: Must be 2. The partition number has to be encoded in the
62 - #address-cells: Must be 2.
77 "ti,da850-aemif" range is [2-5].
95 - ti,cs-min-turnaround-ns: minimum turn around time, ns
102 - ti,cs-read-setup-ns: read setup width, ns
107 - ti,cs-read-strobe-ns: read strobe width, ns
112 - ti,cs-read-hold-ns: read hold width, ns
119 - ti,cs-write-setup-ns: write setup width, ns
124 - ti,cs-write-strobe-ns: write strobe width, ns
129 - ti,cs-write-hold-ns: write hold width, ns
[all …]
H A Dti,gpmc-child.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
29 gpmc,cs-on-ns:
33 gpmc,cs-rd-off-ns:
37 gpmc,cs-wr-off-ns:
42 gpmc,adv-on-ns:
46 gpmc,adv-rd-off-ns:
50 gpmc,adv-wr-off-ns:
54 gpmc,adv-aad-mux-on-ns:
58 gpmc,adv-aad-mux-rd-off-ns:
62 gpmc,adv-aad-mux-wr-off-ns:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dgpmc-eth.txt23 OMAP2+ board, "bank-width = <2>;" and "reg-io-width = <4>;".
27 and 16-bit devices and so must be either 1 or 2 bytes.
29 - gpmc,cs-on-ns: Chip-select assertion time
30 - gpmc,cs-rd-off-ns: Chip-select de-assertion time for reads
31 - gpmc,cs-wr-off-ns: Chip-select de-assertion time for writes
32 - gpmc,oe-on-ns: Output-enable assertion time
33 - gpmc,oe-off-ns: Output-enable de-assertion time
34 - gpmc,we-on-ns: Write-enable assertion time
35 - gpmc,we-off-ns: Write-enable de-assertion time
36 - gpmc,access-ns: Start cycle to first data capture (read access)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Dqcom-nvmem-cpufreq.txt50 2: MSM8996 V3, speedbin 2
54 6: MSM8996 SG, speedbin 2
61 #address-cells = <2>;
72 #cooling-cells = <2>;
76 cache-level = <2>;
88 #cooling-cells = <2>;
100 #cooling-cells = <2>;
104 cache-level = <2>;
116 #cooling-cells = <2>;
152 clock-latency-ns = <200000>;
[all …]
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-rename.843 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
44 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
49 .Ar filesystem Ns | Ns Ar volume
50 .Ar filesystem Ns | Ns Ar volume
67 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
68 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
75 .Ar filesystem Ns | Ns Ar volume
76 .Ar filesystem Ns | Ns Ar volume
135 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
145 .Ss Example 2 : No Performing a Rolling Snapshot
[all …]
H A Dzfs-destroy.843 .Ar filesystem Ns | Ns Ar volume
47 .Ar filesystem Ns | Ns Ar volume Ns @ Ns Ar snap Ns
48 .Oo % Ns Ar snap Ns Oo , Ns Ar snap Ns Oo % Ns Ar snap Oc Oc Oc Ns
51 .Ar filesystem Ns | Ns Ar volume Ns # Ns Ar bookmark
59 .Ar filesystem Ns | Ns Ar volume
101 .Ar filesystem Ns | Ns Ar volume Ns @ Ns Ar snap Ns
102 .Oo % Ns Ar snap Ns Oo , Ns Ar snap Ns Oo % Ns Ar snap Oc Oc Oc Ns
179 .Ar filesystem Ns | Ns Ar volume Ns # Ns Ar bookmark
195 .Dl # Nm zfs Cm snapshot Fl r Ar pool/home Ns @ Ns Ar yesterday
196 .Dl # Nm zfs Cm destroy Fl r Ar pool/home Ns @ Ns Ar yesterday
[all …]
H A Dzfs-snapshot.843 .Oo Fl o Ar property Ns = Ns Ar value Oc Ns
44 .Ar dataset Ns @ Ns Ar snapname Ns
68 .It Fl o Ar property Ns = Ns Ar value
77 .\" These are, respectively, examples 2, 3, 10, 15 from zfs.8
87 .Dl # Nm zfs Cm snapshot Ar pool/home/bob Ns @ Ns Ar yesterday
89 .Ss Example 2 : No Creating and Destroying Multiple Snapshots
97 .Dl # Nm zfs Cm snapshot Fl r Ar pool/home Ns @ Ns Ar yesterday
98 .Dl # Nm zfs Cm destroy Fl r Ar pool/home Ns @ Ns Ar yesterday
107 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
124 .No # Nm zfs Cm rename Fl r Ar pool/users@6daysago No @ Ns Ar 7daysago
[all …]
H A Dzfs.863 .D1 Ar pool Ns Oo Sy / Ns Ar component Oc Ns Sy / Ns Ar component
104 .Ar filesystem Ns @ Ns Ar name
106 .Ar volume Ns @ Ns Ar name .
113 .Ar filesystem Ns # Ns A
[all...]
H A Dzdb.827 .Op Fl e Oo Fl V Oc Oo Fl p Ar path Oc Ns
29 .Oo Fl o Ar var Ns = Ns Ar value Oc Ns
34 .Op Ar poolname Ns Op / Ns Ar dataset Ns | Ns Ar objset-ID
35 .Op Ar object Ns | Ns Ar range Ns
38 .Op Fl e Oo Fl V Oc Oo Fl p Ar path Oc Ns
41 .Ar poolname Ns Op Ar / Ns Ar dataset Ns | Ns Ar objset-ID
42 .Op Ar object Ns | Ns Ar range Ns
45 .Op Fl e Oo Fl V Oc Oo Fl p Ar path Oc Ns
48 .Ar poolname Ns Ar / Ns Ar objset-ID
58 .Ar word0 : Ns Ar word1 Ns :…: Ns Ar word15
[all …]
H A Dzinject.848 .Fl b Ar objset : Ns Ar object : Ns Ar level : Ns Ar start : Ns Ar end
57 .Fl c Ar id Ns | Ns Sy all
64 .Fl A Sy degrade Ns | Ns Sy fault
72 .Fl D Ar latency : Ns Ar lanes
86 .No (\& Ns F
[all...]
/freebsd/contrib/llvm-project/lld/docs/
H A Dld.lld.167 .It Fl -auxiliary Ns = Ns Ar value
96 .It Fl -build-id Ns = Ns Ar value
105 .Cm 0x Ns Ar hex-string ,
122 .Fl -build-id Ns = Ns Cm sha1 .
123 .It Fl -call-graph-profile-sort Ns = Ns Ar algorithm
127 .Bl -tag -width 2n -compact
136 .It Fl -color-diagnostics Ns = Ns Ar value
148 .Fl -color-diagnostics Ns = Ns Cm auto .
149 .It Fl -compress-debug-sections Ns = Ns Ar value
155 .Bl -tag -width 2n -compact
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dgpmc-nor.txt12 16-bit devices and so must be either 1 or 2 bytes.
14 - gpmc,cs-on-ns: Chip-select assertion time
15 - gpmc,cs-rd-off-ns: Chip-select de-assertion time for reads
16 - gpmc,cs-wr-off-ns: Chip-select de-assertion time for writes
17 - gpmc,oe-on-ns: Output-enable assertion time
18 - gpmc,oe-off-ns: Output-enable de-assertion time
19 - gpmc,we-on-ns Write-enable assertion time
20 - gpmc,we-off-ns: Write-enable de-assertion time
21 - gpmc,access-ns: Start cycle to first data capture (read access)
22 - gpmc,rd-cycle-ns: Total read cycle time
[all …]
/freebsd/sys/contrib/openzfs/man/man5/
H A Dvdev_id.conf.556 .It Sy channel [ Ns Ar pci_slot ] Ar port Ar name
60 .It Sy enclosure_symlinks Sy yes Ns | Ns Sy no
74 .Pa /dev/by-enclosure/ Ns Ao Ar prefix Ac Ns - Ns Ao Ar channel Ac Ns Aq Ar num
100 .It Sy multipath Sy yes Ns | Ns Sy no
111 .It Sy topology Sy sas_direct Ns | Ns Sy sas_switch Ns | Ns Sy scsi
130 .It Sy slot Sy bay Ns | Ns Sy phy Ns | Ns Sy port Ns | Ns Sy id Ns | Ns Sy lun Ns | Ns Sy bay_lun N…
191 slot 2 10 A
198 slot 2 2
212 channel 2 B
/freebsd/share/man/man4/
H A Disp.410 .\" 2. Redistributions in binary form must reproduce the above copyright
56 utilizing Class 3 and Class 2 connections.
137 .It Va hint.isp. Ns Ar N Ns Va .msi
139 .It Va hint.isp. Ns Ar N Ns Va .msix
141 .It Va hint.isp. Ns Ar N Ns Va .fwload_disable
144 .It Va hint.isp. Ns Ar N Ns Va .fwload_force
159 .It Va hint.isp. Ns Ar N Ns Va .ignore_nvram
162 .It Va hint.isp. Ns Ar N Ns Va .fullduplex
164 .It Va hint.isp. Ns Ar N Ns Va .topology
178 .It Va hint.isp. Ns Ar N Ns Va .portwwn
[all …]
/freebsd/contrib/ntp/sntp/
H A Dsntp.1sntpmdoc17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc
78 .It Fl a Ar auth\-keynumber , Fl \-authentication Ns = Ns Ar auth\-keynumber
86 .It Fl b Ar broadcast\-address , Fl \-broadcast Ns = Ns Ar broadcast\-address
93 .It Fl c Ar host\-name , Fl \-concurrent Ns = Ns Ar host\-name
98 more rapidly than one every 2 second
[all...]

12345678910>>...46