| /f-stack/freebsd/netinet/ |
| H A D | sctp_timer.c | 339 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 D | sctp_indata.c | 3581 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 D | makesyscalls.lua | 968 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 D | imx8m-ddrc.yaml | 46 - const: alt 66 clock-names = "core", "pll", "alt", "apb";
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_event.c | 663 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 D | aspeed-bmc-opp-witherspoon.dts | 264 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 D | wm8750-apc8750.dts | 22 wm,function = <2>; /* alt */
|
| H A D | aspeed-bmc-opp-vesnin.dts | 92 label = "alt"; 234 aspeed,alt-boot;
|
| H A D | aspeed-bmc-opp-swift.dts | 251 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 D | sama5d3_lcd.dtsi | 116 pinctrl_lcd_rgb666_alt: lcd-rgb-2-alt { 166 pinctrl_lcd_rgb888_alt: lcd-rgb-3-alt {
|
| H A D | aspeed-bmc-opp-mihawk.dts | 413 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 D | mt7623.dtsi | 1121 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 D | ste-hrefv60plus.dtsi | 212 * the "other alt C1" setting enables these pins)
|
| H A D | omap3-pandora-common.dtsi | 192 left-alt { 193 label = "alt";
|
| H A D | r8a7794-alt.dts | 14 compatible = "renesas,alt", "renesas,r8a7794";
|
| /f-stack/freebsd/contrib/device-tree/src/mips/cavium-octeon/ |
| H A D | octeon_3xxx.dts | 182 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 D | vm_phys.c | 729 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 D | iqs269a.yaml | 371 "^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 D | pistachio.dtsi | 413 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 D | sbc8548.dts | 84 alt-flash@6,0 {
|
| H A D | sbc8548-altflash.dts | 87 alt-flash@6,0 {
|
| /f-stack/freebsd/contrib/device-tree/Bindings/watchdog/ |
| H A D | aspeed-wdt.txt | 37 - aspeed,alt-boot: If property is present then boot from alternate block.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interconnect/ |
| H A D | fsl,imx8m-noc.yaml | 96 clock-names = "core", "pll", "alt", "apb";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ |
| H A D | allwinner,sun4i-a10-tcon.yaml | 219 - const: lvds-alt 238 - const: lvds-alt 474 "lvds-alt";
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | config.c | 1709 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;
|