Home
last modified time | relevance | path

Searched refs:alt (Results 1 – 25 of 40) sorted by relevance

12

/f-stack/freebsd/netinet/
H A Dsctp_timer.c339 if (alt == NULL) { in sctp_find_alternate_net()
345 if (alt == NULL) { in sctp_find_alternate_net()
363 alt = TAILQ_NEXT(alt, sctp_next); in sctp_find_alternate_net()
366 if (alt == NULL) { in sctp_find_alternate_net()
396 alt = TAILQ_NEXT(alt, sctp_next); in sctp_find_alternate_net()
399 if (alt == NULL) { in sctp_find_alternate_net()
406 alt = net; in sctp_find_alternate_net()
408 if (alt == NULL) { in sctp_find_alternate_net()
412 return (alt); in sctp_find_alternate_net()
697 if (alt != net) { in sctp_mark_all_for_resend()
[all …]
H A Dsctp_indata.c3581 struct sctp_nets *alt; in sctp_strike_gap_ack_chunks() local
3649 alt = tp1->whoTo; in sctp_strike_gap_ack_chunks()
3657 alt = sctp_find_alternate_net(stcb, alt, 2); in sctp_strike_gap_ack_chunks()
3665 alt = sctp_find_alternate_net(stcb, alt, 1); in sctp_strike_gap_ack_chunks()
3667 if (alt == NULL) { in sctp_strike_gap_ack_chunks()
3668 alt = tp1->whoTo; in sctp_strike_gap_ack_chunks()
3684 alt = sctp_find_alternate_net(stcb, tp1->whoTo, 0); in sctp_strike_gap_ack_chunks()
3691 alt = tp1->whoTo; in sctp_strike_gap_ack_chunks()
3737 if (alt != tp1->whoTo) { in sctp_strike_gap_ack_chunks()
3741 tp1->whoTo = alt; in sctp_strike_gap_ack_chunks()
[all …]
/f-stack/freebsd/tools/
H A Dmakesyscalls.lua968 local decl, alt
971 decl, alt = line:match("([^}]*)}[%s]*(.*)$")
973 alt = line
976 if decl == nil and alt == nil then
981 if not decl_fnd and alt ~= nil and alt ~= "" then
983 funcname = trim(alt:match("^([^%s]+)"), nil)
984 alt = alt:gsub("^([^%s]+)[%s]*", "")
995 funcomment = funcomment .. " " .. alt
1007 if alt ~= nil and alt ~= "" then
1009 funcalias, argalias, rettype = alt:match(altExpr)
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/fsl/
H A Dimx8m-ddrc.yaml46 - const: alt
66 clock-names = "core", "pll", "alt", "apb";
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_event.c663 char alt[32]; in _zed_event_add_nvpair() local
665 (void) snprintf(alt, sizeof (alt), "%s_str", name); in _zed_event_add_nvpair()
666 _zed_event_add_var(eid, zsp, prefix, alt, "%s", in _zed_event_add_nvpair()
673 char alt[32]; in _zed_event_add_nvpair() local
675 (void) snprintf(alt, sizeof (alt), "%s_str", name); in _zed_event_add_nvpair()
676 _zed_event_add_var(eid, zsp, prefix, alt, "%s", in _zed_event_add_nvpair()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Daspeed-bmc-opp-witherspoon.dts264 label = "alt-bmc";
274 label = "alt-u-boot";
278 label = "alt-u-boot-env";
282 label = "alt-obmc-ubi";
679 aspeed,alt-boot;
H A Dwm8750-apc8750.dts22 wm,function = <2>; /* alt */
H A Daspeed-bmc-opp-vesnin.dts92 label = "alt";
234 aspeed,alt-boot;
H A Daspeed-bmc-opp-swift.dts251 label = "alt-bmc";
260 label = "alt-u-boot";
264 label = "alt-u-boot-env";
268 label = "alt-obmc-ubi";
956 aspeed,alt-boot;
H A Dsama5d3_lcd.dtsi116 pinctrl_lcd_rgb666_alt: lcd-rgb-2-alt {
166 pinctrl_lcd_rgb888_alt: lcd-rgb-3-alt {
H A Daspeed-bmc-opp-mihawk.dts413 label = "alt-bmc";
422 label = "alt-u-boot";
426 label = "alt-u-boot-env";
430 label = "alt-obmc-ubi";
1330 aspeed,alt-boot;
H A Dmt7623.dtsi1121 i2c1_pins_b: i2c1-alt {
1137 i2c2_pins_b: i2c2-alt {
1169 key_pins_a: keys-alt {
1177 led_pins_a: leds-alt {
1384 uart2_pins_b: uart2-alt {
H A Dste-hrefv60plus.dtsi212 * the "other alt C1" setting enables these pins)
H A Domap3-pandora-common.dtsi192 left-alt {
193 label = "alt";
H A Dr8a7794-alt.dts14 compatible = "renesas,alt", "renesas,r8a7794";
/f-stack/freebsd/contrib/device-tree/src/mips/cavium-octeon/
H A Docteon_3xxx.dts182 cavium,alt-phy-handle = <&phy100>;
192 cavium,alt-phy-handle = <&phy101>;
202 cavium,alt-phy-handle = <&phy102>;
211 cavium,alt-phy-handle = <&phy103>;
/f-stack/freebsd/vm/
H A Dvm_phys.c729 struct vm_freelist *alt, *fl; in vm_phys_alloc_npages() local
767 alt = vm_phys_free_queues[domain][flind][pind]; in vm_phys_alloc_npages()
768 while ((m = TAILQ_FIRST(&alt[oind].pl)) != in vm_phys_alloc_npages()
770 vm_freelist_rem(alt, m, oind); in vm_phys_alloc_npages()
824 struct vm_freelist *alt, *fl; in vm_phys_alloc_freelist_pages() local
864 alt = &vm_phys_free_queues[domain][flind][pind][0]; in vm_phys_alloc_freelist_pages()
865 m = TAILQ_FIRST(&alt[oind].pl); in vm_phys_alloc_freelist_pages()
867 vm_freelist_rem(alt, m, oind); in vm_phys_alloc_freelist_pages()
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Diqs269a.yaml371 "^event-prox(-alt)?$":
375 a decrease in counts. Node names suffixed with '-alt' instead corre-
387 Complementary events (e.g. event-touch and event-touch-alt) can both
405 "^event-touch(-alt)?$":
430 "^event-deep(-alt)?$":
/f-stack/freebsd/contrib/device-tree/src/mips/img/
H A Dpistachio.dtsi413 spim0_cs0_alt_pin: spim0-cs0-alt-pin {
434 spim0_cs2_alt_pin: spim0-cs2-alt-pin {
448 spim0_cs3_alt_pin: spim0-cs3-alt-pin {
462 spim0_cs4_alt_pin: spim0-cs4-alt-pin {
501 spim1_cs1_alt_pin: spim1-cs1-alt-pin {
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dsbc8548.dts84 alt-flash@6,0 {
H A Dsbc8548-altflash.dts87 alt-flash@6,0 {
/f-stack/freebsd/contrib/device-tree/Bindings/watchdog/
H A Daspeed-wdt.txt37 - aspeed,alt-boot: If property is present then boot from alternate block.
/f-stack/freebsd/contrib/device-tree/Bindings/interconnect/
H A Dfsl,imx8m-noc.yaml96 clock-names = "core", "pll", "alt", "apb";
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Dallwinner,sun4i-a10-tcon.yaml219 - const: lvds-alt
238 - const: lvds-alt
474 "lvds-alt";
/f-stack/app/redis-5.0.5/src/
H A Dconfig.c1709 sds alt = sdsempty(); local
1710 alt = sdscatlen(alt,argv[0],p-argv[0]);;
1711 alt = sdscatlen(alt,"replica",7);
1712 alt = sdscatlen(alt,p+5,strlen(p+5));
1714 argv[0] = alt;

12