| /f-stack/app/redis-5.0.5/utils/ |
| H A D | generate-command-help.rb | 56 url = URI.parse "https://raw.githubusercontent.com/antirez/redis-doc/master/commands.json" 61 @commands = JSON.parse(response.body)
|
| /f-stack/dpdk/devtools/ |
| H A D | git-log-fixes.sh | 42 local refbranch=$(git rev-parse --abbrev-ref HEAD) 71 git rev-parse -q --verify $1 >&- || continue
|
| /f-stack/tools/libxo/xohtml/ |
| H A D | xohtml.css | 651 div.parse { 679 div.parse-details { 697 div.parse-implicit-keyword, 698 div.parse-token, 699 div.parse-trailing, 700 div.parse-missing { 705 div.parse-trailing, 706 div.parse-missing { 711 div.parse-token { 715 div.parse-mandatory { [all …]
|
| /f-stack/dpdk/drivers/bus/pci/ |
| H A D | pci_common.c | 53 devargs->bus->parse(devargs->name, &addr); in pci_devargs_lookup() 398 bool parse; in pci_parse() local 400 parse = (rte_pci_addr_parse(name, &pci_addr) == 0); in pci_parse() 401 if (parse && addr != NULL) in pci_parse() 403 return parse == false; in pci_parse() 756 .parse = pci_parse,
|
| /f-stack/freebsd/contrib/openzfs/contrib/dracut/90zfs/ |
| H A D | .gitignore | 4 parse-zfs.sh
|
| H A D | Makefile.am | 8 parse-zfs.sh \
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_flow.c | 29 sfc_flow_parse_cb_t *parse; member 50 .parse = sfc_flow_parse_rte_to_mae, 1072 .parse = sfc_flow_parse_void, 1079 .parse = sfc_flow_parse_eth, 1086 .parse = sfc_flow_parse_vlan, 1093 .parse = sfc_flow_parse_ipv4, 1100 .parse = sfc_flow_parse_ipv6, 1107 .parse = sfc_flow_parse_tcp, 1114 .parse = sfc_flow_parse_udp, 1121 .parse = sfc_flow_parse_vxlan, [all …]
|
| H A D | sfc_mae.c | 1496 .parse = sfc_mae_rule_parse_item_pf, 1507 .parse = sfc_mae_rule_parse_item_vf, 1514 .parse = sfc_mae_rule_parse_item_eth, 1521 .parse = sfc_mae_rule_parse_item_vlan, 1528 .parse = sfc_mae_rule_parse_item_ipv4, 1535 .parse = sfc_mae_rule_parse_item_ipv6, 1542 .parse = sfc_mae_rule_parse_item_tcp, 1549 .parse = sfc_mae_rule_parse_item_udp, 1556 .parse = sfc_mae_rule_parse_item_tunnel, 1563 .parse = sfc_mae_rule_parse_item_tunnel, [all …]
|
| H A D | sfc_flow.h | 142 sfc_flow_item_parse *parse; /* Parsing function */ member
|
| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | cmdline_parse_etheraddr.c | 23 .parse = cmdline_parse_etheraddr,
|
| H A D | cmdline_parse.h | 63 int (*parse)(cmdline_parse_token_hdr_t *, const char *, void *, member
|
| H A D | cmdline_parse_portlist.c | 20 .parse = cmdline_parse_portlist,
|
| H A D | cmdline_parse_ipaddr.c | 24 .parse = cmdline_parse_ipaddr,
|
| H A D | cmdline_parse.c | 134 n = token_hdr.ops->parse(token_p, buf, NULL, 0); in match_inst() 147 n = token_hdr.ops->parse(token_p, buf, (char *)resbuf + in match_inst()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_bus.c | 180 return !(bus->parse && bus->parse(name, NULL) == 0); in bus_can_parse()
|
| /f-stack/dpdk/examples/vm_power_manager/guest_cli/ |
| H A D | meson.build | 17 'main.c', 'parse.c', 'vm_power_cli_guest.c'
|
| H A D | Makefile | 8 SRCS-y := main.c vm_power_cli_guest.c parse.c
|
| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | filter.sh | 22 FETCH_HEAD=$(git rev-parse FETCH_HEAD)
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ptpclient.rst | 104 And than we parse application specific arguments 237 There are 3 types of packets on the RX path which we must parse to create a minimal 244 When we parse the *FOLLOW UP* packet we also create and send a *DELAY_REQUEST* packet. 245 Also when we parse the *DELAY RESPONSE* packet, and all conditions are met we adjust the PTP slave …
|
| /f-stack/dpdk/examples/cmdline/ |
| H A D | parse_obj_list.c | 26 .parse = parse_obj_list,
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_bus.h | 260 rte_bus_parse_t parse; /**< Parse a device name */ member
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | meson.build | 30 'channel_manager.c', 'channel_monitor.c', 'main.c', 'parse.c', 'power_manager.c', 'vm_power_cli.c'
|
| H A D | Makefile | 14 SRCS-y += channel_monitor.c parse.c
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_parse.h | 283 ng_parse_t *parse; /* parse method */ member
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | ng_parse.h | 284 ng_parse_t *parse; /* parse method */ member
|