Home
last modified time | relevance | path

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

12345678910>>...35

/freebsd/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/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/contrib/mandoc/
H A Droff.7419 .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 \&als Ar newname oldname
433 .It Ic \&am Ar macroname Op Ar endmacro
437 .It Ic \&am1 Ar macroname Op Ar endmacro
448 .It Ic \&ami Ar macrostring Op Ar endstring
453 .It Ic \&ami1 Ar macrostring Op Ar endstring
465 .It Ic \&as Ar stringname Op Ar string
[all …]
H A Dmdoc.7440 .It Ic \&Dd Ta document date: Cm $\&Mdocdate$ | Ar month day , year
441 .It Ic \&Dt Ta document title: Ar TITLE section Op Ar arch
442 .It Ic \&Os Ta operating system footer: Op Ar footer text
443 .It Ic \&Nm Ta document name (one argument)
444 .It Ic \&Nd Ta document description (one line)
448 .It Ic \&Sh Ta section header (one line)
449 .It Ic \&Ss Ta subsection header (one line)
450 .It Ic \&Sx Ta internal cross reference to a section or subsection
451 .It Ic \&Xr Ta cross reference to another manual page: Ar name section
452 .It Ic \&Tg Ta tag the definition of a Ar term Pq <= 1 arguments
[all …]
H A Dman.791 .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 PD Ta set vertical paragraph distance: Op Ar height
103 .It Ic EX , EE Ta display an example (no arguments)
[all …]
/freebsd/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/share/man/man4/
H A Dddb.4188 .It Ic help
252 .It Ic xf
259 .It Ic xb
267 .It Ic print Ns Op Li / Ns Cm acdoruxz
268 .It Ic p Ns Op Li / Ns Cm acdoruxz
292 .It Ic pprint Ns Oo Li / Ns Cm d depth Oc Oo Ar name Oc
303 .It Ic pprint struct Ns Oo Li / Ns Cm d depth Ic Oc Oo Ar name Oc Ns Op Ns Ar addr
343 .It Ic set Li $ Ns Ar variable Oo Li = Oc Ar expr
348 .It Ic break Ns Oo Li / Ns Cm u Oc Oo Ar addr Oc Ns Op , Ns Ar count
349 .It Ic b Ns Oo Li / Ns Cm u Oc Oo Ar addr Oc Ns Op , Ns Ar count
[all …]
/freebsd/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->ic_nchans <= IEEE80211_CHAN_MAX, in ieee80211_chan_init()
142 ("invalid number of channels specified: %u", ic->ic_nchans)); in ieee80211_chan_init()
[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/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/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/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/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/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/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->ic_outstanding_pdus); in icl_soft_conn_new_pdu()
258 refcount_release(&ic->ic_outstanding_pdus); in icl_soft_conn_new_pdu()
[all …]
/freebsd/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 rmvars
[all …]
/freebsd/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
443 wtap_scan_end(struct ieee80211com * ic) wtap_scan_end() argument
452 wtap_set_channel(struct ieee80211com * ic) wtap_set_channel() argument
497 struct ieee80211com *ic = &sc->sc_ic; wtap_rx_proc() local
568 wtap_wme_update(struct ieee80211com * ic) wtap_wme_update() argument
576 wtap_update_mcast(struct ieee80211com * ic) wtap_update_mcast() argument
583 wtap_update_promisc(struct ieee80211com * ic) wtap_update_promisc() argument
590 wtap_transmit(struct ieee80211com * ic,struct mbuf * m) wtap_transmit() argument
628 struct ieee80211com *ic = ni->ni_ic; wtap_node_free() local
638 struct ieee80211com *ic = &sc->sc_ic; wtap_attach() local
724 struct ieee80211com *ic = &sc->sc_ic; wtap_detach() local
[all...]
/freebsd/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/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/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/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/contrib/tnftp/src/
H A Dftp.1346 .Bl -tag -width Ic
347 .It Ic \&! Op Ar command Op Ar args
351 .It Ic \&$ Ar macro-name Op Ar args
358 .It Ic account Op Ar passwd
363 .It Ic append Ar local-file Op Ar remote-file
379 .It Ic ascii
385 .It Ic bell
388 .It Ic binary
392 .It Ic bye
399 .It Ic case
[all …]

12345678910>>...35