Home
last modified time | relevance | path

Searched full:ic (Results 1 – 25 of 876) sorted by relevance

12345678910>>...36

/freebsd-src/share/man/man1/
H A Dbuiltin.1194 .Bl -column ".Ic uncomplete" ".Em External" ".Xr csh 1" ".Xr sh 1" -offset indent
196 .It Ic \&! Ta \&No Ta \&No Ta Yes
197 .It Ic % Ta \&No Ta Yes Ta \&No
198 .It Ic \&. Ta \&No Ta \&No Ta Yes
199 .It Ic \&: Ta \&No Ta Yes Ta Yes
200 .It Ic @ Ta \&No Ta Yes Ta \&No
201 .It Ic \&[ Ta Yes Ta \&No Ta Yes
202 .It Ic { Ta \&No Ta \&No Ta Yes
203 .It Ic } Ta \&No Ta \&No Ta Yes
204 .It Ic alias Ta No** Ta Yes Ta Yes
[all …]
/freebsd-src/contrib/libedit/
H A Deditline.7108 .It Ctrl-D, EOF Ta Ic vi-list-or-eof
109 .It Ctrl-H, BS Ta Ic vi-delete-prev-char
110 .It Ctrl-J, LF Ta Ic ed-newline
111 .It Ctrl-M, CR Ta Ic ed-newline
112 .It Ctrl-Q Ta Ic ed-tty-start-output
113 .It Ctrl-S Ta Ic ed-tty-stop-output
114 .It Ctrl-U Ta Ic vi-kill-line-prev
115 .It Ctrl-V Ta Ic ed-quoted-insert
116 .It Ctrl-W Ta Ic ed-delete-prev-word
117 .It Ctrl-[, ESC Ta Ic vi-command-mode
[all …]
/freebsd-src/contrib/mandoc/
H A Droff.7143 .Ic \ef
145 .Ic \&ft
182 .Ic \ef
184 .Ic \&ft
362 .Ic \&de
419 .It Ic \&ab Op Ar message
422 .It Ic \&ad Op Cm b | c | l | n | r
425 .It Ic \&af Ar registername format
428 .It Ic \&aln Ar newname oldname
431 .It Ic \
[all...]
H A Dmdoc.797 .Ic \&Dd ,
98 .Ic \&Dt ,
100 .Ic \&Os
104 .Ic \&Sh )
106 .Ic \&Nm
108 .Ic \&Nd .
185 .Ic \&Nm
187 .Ic \&Nd
191 .Ic \&Nm
193 .Ic \
[all...]
H A Dman.775 .Ic TH
91 .It Ic TH Ta set the title: Ar name section date Op Ar source Op Ar volume
92 .It Ic AT Ta display AT&T UNIX version in the page footer (<= 1 argument)
93 .It Ic UC Ta display BSD version in the page footer (<= 1 argument)
97 .It Ic SH Ta section header (one line)
98 .It Ic SS Ta subsection header (one line)
99 .It Ic PP Ta start an undecorated paragraph (no arguments)
100 .It Ic IP Ta indented paragraph: Op Ar head Op Ar width
101 .It Ic TP Ta tagged paragraph: Op Ar width
102 .It Ic P
[all...]
/freebsd-src/usr.sbin/acpi/acpidb/
H A Dacpidb.846 .It Ic Allocations
48 .It Ic Dump Ar Address | Namepath Op Cm Byte | Word | Dword | Qword
50 .It Ic EnableAcpi
52 .It Ic Help
54 .It Ic History
56 .It Ic Level Ar DebugLevel Op Cm console
58 .It Ic Locks
60 .It Ic Quit No or Ic Exit
62 .It Ic Stats Op Cm Allocations | Memory | Misc | Objects | Tables
64 .It Ic Tables
[all …]
/freebsd-src/sys/net80211/
H A Dieee80211_dfs.c95 ieee80211_dfs_attach(struct ieee80211com *ic) in ieee80211_dfs_attach() argument
97 struct ieee80211_dfs_state *dfs = &ic->ic_dfs; in ieee80211_dfs_attach()
99 callout_init_mtx(&dfs->nol_timer, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_dfs_attach()
100 callout_init_mtx(&dfs->cac_timer, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_dfs_attach()
102 ic->ic_set_quiet = null_set_quiet; in ieee80211_dfs_attach()
106 ieee80211_dfs_detach(struct ieee80211com *ic) in ieee80211_dfs_detach() argument
109 ieee80211_dfs_reset(ic); in ieee80211_dfs_detach()
113 ieee80211_dfs_reset(struct ieee80211com *ic) in ieee80211_dfs_reset() argument
115 struct ieee80211_dfs_state *dfs = &ic->ic_dfs; in ieee80211_dfs_reset()
121 for (i = 0; i < ic->ic_nchans; i++) in ieee80211_dfs_reset()
[all …]
H A Dieee80211.c94 static void ieee80211_syncflag_locked(struct ieee80211com *ic, int flag);
95 static void ieee80211_syncflag_ht_locked(struct ieee80211com *ic, int flag);
96 static void ieee80211_syncflag_ext_locked(struct ieee80211com *ic, int flag);
97 static void ieee80211_syncflag_vht_locked(struct ieee80211com *ic, int flag);
98 static int ieee80211_media_setup(struct ieee80211com *ic,
132 ieee80211_chan_init(struct ieee80211com *ic) in ieee80211_chan_init() argument
135 if (ic->ic_sup_rates[m].rs_nrates == 0) \ in ieee80211_chan_init()
136 ic->ic_sup_rates[m] = def; \ in ieee80211_chan_init()
141 KASSERT(0 < ic->ic_nchans && ic in ieee80211_chan_init()
256 null_update_mcast(struct ieee80211com * ic) null_update_mcast() argument
263 null_update_promisc(struct ieee80211com * ic) null_update_promisc() argument
270 null_update_chw(struct ieee80211com * ic) null_update_chw() argument
277 ic_printf(struct ieee80211com * ic,const char * fmt,...) ic_printf() argument
296 struct ieee80211com *ic; sysctl_ieee80211coms() local
327 ieee80211_ifattach(struct ieee80211com * ic) ieee80211_ifattach() argument
385 ieee80211_ifdetach(struct ieee80211com * ic) ieee80211_ifdetach() argument
442 ieee80211_set_software_ciphers(struct ieee80211com * ic,uint32_t cipher_suite) ieee80211_set_software_ciphers() argument
453 ieee80211_set_hardware_ciphers(struct ieee80211com * ic,uint32_t cipher_suite) ieee80211_set_hardware_ciphers() argument
464 ieee80211_set_driver_keymgmt_suites(struct ieee80211com * ic,uint32_t keymgmt_set) ieee80211_set_driver_keymgmt_suites() argument
474 struct ieee80211com *ic; ieee80211_find_com() local
488 struct ieee80211com *ic; ieee80211_iterate_coms() local
534 struct ieee80211com *ic = vap->iv_ic; ieee80211_get_counter() local
558 ieee80211_vap_setup(struct ieee80211com * ic,struct ieee80211vap * vap,const char name[IFNAMSIZ],int unit,enum ieee80211_opmode opmode,int flags,const uint8_t bssid[IEEE80211_ADDR_LEN]) ieee80211_vap_setup() argument
699 struct ieee80211com *ic = vap->iv_ic; ieee80211_vap_attach() local
761 struct ieee80211com *ic = vap->iv_ic; ieee80211_vap_detach() local
842 struct ieee80211com *ic = vap->iv_ic; ieee80211_promisc() local
864 struct ieee80211com *ic = vap->iv_ic; ieee80211_allmulti() local
885 ieee80211_syncflag_locked(struct ieee80211com * ic,int flag) ieee80211_syncflag_locked() argument
907 struct ieee80211com *ic = vap->iv_ic; ieee80211_syncflag() local
925 ieee80211_syncflag_ht_locked(struct ieee80211com * ic,int flag) ieee80211_syncflag_ht_locked() argument
947 struct ieee80211com *ic = vap->iv_ic; ieee80211_syncflag_ht() local
965 ieee80211_syncflag_vht_locked(struct ieee80211com * ic,int flag) ieee80211_syncflag_vht_locked() argument
987 struct ieee80211com *ic = vap->iv_ic; ieee80211_syncflag_vht() local
1005 ieee80211_syncflag_ext_locked(struct ieee80211com * ic,int flag) ieee80211_syncflag_ext_locked() argument
1027 struct ieee80211com *ic = vap->iv_ic; ieee80211_syncflag_ext() local
1108 ieee80211_chan2ieee(struct ieee80211com * ic,const struct ieee80211_channel * c) ieee80211_chan2ieee() argument
1776 ieee80211_find_channel(struct ieee80211com * ic,int freq,int flags) ieee80211_find_channel() argument
1795 ieee80211_find_channel_byieee(struct ieee80211com * ic,int ieee,int flags) ieee80211_find_channel_byieee() argument
1837 struct ieee80211com *ic = vap->iv_ic; ieee80211_lookup_channel_rxstatus() local
1938 ieee80211_media_setup(struct ieee80211com * ic,struct ifmedia * media,int caps,int addsta,ifm_change_cb_t media_change,ifm_stat_cb_t media_stat) ieee80211_media_setup() argument
2048 ieee80211_get_suprates(struct ieee80211com * ic,const struct ieee80211_channel * c) ieee80211_get_suprates() argument
2056 ieee80211_get_suphtrates(struct ieee80211com * ic,const struct ieee80211_channel * c) ieee80211_get_suphtrates() argument
2063 ieee80211_announce(struct ieee80211com * ic) ieee80211_announce() argument
2090 ieee80211_announce_channels(struct ieee80211com * ic) ieee80211_announce_channels() argument
2273 struct ieee80211com *ic = vap->iv_ic; ieee80211_media_status() local
2317 ieee80211_setmode(struct ieee80211com * ic,enum ieee80211_phymode mode) ieee80211_setmode() argument
2396 ieee80211_rate2media(struct ieee80211com * ic,int rate,enum ieee80211_phymode mode) ieee80211_rate2media() argument
2643 ieee80211_mac_hash(const struct ieee80211com * ic,const uint8_t addr[IEEE80211_ADDR_LEN]) ieee80211_mac_hash() argument
[all...]
H A Dieee80211_scan_sw.c96 ieee80211_swscan_detach(struct ieee80211com *ic) in ieee80211_swscan_detach() argument
98 struct ieee80211_scan_state *ss = ic->ic_scan; in ieee80211_swscan_detach()
102 ieee80211_draintask(ic, &SCAN_PRIVATE(ss)->ss_scan_start); in ieee80211_swscan_detach()
103 taskqueue_drain_timeout(ic->ic_tq, in ieee80211_swscan_detach()
105 KASSERT((ic->ic_flags & IEEE80211_F_SCAN) == 0, in ieee80211_swscan_detach()
119 ic->ic_scan = NULL; in ieee80211_swscan_detach()
137 struct ieee80211com *ic = vap->iv_ic; in ieee80211_swscan_vdetach() local
138 struct ieee80211_scan_state *ss = ic->ic_scan; in ieee80211_swscan_vdetach()
140 IEEE80211_LOCK_ASSERT(ic); in ieee80211_swscan_vdetach()
143 (ic in ieee80211_swscan_vdetach()
150 struct ieee80211com *ic = vap->iv_ic; ieee80211_swscan_set_scan_duration() local
169 struct ieee80211com *ic = vap->iv_ic; ieee80211_swscan_start_scan_locked() local
244 struct ieee80211com *ic = vap->iv_ic; ieee80211_swscan_start_scan() local
271 struct ieee80211com *ic = vap->iv_ic; ieee80211_swscan_check_scan() local
334 struct ieee80211com *ic = vap->iv_ic; ieee80211_swscan_bg_scan() local
431 struct ieee80211com *ic = vap->iv_ic; cancel_scan() local
509 struct ieee80211com *ic = vap->iv_ic; ieee80211_swscan_scan_done() local
527 struct ieee80211com *ic = vap->iv_ic; ieee80211_swscan_probe_curchan() local
564 struct ieee80211com *ic = ss->ss_ic; scan_curchan() local
581 struct ieee80211com *ic = ss->ss_ic; scan_signal() local
595 struct ieee80211com *ic = ss->ss_ic; scan_signal_locked() local
627 struct ieee80211com *ic = ss->ss_ic; scan_start() local
682 struct ieee80211com *ic = ss->ss_ic; scan_curchan_task() local
790 struct ieee80211com *ic = ss->ss_ic; scan_end() local
897 struct ieee80211com *ic = ss->ss_ic; scan_done() local
957 struct ieee80211com *ic = vap->iv_ic; ieee80211_swscan_add_scan() local
1019 ieee80211_swscan_attach(struct ieee80211com * ic) ieee80211_swscan_attach() argument
[all...]
H A Dieee80211_proto.c265 ieee80211_proto_attach(struct ieee80211com *ic) in ieee80211_proto_attach() argument
270 hdrlen = ic->ic_headroom in ieee80211_proto_attach()
276 //ic->ic_protmode = IEEE80211_PROT_CTSONLY; in ieee80211_proto_attach()
278 TASK_INIT(&ic->ic_parent_task, 0, parent_updown, ic); in ieee80211_proto_attach()
279 TASK_INIT(&ic->ic_mcast_task, 0, update_mcast, ic); in ieee80211_proto_attach()
280 TASK_INIT(&ic->ic_promisc_task, 0, update_promisc, ic); in ieee80211_proto_attach()
281 TASK_INIT(&ic->ic_chan_task, 0, update_channel, ic); in ieee80211_proto_attach()
282 TASK_INIT(&ic->ic_bmiss_task, 0, beacon_miss, ic); in ieee80211_proto_attach()
283 TASK_INIT(&ic->ic_chw_task, 0, update_chw, ic); in ieee80211_proto_attach()
284 TASK_INIT(&ic->ic_restart_task, 0, restart_vaps, ic); in ieee80211_proto_attach()
[all …]
H A Dieee80211_regdomain.c49 null_getradiocaps(struct ieee80211com *ic, int maxchan, in null_getradiocaps() argument
53 if (maxchan > ic->ic_nchans) in null_getradiocaps()
54 maxchan = ic->ic_nchans; in null_getradiocaps()
55 memcpy(c, ic->ic_channels, maxchan*sizeof(struct ieee80211_channel)); in null_getradiocaps()
60 null_setregdomain(struct ieee80211com *ic, in null_setregdomain() argument
68 ieee80211_regdomain_attach(struct ieee80211com *ic) in ieee80211_regdomain_attach() argument
70 if (ic->ic_regdomain.regdomain == 0 && in ieee80211_regdomain_attach()
71 ic->ic_regdomain.country == CTRY_DEFAULT) { in ieee80211_regdomain_attach()
72 ic->ic_regdomain.location = ' '; /* both */ in ieee80211_regdomain_attach()
75 ic->ic_getradiocaps = null_getradiocaps; in ieee80211_regdomain_attach()
[all …]
/freebsd-src/share/man/man4/
H A Dddb.4106 .Ic examine
108 .Ic write
188 .It Ic help
193 .Ic examine Ns Op Li / Ns Cm AISabcdghilmorsuxz ...
197 .Ic x Ns Op Li / Ns Cm AISabcdghilmorsuxz ...
252 .It Ic xf
255 .Ic examine
259 .It Ic xb
262 .Ic examine
267 .It Ic prin
[all...]
/freebsd-src/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.1299 .It Ic auth Ar argument ...
305 .It Ic disable Ar type
310 .It Ic enable Ar type
315 .It Ic status
319 .It Ic close
323 .It Ic display Ar argument ...
329 .It Ic encrypt Ar argument ...
340 .It Ic disable Ar type Xo
349 .It Ic enable Ar type Xo
357 .It Ic input
[all …]
/freebsd-src/usr.bin/mail/
H A Dmail.1213 .Pq Ic d
216 .Pq Ic r
223 .Pq Ic u
228 .Pq Ic x
283 .Pq Ic q
358 .It Ic \-
366 .It Ic #
368 .It Ic \&?
370 .It Ic \&!
377 .It Ic Print
[all …]
/freebsd-src/contrib/telnet/telnet/
H A Dtelnet.1361 .It Ic auth Ar argument ...
369 .It Ic disable Ar type
375 .It Ic enable Ar type
381 .It Ic status
385 .It Ic close
389 .It Ic display Ar argument ...
395 .It Ic encrypt Ar argument ...
404 .It Ic disable Ar type Xo
415 .It Ic enable Ar type Xo
425 .It Ic input
[all …]
/freebsd-src/usr.sbin/wpa/wpa_cli/
H A Dwpa_cli.8199 .It Ic status
201 .It Ic ifname
204 .It Ic ping
211 .It Ic mib
213 .It Ic help
215 .It Ic interface Op Ar ifname
218 .It Ic level Ar debug_level
222 .It Ic license
225 .It Ic logoff
229 .It Ic logon
[all …]
/freebsd-src/usr.sbin/cdcontrol/
H A Dcdcontrol.173 .It Ic play Ar first_track Op Ar last_track
102 .It Ic play Op # Ns Ar start_block Op Ar length
108 .It Ic next Op Ar tracks
110 .It Ic prev Op Ar tracks
112 .It Ic pause
115 .It Ic resume
120 .It Ic stop
122 .It Ic eject
124 .It Ic close
126 .It Ic volume
[all …]
/freebsd-src/sys/dev/iscsi/
H A Dicl_soft.c72 struct icl_conn ic; member
175 icl_conn_fail(struct icl_conn *ic) in icl_conn_fail() argument
177 if (ic->ic_socket == NULL) in icl_conn_fail()
183 ic->ic_socket->so_error = EDOOFUS; in icl_conn_fail()
184 (ic->ic_error)(ic); in icl_conn_fail()
188 icl_soft_conn_pdu_free(struct icl_conn *ic, struct icl_pdu *ip) in icl_soft_conn_pdu_free() argument
198 refcount_release(&ic->ic_outstanding_pdus); in icl_soft_conn_pdu_free()
246 icl_soft_conn_new_pdu(struct icl_conn *ic, int flags) in icl_soft_conn_new_pdu() argument
252 refcount_acquire(&ic in icl_soft_conn_new_pdu()
301 icl_soft_conn_pdu_data_segment_length(struct icl_conn * ic,const struct icl_pdu * request) icl_soft_conn_pdu_data_segment_length() argument
566 struct icl_conn *ic = &isc->ic; icl_conn_receive_pdu() local
692 struct icl_conn *ic = &isc->ic; icl_conn_receive_pdus() local
732 struct icl_conn *ic = &isc->ic; icl_receive_thread() local
824 struct icl_conn *ic; icl_pdu_finalize() local
878 struct icl_conn *ic = &isc->ic; icl_conn_send_pdus() local
1004 struct icl_conn *ic; icl_send_thread() local
1074 struct icl_conn *ic; icl_soupcall_send() local
1110 icl_soft_conn_pdu_append_bio(struct icl_conn * ic,struct icl_pdu * request,struct bio * bp,size_t offset,size_t len,int flags) icl_soft_conn_pdu_append_bio() argument
1221 icl_soft_conn_pdu_append_data(struct icl_conn * ic,struct icl_pdu * request,const void * addr,size_t len,int flags) icl_soft_conn_pdu_append_data() argument
1269 icl_soft_conn_pdu_get_bio(struct icl_conn * ic,struct icl_pdu * ip,size_t pdu_off,struct bio * bp,size_t bio_off,size_t len) icl_soft_conn_pdu_get_bio() argument
1302 icl_soft_conn_pdu_get_data(struct icl_conn * ic,struct icl_pdu * ip,size_t off,void * addr,size_t len) icl_soft_conn_pdu_get_data() argument
1310 icl_soft_conn_pdu_queue(struct icl_conn * ic,struct icl_pdu * ip) icl_soft_conn_pdu_queue() argument
1317 icl_soft_conn_pdu_queue_cb(struct icl_conn * ic,struct icl_pdu * ip,icl_pdu_cb cb) icl_soft_conn_pdu_queue_cb() argument
1351 struct icl_conn *ic; icl_soft_new_conn() local
1375 icl_soft_conn_free(struct icl_conn * ic) icl_soft_conn_free() argument
1391 icl_conn_start(struct icl_conn * ic) icl_conn_start() argument
1505 icl_soft_conn_handoff(struct icl_conn * ic,int fd) icl_soft_conn_handoff() argument
1568 icl_soft_conn_close(struct icl_conn * ic) icl_soft_conn_close() argument
1637 icl_soft_conn_task_setup(struct icl_conn * ic,struct icl_pdu * ip,struct ccb_scsiio * csio,uint32_t * task_tagp,void ** prvp) icl_soft_conn_task_setup() argument
1645 icl_soft_conn_task_done(struct icl_conn * ic,void * prv) icl_soft_conn_task_done() argument
1650 icl_soft_conn_transfer_setup(struct icl_conn * ic,struct icl_pdu * ip,union ctl_io * io,uint32_t * transfer_tag,void ** prvp) icl_soft_conn_transfer_setup() argument
1658 icl_soft_conn_transfer_done(struct icl_conn * ic,void * prv) icl_soft_conn_transfer_done() argument
1676 icl_soft_conn_connect(struct icl_conn * ic,int domain,int socktype,int protocol,struct sockaddr * from_sa,struct sockaddr * to_sa) icl_soft_conn_connect() argument
1685 icl_soft_handoff_sock(struct icl_conn * ic,struct socket * so) icl_soft_handoff_sock() argument
[all...]
/freebsd-src/usr.bin/units/
H A Dunits.189 .Dq Ic ^
91 .Dq Ic cm3
94 .Dq Ic cm^3 .
108 .Pq Dq Ic / .
112 .Pq Dq Ic \&| Ns .
117 .Dq Ic m/s/s
119 .Dq Ic m/s^2
121 .Dq Ic m/s s .
142 .Dq Ic pound
146 .Dq Ic pound force
[all …]
/freebsd-src/sys/dev/wtap/
H A Dif_wtap.c280 struct ieee80211com *ic = vap->iv_ic; in wtap_newstate() local
281 struct wtap_softc *sc = ic->ic_softc; in wtap_newstate()
359 wtap_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], in wtap_vap_create() argument
364 struct wtap_softc *sc = ic->ic_softc; in wtap_vap_create()
377 error = ieee80211_vap_setup(ic, vap, name, unit, opmode, in wtap_vap_create()
422 wtap_parent(struct ieee80211com *ic) in wtap_parent() argument
424 struct wtap_softc *sc = ic->ic_softc; in wtap_parent()
426 if (ic->ic_nrunning > 0) { in wtap_parent()
428 ieee80211_start_all(ic); in wtap_parent()
434 wtap_scan_start(struct ieee80211com *ic) in wtap_scan_start() argument
[all …]
/freebsd-src/contrib/ntp/ntpq/
H A Dntpq-opts.def226 .It Ic ? Op Ar command
227 .It Ic help Op Ar command
237 .It Ic addvars Ar name Ns Oo \&= Ns Ar value Oc Ns Op ,...
238 .It Ic rmvars Ar name Ns Op ,...
239 .It Ic clearvars
240 .It Ic showvars
252 .Ic readlist
254 .Ic writelist
257 .Ic addvars
263 .Ic rmvar
[all...]
/freebsd-src/contrib/libxo/xo/
H A Dxo.137 .It Ic --close Ar path
39 .It Ic -C | Ic --continuation
43 .It Ic --depth Ar num
45 .It Ic --help
47 .It Ic -H | Ic --html
49 .It Ic -J | Ic --json
51 .It Ic --leading-xpath Ar path
53 .It Ic --not-first
57 .It Ic --open Ar path
59 .It Ic -p | Ic --pretty
[all …]
/freebsd-src/usr.sbin/ypldap/
H A Dypldap.conf.596 .Ic attribute Ar name Ic maps to Ar string
104 .It Ic basedn Ar string
106 .It Ic groupdn Ar string
110 .It Ic bindcred Ar string
112 .It Ic binddn Ar string
114 .It Ic fixed attribute Ar attribute string
118 .It Ic group filter Ar string
121 .Ic list Ar name Ic maps to Ar string
134 .It Ic name
135 .It Ic passwd
[all …]
/freebsd-src/usr.sbin/ctld/
H A Dctl.conf.573 .It Ic auth-group Ar name
79 .It Ic debug Ar level
82 .It Ic maxproc Ar number
87 .It Ic pidfile Ar path
91 .It Ic portal-group Ar name
97 .It Ic lun Ar name
101 .It Ic target Ar name
107 .It Ic timeout Ar seconds
112 .It Ic isns-server Ar address
114 .It Ic isns-period Ar seconds
[all …]
/freebsd-src/sbin/hastd/
H A Dhast.conf.5140 .Bl -tag -width ".Ic xxxx"
141 .It Ic control Aq addr
154 .It Ic pidfile Aq path
162 .It Ic listen Aq addr
187 .It Ic replication Aq mode
190 .Bl -tag -width ".Ic xxxx"
191 .It Ic memsync
214 .It Ic fullsync
219 .It Ic async
227 .It Ic checksum Aq algorithm
[all …]

12345678910>>...36