/freebsd/share/man/man1/ |
H A D | builtin.1 | 56 .It Ic \&! Ta \&No Ta \&No Ta Yes 57 .It Ic % Ta \&No Ta Yes Ta \&No 58 .It Ic \&. Ta \&No Ta \&No Ta Yes 59 .It Ic \&: Ta \&No Ta Yes Ta Yes 60 .It Ic @ Ta \&No Ta Yes Ta \&No 61 .It Ic \&[ Ta Yes Ta \&No Ta Yes 62 .It Ic { Ta \&No Ta \&No Ta Yes 63 .It Ic } Ta \&No Ta \&No Ta Yes 64 .It Ic alias Ta No* Ta Yes Ta Yes 65 .It Ic alloc Ta \&No Ta Yes Ta \&No [all …]
|
/freebsd/contrib/libedit/ |
H A D | editline.7 | 108 .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 D | roff.7 | 145 .Ic \ef 147 .Ic \&ft 184 .Ic \ef 186 .Ic \&ft 364 .Ic \&de 421 .It Ic \&ab Op Ar message 424 .It Ic \&ad Op Cm b | c | l | n | r 427 .It Ic \&af Ar registername format 430 .It Ic \&aln Ar newname oldname 433 .It Ic \ [all...] |
H A D | mdoc.7 | 97 .Ic \&Dd , 98 .Ic \&Dt , 100 .Ic \&Os 104 .Ic \&Sh ) 106 .Ic \&Nm 108 .Ic \&Nd . 188 .Ic \&Nm 190 .Ic \&Nd 194 .Ic \&Nm 196 .Ic \ [all...] |
H A D | man.7 | 76 .Ic TH 92 .It Ic TH Ta set the title: Ar name section date Op Ar source Op Ar volume 93 .It Ic AT Ta display AT&T UNIX version in the page footer (<= 2 arguments) 94 .It Ic UC Ta display BSD version in the page footer (<= 1 argument) 98 .It Ic SH Ta section header (one line) 99 .It Ic SS Ta subsection header (one line) 100 .It Ic PP Ta start an undecorated paragraph (no arguments) 101 .It Ic IP Ta indented paragraph: Op Ar head Op Ar width 102 .It Ic TP Ta tagged paragraph: Op Ar width 103 .It Ic H [all...] |
/freebsd/usr.sbin/acpi/acpidb/ |
H A D | acpidb.8 | 46 .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/libexec/nuageinit/ |
H A D | nuageinit.7 | 104 .It Ic hostname 106 .It Ic public_keys 116 .It Ic links 118 .It Ic networks 141 .It Ic fqdn 143 .It Ic hostname 145 .Qq Ic fqdn 147 .It Ic timezone 152 .It Ic groups 165 .It Ic ssh_keys [all …]
|
/freebsd/share/man/man4/ |
H A D | ddb.4 | 188 .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 D | ieee80211_dfs.c | 95 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 D | ieee80211.c | 93 static void ieee80211_syncflag_locked(struct ieee80211com *ic, int flag); 94 static void ieee80211_syncflag_ht_locked(struct ieee80211com *ic, int flag); 95 static void ieee80211_syncflag_ext_locked(struct ieee80211com *ic, int flag); 96 static void ieee80211_syncflag_vht_locked(struct ieee80211com *ic, int flag); 97 static int ieee80211_media_setup(struct ieee80211com *ic, 131 ieee80211_chan_init(struct ieee80211com *ic) in ieee80211_chan_init() argument 134 if (ic->ic_sup_rates[m].rs_nrates == 0) \ in ieee80211_chan_init() 135 ic->ic_sup_rates[m] = def; \ in ieee80211_chan_init() 140 KASSERT(0 < ic->ic_nchans && ic->ic_nchans <= IEEE80211_CHAN_MAX, in ieee80211_chan_init() 141 ("invalid number of channels specified: %u", ic->ic_nchans)); in ieee80211_chan_init() [all …]
|
H A D | ieee80211_scan_sw.c | 95 ieee80211_swscan_detach(struct ieee80211com *ic) in ieee80211_swscan_detach() argument 97 struct ieee80211_scan_state *ss = ic->ic_scan; in ieee80211_swscan_detach() 101 ieee80211_draintask(ic, &SCAN_PRIVATE(ss)->ss_scan_start); in ieee80211_swscan_detach() 102 taskqueue_drain_timeout(ic->ic_tq, in ieee80211_swscan_detach() 104 KASSERT((ic->ic_flags & IEEE80211_F_SCAN) == 0, in ieee80211_swscan_detach() 118 ic->ic_scan = NULL; in ieee80211_swscan_detach() 136 struct ieee80211com *ic = vap->iv_ic; in ieee80211_swscan_vdetach() local 137 struct ieee80211_scan_state *ss = ic->ic_scan; in ieee80211_swscan_vdetach() 139 IEEE80211_LOCK_ASSERT(ic); in ieee80211_swscan_vdetach() 142 (ic->ic_flags & IEEE80211_F_SCAN)) in ieee80211_swscan_vdetach() [all …]
|
H A D | ieee80211_proto.c | 265 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 D | ieee80211_regdomain.c | 49 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 D | telnet.1 | 299 .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 D | mail.1 | 213 .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 D | telnet.1 | 361 .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 D | wpa_cli.8 | 199 .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 D | cdcontrol.1 | 73 .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 D | icl_soft.c | 72 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 D | ntpq-opts.def | 226 .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 D | if_wtap.c | 277 struct ieee80211com *ic = vap->iv_ic; in wtap_newstate() local 278 struct wtap_softc *sc = ic->ic_softc; in wtap_newstate() 356 wtap_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], in wtap_vap_create() argument 361 struct wtap_softc *sc = ic->ic_softc; in wtap_vap_create() 374 error = ieee80211_vap_setup(ic, vap, name, unit, opmode, in wtap_vap_create() 419 wtap_parent(struct ieee80211com *ic) in wtap_parent() argument 421 struct wtap_softc *sc = ic->ic_softc; in wtap_parent() 423 if (ic->ic_nrunning > 0) { in wtap_parent() 425 ieee80211_start_all(ic); in wtap_parent() 431 wtap_scan_start(struct ieee80211com *ic) in wtap_scan_start() argument [all …]
|
/freebsd/usr.bin/units/ |
H A D | units.1 | 89 .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 D | xo.1 | 37 .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 D | ctl.conf.5 | 87 .It Ic auth-group Ar name 93 .It Ic debug Ar level 96 .It Ic maxproc Ar number 101 .It Ic pidfile Ar path 105 .It Ic portal-group Ar name 111 .It Ic transport-group Ar name 117 .It Ic lun Ar name 122 .It Ic target Ar name 128 .It Ic controller Ar name 134 .It Ic timeout Ar seconds [all …]
|
/freebsd/usr.sbin/ypldap/ |
H A D | ypldap.conf.5 | 96 .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 …]
|