Searched refs:alt (Results 1 - 25 of 88) sorted by relevance

1234

/freebsd-current/sys/netinet/
H A Dsctp_timer.c170 struct sctp_nets *alt, *mnet, *min_errors_net = NULL, *max_cwnd_net = NULL; local
327 alt = TAILQ_NEXT(net, sctp_next);
329 alt = TAILQ_FIRST(&stcb->asoc.nets);
333 if (alt == NULL) {
335 alt = TAILQ_FIRST(&stcb->asoc.nets);
339 if (alt == NULL) {
343 if (alt->ro.ro_nh == NULL) {
344 if (alt->ro._s_addr) {
345 sctp_free_ifa(alt->ro._s_addr);
346 alt
481 sctp_mark_all_for_resend(struct sctp_tcb *stcb, struct sctp_nets *net, struct sctp_nets *alt, int window_probe, int *num_marked, int *num_abandoned) argument
816 struct sctp_nets *alt; local
1030 struct sctp_nets *alt; local
1053 struct sctp_nets *alt; local
1116 struct sctp_nets *alt, *net; local
1180 struct sctp_nets *alt; local
1300 struct sctp_nets *alt; local
1323 struct sctp_nets *alt; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh81 void *alt;
86 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
92 if ((alt_go = dlsym(alt, "go")) == NULL) {
H A Dtst.provregex4.ksh104 void *alt;
109 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
115 if ((alt_go = dlsym(alt, "go")) == NULL) {
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.substr.d36 int alt;
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-current/lib/libc/stdio/
H A Dxprintf_float.c187 if (pi->alt)
277 if (pi->alt)
288 if (!pi->alt)
295 if (prec > 1 || pi->alt)
304 if (prec || pi->alt)
373 if (prec || pi->alt)
397 if (prec || pi->alt)
402 if (prec > 1 || pi->alt) {
H A Dxprintf_vis.c70 else if (pi->alt)
H A Dxprintf_hexdump.c74 if (pi->alt) {
H A Dxprintf_int.c366 if (pi->prec == 0 && !(pi->alt && rdx == 8))
368 } else if (pi->alt) {
467 p2.alt = 1;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_riscv64.h52 #define DEFINE_GPR64_ALT(reg, alt, generic_kind) \
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)
63 #define DEFINE_FPR_ALT(reg, alt, size, generic_kind) \
65 #reg, #alt, size, FPR_OFFSET(fpr_##reg##_riscv - fpr_first_riscv), \
74 #define DEFINE_VPR_ALT(reg, alt, generic_kind) \
76 #reg, #alt, 16, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \
H A DRegisterInfos_mips.h33 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3) \
35 #reg, alt, sizeof(((GPR_linux_mips *) NULL)->reg) / 2, \
47 #define DEFINE_FPR(reg, alt, kind1, kind2, kind3) \
49 #reg, alt, sizeof(((FPR_linux_mips *) NULL)->reg), \
57 #define DEFINE_FPR_INFO(reg, alt, kind1, kind2, kind3) \
59 #reg, alt, sizeof(((FPR_linux_mips *) NULL)->reg), \
66 #define DEFINE_MSA(reg, alt, kind1, kind2, kind3, kind4) \
68 #reg, alt, sizeof(((MSA_linux_mips *) 0)->reg), \
75 #define DEFINE_MSA_INFO(reg, alt, kind1, kind2, kind3, kind4) \
77 #reg, alt, sizeo
[all...]
H A DRegisterInfos_mips64.h27 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \
29 #reg, alt, sizeof(((GPR_freebsd_mips *) 0)->reg), \
36 #define DEFINE_FPR(reg, alt, kind1, kind2, kind3) \
38 #reg, alt, sizeof(((FPR_freebsd_mips *) 0)->reg), \
45 #define DEFINE_FPR_INFO(reg, alt, kind1, kind2, kind3) \
47 #reg, alt, sizeof(((FPR_freebsd_mips *) 0)->reg), \
H A DRegisterContextWindows_i386.cpp39 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \
41 #reg, alt, sizeof(((GPR *)nullptr)->reg), GPR_OFFSET(reg), eEncodingUint, \
H A DRegisterInfos_loongarch64.h47 #define DEFINE_GPR64_ALT(reg, alt, generic_kind) \
49 #reg, #alt, 8, GPR_OFFSET(gpr_##reg##_loongarch - gpr_first_loongarch), \
56 #define DEFINE_FPR64_ALT(reg, alt, generic_kind) \
58 #reg, #alt, 8, FPR_OFFSET(fpr_##reg##_loongarch - fpr_first_loongarch), \
H A DRegisterInfos_s390x.h25 #define DEFINE_GPR(name, size, offset, alt, generic) \
27 #name, alt, size, offset, eEncodingUint, eFormatHex, \
33 #define DEFINE_GPR_NODWARF(name, size, offset, alt, generic) \
35 #name, alt, size, offset, eEncodingUint, eFormatHex, \
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dtanf_3u3.c168 uint32_t alt = (uint32_t) n & 1; local
171 float z = alt ? -r : r;
175 float offset = alt ? 1.0f / z : z;
176 float scale = alt ? z : z * z2;
179 float p = alt ? eval_Q (z2) : eval_P (z2);
H A Dsv_tanf_3u5.c65 svint32_t alt = svand_x (pg, in, 1); local
66 svbool_t pred_alt = svcmpne (pg, alt, 0);
/freebsd-current/contrib/libedit/
H A Dmap.h52 el_action_t *alt; /* The current alternate key map */ member in struct:el_map_t
H A Dmap.c916 el->el_map.alt = el_calloc(N_KEYS, sizeof(*el->el_map.alt));
917 if (el->el_map.alt == NULL)
956 el_free(el->el_map.alt);
957 el->el_map.alt = NULL;
995 el_action_t *alt = el->el_map.alt; local
1001 for (i = 0; i <= 0377 && alt[i] != EM_META_NEXT; i++)
1006 map = alt;
1008 map = alt;
1035 el_action_t *alt = el->el_map.alt; local
1066 el_action_t *alt = el->el_map.alt; local
[all...]
/freebsd-current/usr.bin/rpcgen/
H A Drpc_cout.c206 const char *alt = NULL; local
221 alt = "string";
223 alt = "opaque";
225 if (alt) {
226 print_ifopen(indent, alt);
234 if (!alt) {
240 alt = "string";
242 alt = "bytes";
245 print_ifopen(indent, alt);
248 if (alt) {
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-nfc.py269 def dpp_handover_client(handover, alt=False):
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):
277 if handover.start_client_alt and not alt:
280 dpp_handover_client(handover, alt
[all...]
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c706 qp->alt.vid = 0xFFFF;
712 qp->alt.vid = 0xFFFF;
1041 if (qp->alt.smac) {
1042 mlx4_unregister_mac(dev->dev, qp->alt.smac_port, qp->alt.smac);
1043 qp->alt.smac = 0;
1051 if (qp->alt.vid < 0x1000) {
1052 mlx4_unregister_vlan(dev->dev, qp->alt.vlan_port, qp->alt.vid);
1053 qp->alt
[all...]
/freebsd-current/include/
H A Dprintf.h55 unsigned alt; member in struct:printf_info
/freebsd-current/usr.sbin/ppp/
H A Ddatalink.h95 char *alt; /* Alternate (after fail) phone from the list */ member in struct:datalink::__anon6732
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c260 HANDLE alt; local
281 alt = OutHandle();
288 SetConsoleMode(alt, dwFlag);
298 alt = WINCONSOLE.inp;
305 SetConsoleMode(alt, dwFlag);
320 HANDLE alt; local
325 alt = OutHandle();
326 if (GetConsoleMode(alt, &dwFlag)) {
334 alt = WINCONSOLE.inp;
335 if (GetConsoleMode(alt,
[all...]
/freebsd-current/usr.bin/sort/
H A Dbwstring.c49 wchar_t *alt; member in struct:wmonth
55 char *alt; member in struct:cmonth
138 if (!populate_cmonth(&cmonths[i].alt,
142 cmonths[i].alt = NULL;
158 if (!populate_wmonth(&wmonths[i].alt,
162 wmonths[i].alt = NULL;
822 if (cmonths[i].alt && (s == strstr(s, cmonths[i].alt)))
840 if (wmonths[i].alt && (s == wcsstr(s, wmonths[i].alt)))
[all...]

Completed in 251 milliseconds

1234