Home
last modified time | relevance | path

Searched refs:match_type (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c912 match_type_t match_type) in set_attrval() argument
946 match_type_t match_type) in parse_select_opt() argument
1122 switch (match_type) { in compare_ap_id()
1208 switch (match_type) { in compare_r_state()
1226 switch (match_type) { in compare_o_state()
1245 switch (match_type) { in compare_busy()
1317 switch (match_type) { in compare_cond()
1369 switch (match_type) { in compare_time()
1441 switch (match_type) { in compare_info()
1475 switch (match_type) { in compare_type()
[all …]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script_impl.h207 int match_type; member
H A Drcm_script.c2111 if ((capacity_type[i].match_type == MATCH_EXACT && in get_capacity_descr()
2114 (capacity_type[i].match_type == MATCH_PREFIX && in get_capacity_descr()
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2565 char *match_type = NULL; in display_matching_work() local
2568 match_type = "index"; in display_matching_work()
2573 match_type = "serial number"; in display_matching_work()
2580 match_type = "tag type NONE"; in display_matching_work()
2583 match_type = "tag type CBACK"; in display_matching_work()
2586 match_type = "tag type WAIT"; in display_matching_work()
2609 match_type, match_val); in display_matching_work()
2612 "0x%x\n\n", match_type, match_val); in display_matching_work()
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_debug.c577 static void match_type(const char *fn, struct expression *expr, void *info) in match_type() function
834 add_function_hook("__smatch_type", &match_type, NULL); in check_debug()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c1418 pkt_v4_match(uchar_t type, dhcp_message_type_t match_type) in pkt_v4_match() argument
1432 return ((type_map[type] & match_type) ? B_TRUE : B_FALSE); in pkt_v4_match()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1314 typedef struct match_type { struct