Lines Matching refs:walk

324 		mdb_warn("failed to walk zone");
350 mdb_warn("can't walk 'netstack'");
492 mdb_warn("non-DEBUG image; cannot walk th_hash list\n");
497 mdb_warn("can't walk 'list'");
620 mdb_warn("can't walk 'ip_stacks'");
641 mdb_warn("couldn't walk 'illif_stack' for ips_ill_g_heads %p",
682 mdb_warn("can't walk ill_if_t structures");
690 * If an address is specified and the walk doesn't find it,
718 mdb_warn("can't walk 'nce_cache'");
797 mdb_warn("can't walk 'dce_cache'");
827 mdb_warn("can't walk 'ire_cache'");
1480 mdb_warn("failed to walk ire table");
1567 mdb_warn("failed to walk dce cache");
1632 mdb_warn("failed to walk ire table");
1721 mdb_warn("failed to walk squeue cache");
1875 mdb_warn("can't walk th_hash entries");
1928 { "conn_status", "walk list of conn_t structures",
1930 { "illif", "walk list of ill interface types for all stacks",
1932 { "illif_stack", "walk list of ill interface types",
1935 { "ill", "walk active ill_t structures for all stacks",
1937 { "ipif", "walk list of ipif structures for all stacks",
1939 { "ipif_list", "walk the linked list of ipif structures "
1943 { "srcid", "walk list of srcid_map structures for all stacks",
1945 { "srcid_list", "walk list of srcid_map structures for a stack",
1948 { "ire", "walk active ire_t structures",
1950 { "ire_next", "walk ire_t structures in the ctable",
1952 { "nce", "walk active nce_t structures",
1954 { "dce", "walk active dce_t structures",
1956 { "ip_stacks", "walk all the ip_stack_t",
1958 { "tcp_stacks", "walk all the tcp_stack_t",
1960 { "sctp_stacks", "walk all the sctp_stack_t",
1962 { "udp_stacks", "walk all the udp_stack_t",
1964 { "th_hash", "walk all the th_hash_t entries",
1966 { "ncec", "walk list of ncec structures for all stacks",
1968 { "ncec_stack", "walk list of ncec structures",
1971 { "udp_hash", "walk list of conn_t structures in ips_ipcl_udp_fanout",
1974 { "conn_hash", "walk list of conn_t structures in ips_ipcl_conn_fanout",
1977 { "bind_hash", "walk list of conn_t structures in ips_ipcl_bind_fanout",
1980 { "proto_hash", "walk list of conn_t structures in "
1984 { "proto_v6_hash", "walk list of conn_t structures in "
1988 { "ilb_stacks", "walk all ilb_stack_t",
1990 { "ilb_rules", "walk ilb rules in a given ilb_stack_t",
1992 { "ilb_servers", "walk server in a given ilb_rule_t",
1994 { "ilb_nat_src", "walk NAT source table of a given ilb_stack_t",
1997 { "ilb_conns", "walk NAT table of a given ilb_stack_t",
1999 { "ilb_stickys", "walk sticky table of a given ilb_stack_t",
2002 { "tcps_sc", "walk all the per CPU stats counters of a tcp_stack_t",
2178 mdb_warn("failed to walk ncec table\n");
2273 mdb_warn("couldn't walk 'ncec_stack' for ips_ndp4 %p",
2279 mdb_warn("couldn't walk 'ncec_stack' for ips_ndp6 %p",
2470 mdb_warn("can't walk 'illif'");
2489 mdb_warn("can't walk 'avl'");
2689 mdb_warn("failed to walk ills\n");
2758 mdb_warn("can't walk 'ills'");
2769 mdb_warn("can't walk 'ipif_list'");
2991 mdb_warn("failed to walk ipifs\n");
3024 mdb_warn("couldn't walk '%s' at %p", walkname, addr);
3101 mdb_warn("failed to walk conn_fanout");
3122 mdb_warn("can't walk 'srcid_list'");
3163 mdb_warn("failed to walk srcid_map");
3393 ilb_walk_t *walk;
3395 walk = (ilb_walk_t *)wsp->walk_data;
3396 if (walk == NULL)
3398 mdb_free(walk, sizeof (ilb_walk_t *));