Lines Matching refs:prop_table
1956 prop_table_entry_t *prop_table = get_prop_table(object_type); in pt_to_prop_name() local
1958 for (i = 0; prop_table[i].pte_name != NULL; i++) { in pt_to_prop_name()
1959 if (pt_type == prop_table[i].pte_type) in pt_to_prop_name()
1960 return (prop_table[i].pte_name); in pt_to_prop_name()
1970 prop_table_entry_t *prop_table = get_prop_table(object_type); in prop_to_pt() local
1972 for (i = 0; prop_table[i].pte_name != NULL; i++) { in prop_to_pt()
1973 if (strcmp(prop, prop_table[i].pte_name) == 0) in prop_to_pt()
1974 return (prop_table[i].pte_type); in prop_to_pt()
2564 prop_display_entry_t *prop_table; in set_func() local
2570 prop_table = get_prop_display_table(object_type); in set_func()
2584 if (!show_prop_test(object_type, prop, prop_table, checked, 0)) { in set_func()
3989 prop_display_entry_t *prop_table; in walkprop_func() local
4024 prop_table = get_prop_display_table(object_type); in walkprop_func()
4070 !show_prop_test(object_type, props[i], prop_table, in walkprop_func()