Home
last modified time | relevance | path

Searched refs:match (Results 1 – 24 of 24) sorted by relevance

/components/drivers/ofw/
A Dirq.c242 rt_bool_t match = RT_TRUE; in ofw_parse_irq_map() local
249 match = RT_FALSE; in ofw_parse_irq_map()
254 _map_walk_range(addr_cells, child_address_cells, pin_cells, && match) in ofw_parse_irq_map()
259 match = RT_FALSE; in ofw_parse_irq_map()
309 _map_walk_range(addr_cells + pin_cells, 0, icaddr_cells, && match) in ofw_parse_irq_map()
314 match = RT_FALSE; in ofw_parse_irq_map()
322 if (match) in ofw_parse_irq_map()
A Dbase.c1684 rt_bool_t match = RT_TRUE; in ofw_get_prop_fuzzy_name() local
1714 match = RT_FALSE; in ofw_get_prop_fuzzy_name()
1724 if (match) in ofw_get_prop_fuzzy_name()
/components/net/lwip/lwip-2.0.3/src/apps/mdns/
A Dmdns.c1548 int match; in mdns_handle_question() local
1568 if (match && (ans.ttl > (mdns->dns_ttl / 2))) { in mdns_handle_question()
1581 if (match & REPLY_HOST_PTR_V4) { in mdns_handle_question()
1587 if (match & REPLY_HOST_PTR_V6) { in mdns_handle_question()
1596 } else if (match & REPLY_HOST_A) { in mdns_handle_question()
1604 } else if (match & REPLY_HOST_AAAA) { in mdns_handle_question()
1622 if (match && (ans.ttl > (service->dns_ttl / 2))) { in mdns_handle_question()
1633 if (match & REPLY_SERVICE_TYPE_PTR) { in mdns_handle_question()
1640 if (match & REPLY_SERVICE_NAME_PTR) { in mdns_handle_question()
1648 } else if (match & REPLY_SERVICE_SRV) { in mdns_handle_question()
[all …]
/components/drivers/pci/
A Dpci.c923 rt_bool_t match = RT_FALSE; in pci_match() local
929 match = rt_strcmp(pdrv->name, pdev->name) ? RT_FALSE : RT_TRUE; in pci_match()
932 if (!match) in pci_match()
936 match = pdev->id ? RT_TRUE : RT_FALSE; in pci_match()
939 return match; in pci_match()
1010 .match = pci_match,
/components/drivers/include/drivers/core/
A Dbus.h33 rt_bool_t (*match)(rt_driver_t drv, rt_device_t dev); member
/components/net/lwip/lwip-2.1.2/src/netif/
A DFILES21 huge changes to match code size and memory requirements for embedded
/components/net/lwip/lwip-2.1.2/src/apps/mdns/
A Dmdns.c1623 int match; in mdns_handle_question() local
1643 if (match && (ans.ttl > (mdns->dns_ttl / 2))) { in mdns_handle_question()
1656 if (match & REPLY_HOST_PTR_V4) { in mdns_handle_question()
1662 if (match & REPLY_HOST_PTR_V6) { in mdns_handle_question()
1671 } else if (match & REPLY_HOST_A) { in mdns_handle_question()
1679 } else if (match & REPLY_HOST_AAAA) { in mdns_handle_question()
1697 if (match && (ans.ttl > (service->dns_ttl / 2))) { in mdns_handle_question()
1708 if (match & REPLY_SERVICE_TYPE_PTR) { in mdns_handle_question()
1715 if (match & REPLY_SERVICE_NAME_PTR) { in mdns_handle_question()
1723 } else if (match & REPLY_SERVICE_SRV) { in mdns_handle_question()
[all …]
/components/net/lwip/lwip-2.0.3/src/netif/
A DFILES22 huge changes to match code size and memory requirements for embedded
/components/drivers/i2c/
A Ddev_i2c_bus.c170 .match = i2c_match,
/components/drivers/core/
A Dplatform.c196 .match = platform_match,
A Dbus.c200 if (!dev->drv && bus->match(drv, dev)) in bus_probe()
/components/drivers/spi/
A Ddev_spi_bus.c200 .match = spi_match,
/components/drivers/phy/
A Dphy.c564 .match = phy_match,
/components/net/lwip/lwip-1.4.1/doc/
A Dsnmp_agent.txt51 PBUF_POOL_SIZE and IP_REASS_BUFSIZE are set to match your
A Drawapi.txt486 to match your application and network.
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A DPPPD_FOLLOWUP2 huge changes to match code size and memory requirements for embedded devices.
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A DPPPD_FOLLOWUP2 huge changes to match code size and memory requirements for embedded devices.
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG631 not match documentation: return ERR_ARG instead of ERR_VAL if not
1380 * sockets.h/.c, api_*.h/.c: fixed arguments of socket functions to match the standard;
1604 received match the name query), implement DNS_USES_STATIC_BUF (the place where
1905 etharp_output() to match netif->output so etharp_output() can be used
2343 * udp.c: Fixed bug #20220: UDP PCB search in udp_input(): a non-local match
2477 * sockets.h: FD_SETSIZE needs to match number of sockets, which is
2881 * ethernetif.c Updated low_level_output() to match prototype for
2883 * api_msg.c: Changed recv_raw() from int to u8_t, to match prototype
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG416 Based from pppd 2.4.5, released 2009-11-17, with huge changes to match
1587 not match documentation: return ERR_ARG instead of ERR_VAL if not
2336 * sockets.h/.c, api_*.h/.c: fixed arguments of socket functions to match the standard;
2560 received match the name query), implement DNS_USES_STATIC_BUF (the place where
2861 etharp_output() to match netif->output so etharp_output() can be used
3299 * udp.c: Fixed bug #20220: UDP PCB search in udp_input(): a non-local match
3433 * sockets.h: FD_SETSIZE needs to match number of sockets, which is
3837 * ethernetif.c Updated low_level_output() to match prototype for
3839 * api_msg.c: Changed recv_raw() from int to u8_t, to match prototype
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile316 # tag to YES in order to let doxygen match functions declarations and
604 # type resolution of all parameters of a function it will reject a match between
607 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
608 # accept a match between prototype and implementation in such cases.
923 # filter if there is a match. The filters are a list of the form: pattern=filter
926 # patterns match the file name, INPUT_FILTER is applied.
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile325 # tag to YES in order to let doxygen match functions declarations and
613 # type resolution of all parameters of a function it will reject a match between
616 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
617 # accept a match between prototype and implementation in such cases.
934 # filter if there is a match. The filters are a list of the form: pattern=filter
937 # patterns match the file name, INPUT_FILTER is applied.
A Dlwip.Doxyfile.cmake.in325 # tag to YES in order to let doxygen match functions declarations and
613 # type resolution of all parameters of a function it will reject a match between
616 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
617 # accept a match between prototype and implementation in such cases.
934 # filter if there is a match. The filters are a list of the form: pattern=filter
937 # patterns match the file name, INPUT_FILTER is applied.
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG669 Based from pppd 2.4.5, released 2009-11-17, with huge changes to match
1840 not match documentation: return ERR_ARG instead of ERR_VAL if not
2589 * sockets.h/.c, api_*.h/.c: fixed arguments of socket functions to match the standard;
2813 received match the name query), implement DNS_USES_STATIC_BUF (the place where
3114 etharp_output() to match netif->output so etharp_output() can be used
3552 * udp.c: Fixed bug #20220: UDP PCB search in udp_input(): a non-local match
3686 * sockets.h: FD_SETSIZE needs to match number of sockets, which is
4090 * ethernetif.c Updated low_level_output() to match prototype for
4092 * api_msg.c: Changed recv_raw() from int to u8_t, to match prototype
/components/net/lwip/lwip-2.0.3/doc/
A Drawapi.txt474 to match your application and network.

Completed in 47 milliseconds