| /freebsd/sys/netinet/ |
| H A D | sctp_timer.c | 169 struct sctp_nets *alt, *mnet, *min_errors_net = NULL, *max_cwnd_net = NULL; in sctp_find_alternate_net() local 326 alt = TAILQ_NEXT(net, sctp_next); in sctp_find_alternate_net() 328 alt = TAILQ_FIRST(&stcb->asoc.nets); in sctp_find_alternate_net() 332 if (alt == NULL) { in sctp_find_alternate_net() 334 alt = TAILQ_FIRST(&stcb->asoc.nets); in sctp_find_alternate_net() 338 if (alt == NULL) { in sctp_find_alternate_net() 342 if (alt->ro.ro_nh == NULL) { in sctp_find_alternate_net() 343 if (alt->ro._s_addr) { in sctp_find_alternate_net() 344 sctp_free_ifa(alt->ro._s_addr); in sctp_find_alternate_net() 345 alt->ro._s_addr = NULL; in sctp_find_alternate_net() [all …]
|
| /freebsd/share/syscons/keymaps/ |
| H A D | ce.iso2.kbd | 16 # alt-accent mark key. 24 # Alt key: The dot (del) key combined with alt will print a 25 # comma instead of a dot; alt-/ will show the division mark, 26 # and alt-* the multpilication sign. 30 # alt-` � (ogonek) and alt-~ � (cedilla) 32 # alt-! � (German double s) 33 # alt-@ � (degree) 34 # alt-# � (currency) 35 # alt-$ � (section, called paragraf in most CE languages) 36 # alt-% � (umlaut, dve bodky) [all …]
|
| H A D | sk.iso2.kbd | 23 # alt-accent mark key. 31 # Alt key: The dot (del) key combined with alt will print a 32 # comma instead of a dot; alt-/ will show the division mark, 33 # and alt-* the multpilication sign. 37 # alt-` � (ogonek) and alt-~ � (cedilla) 39 # alt-! � (German double s) 40 # alt-@ � (degree) 41 # alt-# � (currency) 42 # alt-$ � (section, called paragraf in most CE languages) 43 # alt-% � (umlaut, dve bodky) [all …]
|
| H A D | cz.iso2.kbd | 23 # alt-accent mark key. 31 # Alt key: The dot (del) key combined with alt will print a 32 # comma instead of a dot; alt-/ will show the division mark, 33 # and alt-* the multpilication sign. 37 # alt-` � (ogonek) and alt-~ � (cedilla) 39 # alt-! � (German double s) 40 # alt-@ � (degree) 41 # alt-# � (currency) 42 # alt-$ � (section, called paragraf in most CE languages) 43 # alt-% � (umlaut, dve bodky) [all …]
|
| /freebsd/share/vt/keymaps/ |
| H A D | centraleuropean.kbd | 16 # alt-accent mark key. 24 # Alt key: The dot (del) key combined with alt will print a 25 # comma instead of a dot; alt-/ will show the division mark, 26 # and alt-* the multpilication sign. 30 # alt-` ˛ (ogonek) and alt-~ ¸ (cedilla) 32 # alt-! ß (German double s) 33 # alt-@ ° (degree) 34 # alt-# ¤ (currency) 35 # alt-$ § (section, called paragraf in most CE languages) 36 # alt-% ¨ (umlaut, dve bodky) [all …]
|
| H A D | centraleuropean.qwerty.kbd | 16 # alt-accent mark key. 24 # Alt key: The dot (del) key combined with alt will print a 25 # comma instead of a dot; alt-/ will show the division mark, 26 # and alt-* the multpilication sign. 30 # alt-` ˛ (ogonek) and alt-~ ¸ (cedilla) 32 # alt-! ß (German double s) 33 # alt-@ ° (degree) 34 # alt-# ¤ (currency) 35 # alt-$ § (section, called paragraf in most CE languages) 36 # alt-% ¨ (umlaut, dve bodky) [all …]
|
| H A D | sk.kbd | 23 # alt-accent mark key. 31 # Alt key: The dot (del) key combined with alt will print a 32 # comma instead of a dot; alt-/ will show the division mark, 33 # and alt-* the multpilication sign. 37 # alt-` ˛ (ogonek) and alt-~ ¸ (cedilla) 39 # alt-! ß (German double s) 40 # alt-@ ° (degree) 41 # alt-# ¤ (currency) 42 # alt-$ § (section, called paragraf in most CE languages) 43 # alt-% ¨ (umlaut, dve bodky) [all …]
|
| H A D | us.intl.acc.kbd | 4 # alt shift 9 yields 0x93 (original: empty) 5 # alt shift 0 yields 0x94 (original: empty) 6 # alt shift - yields � (original: empty) 7 # alt shift . yields � (original: empty) 8 # alt shift / yields � (original: empty) 12 # alt 13 # scan cntrl alt alt cntrl lock 14 # code base shift cntrl shift alt shift cntrl shift state
|
| /freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | openbmc-flash-layout-64-alt.dtsi | 13 label = "alt-u-boot"; 18 label = "alt-u-boot-env"; 23 label = "alt-kernel"; 28 label = "alt-rofs"; 33 label = "alt-rwfs";
|
| /freebsd/contrib/tcsh/ |
| H A D | eight-bit.me | 85 alt["bracketright"] = "Aring"; alt["braceright"] = "aring"; 86 alt["bracketleft"] = "Adiaeresis"; alt["braceleft"] = "adiaeresis"; 87 alt["backslash"] = "Odiaeresis"; alt["bar"] = "odiaeresis"; 89 NF >= 5 && (alt[$3] != "" || alt[$5] != "") { 91 if (alt[$3] != "") printf "%s ", alt[$3]; 93 printf "%s\\n", alt[$5]; 96 alt[$3] != "" { 97 printf "keycode %s = %s %s %s\\n", $1, $3, $3, alt[$3];
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
| H A D | tst.substr.d | 36 int alt; member 166 command[i].alt = 1; 171 command[i].alt = 1; 183 this->str = command[i].alt ? altstr : str; 184 this->str2 = command[i].alt ? altstr2 : str2; 185 this->result = substr(command[i].alt ? 206 this->str = command[i].alt ? altstr : str; 207 this->str2 = command[i].alt ? altstr2 : str2; 208 this->result = substr(command[i].alt ?
|
| /freebsd/lib/libc/stdio/ |
| H A D | xprintf_float.c | 187 if (pi->alt) in __printf_render_float() 277 if (pi->alt) in __printf_render_float() 288 if (!pi->alt) in __printf_render_float() 295 if (prec > 1 || pi->alt) in __printf_render_float() 304 if (prec || pi->alt) in __printf_render_float() 373 if (prec || pi->alt) in __printf_render_float() 397 if (prec || pi->alt) in __printf_render_float() 402 if (prec > 1 || pi->alt) { in __printf_render_float()
|
| /freebsd/contrib/wpa/wpa_supplicant/examples/ |
| H A D | dpp-nfc.py | 269 def dpp_handover_client(handover, alt=False): argument 270 summary("About to start run_dpp_handover_client (alt=%s)" % str(alt)) 271 if alt: 273 run_dpp_handover_client(handover, alt) 274 summary("Done run_dpp_handover_client (alt=%s)" % str(alt)) 276 def run_client_alt(handover, alt): argument 277 if handover.start_client_alt and not alt: 280 dpp_handover_client(handover, alt=True) 329 def run_dpp_handover_client(handover, alt=False): argument 331 if alt: [all …]
|
| /freebsd/contrib/libedit/ |
| H A D | map.c | 916 el->el_map.alt = el_calloc(N_KEYS, sizeof(*el->el_map.alt)); in map_init() 917 if (el->el_map.alt == NULL) in map_init() 957 el_free(el->el_map.alt); in map_end() 959 el->el_map.alt = NULL; in map_end() 1001 el_action_t *alt = el->el_map.alt; in map_init_meta() local 1007 for (i = 0; i <= 0377 && alt[i] != EM_META_NEXT; i++) in map_init_meta() 1012 map = alt; in map_init_meta() 1014 map = alt; in map_init_meta() 1041 el_action_t *alt = el->el_map.alt; in map_init_vi() local 1052 alt[i] = vic[i]; in map_init_vi() [all …]
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
| H A D | tanf_3u3.c | 160 uint32_t alt = (uint32_t) n & 1; in tanf() local 163 float z = alt ? -r : r; in tanf() 167 float offset = alt ? 1.0f / z : z; in tanf() 168 float scale = alt ? z : z * z2; in tanf() 171 float p = alt ? eval_Q (z2) : eval_P (z2); in tanf()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_riscv64.h | 52 #define DEFINE_GPR64_ALT(reg, alt, generic_kind) \ argument 54 #reg, #alt, 8, GPR_OFFSET(gpr_##reg##_riscv - gpr_first_riscv), \ 61 #define DEFINE_FPR64_ALT(reg, alt, generic_kind) DEFINE_FPR_ALT(reg, alt, 8, generic_kind) argument 63 #define DEFINE_FPR_ALT(reg, alt, size, generic_kind) \ argument 65 #reg, #alt, size, FPR_OFFSET(fpr_##reg##_riscv - fpr_first_riscv), \ 74 #define DEFINE_VPR_ALT(reg, alt, generic_kind) \ argument 76 #reg, #alt, 16, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \
|
| H A D | RegisterInfos_mips.h | 33 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3) \ argument 35 #reg, alt, sizeof(((GPR_linux_mips *) NULL)->reg) / 2, \ 47 #define DEFINE_FPR(reg, alt, kind1, kind2, kind3) \ argument 49 #reg, alt, sizeof(((FPR_linux_mips *) NULL)->reg), \ 57 #define DEFINE_FPR_INFO(reg, alt, kind1, kind2, kind3) \ argument 59 #reg, alt, sizeof(((FPR_linux_mips *) NULL)->reg), \ 66 #define DEFINE_MSA(reg, alt, kind1, kind2, kind3, kind4) \ argument 68 #reg, alt, sizeof(((MSA_linux_mips *) 0)->reg), \ 75 #define DEFINE_MSA_INFO(reg, alt, kind1, kind2, kind3, kind4) \ argument 77 #reg, alt, sizeof(((MSA_linux_mips *) 0)->reg), \
|
| H A D | RegisterInfos_mips64.h | 27 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument 29 #reg, alt, sizeof(((GPR_freebsd_mips *) 0)->reg), \ 36 #define DEFINE_FPR(reg, alt, kind1, kind2, kind3) \ argument 38 #reg, alt, sizeof(((FPR_freebsd_mips *) 0)->reg), \ 45 #define DEFINE_FPR_INFO(reg, alt, kind1, kind2, kind3) \ argument 47 #reg, alt, sizeof(((FPR_freebsd_mips *) 0)->reg), \
|
| /freebsd/contrib/ncurses/include/ |
| H A D | Caps-ncurses | 420 userdef kDC3 str - alt delete-character 421 userdef kDC4 str - shift+alt delete-character 424 userdef kDC7 str - alt+control delete-character 426 userdef kDN3 str - alt down-cursor 427 userdef kDN4 str - shift+alt down-cursor 430 userdef kDN7 str - alt+control down-cursor 431 userdef kEND3 str - alt end 432 userdef kEND4 str - shift+alt end 435 userdef kEND7 str - alt+control end 436 userdef kHOM3 str - alt home [all …]
|
| H A D | Caps.keys | 36 # is illustrates an experimental extension to describe alt-, shift- and 700 key_a_delete kadelete str %s KEY_A_DELETE + ----- alt- delete-character key 701 key_a_end kaend str %t KEY_A_END + ----- alt- end key 702 key_a_home kahom str %u KEY_A_HOME + ----- alt- home key 703 key_a_insert kainsert str %v KEY_A_INSERT + ----- alt- insert-character key 704 key_a_left kalft str %w KEY_A_LEFT + ----- alt- left-arrow key 705 key_a_next kanxt str %x KEY_A_NEXT + ----- alt- next key 706 key_a_previous kaprv str %y KEY_A_PREVIOUS + ----- alt- previous key 707 key_a_print kaprt str %z KEY_A_PRINT + ----- alt- print key 708 key_a_right karit str %! KEY_A_RIGHT + ----- alt- right-arrow key [all …]
|
| /freebsd/usr.bin/rpcgen/ |
| H A D | rpc_cout.c | 206 const char *alt = NULL; in print_ifstat() local 221 alt = "string"; in print_ifstat() 223 alt = "opaque"; in print_ifstat() 225 if (alt) { in print_ifstat() 226 print_ifopen(indent, alt); in print_ifstat() 234 if (!alt) { in print_ifstat() 240 alt = "string"; in print_ifstat() 242 alt = "bytes"; in print_ifstat() 245 print_ifopen(indent, alt); in print_ifstat() 248 if (alt) { in print_ifstat() [all …]
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/ |
| H A D | tst.provregex2.ksh | 81 void *alt; 86 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL)) 92 if ((alt_go = dlsym(alt, "go")) == NULL) {
|
| H A D | tst.provregex4.ksh | 104 void *alt; 109 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL)) 115 if ((alt_go = dlsym(alt, "go")) == NULL) {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaRegisterInfo.td | 29 class ARReg<bits<4> num, string n, list<string> alt = []> : XtensaReg<n> { 31 let AltNames = alt; 70 class SRReg<bits<8> num, string n, list<string> alt = []> : XtensaReg<n> { 72 let AltNames = alt;
|
| /freebsd/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_qp.c | 706 qp->alt.vid = 0xFFFF; in create_qp_common() 712 qp->alt.vid = 0xFFFF; in create_qp_common() 1041 if (qp->alt.smac) { in destroy_qp_common() 1042 mlx4_unregister_mac(dev->dev, qp->alt.smac_port, qp->alt.smac); in destroy_qp_common() 1043 qp->alt.smac = 0; in destroy_qp_common() 1051 if (qp->alt.vid < 0x1000) { in destroy_qp_common() 1052 mlx4_unregister_vlan(dev->dev, qp->alt.vlan_port, qp->alt.vid); in destroy_qp_common() 1053 qp->alt.vid = 0xFFFF; in destroy_qp_common() 1054 qp->alt.candidate_vid = 0xFFFF; in destroy_qp_common() 1055 qp->alt.update_vid = 0; in destroy_qp_common() [all …]
|