Home
last modified time | relevance | path

Searched refs:prop_table (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/ndmpadm/
H A Dndmpadm_main.c96 static char *prop_table[] = { variable
113 #define NDMPADM_NPROP (sizeof (prop_table) / sizeof (prop_table[0]))
201 (void) fprintf(fp, "\n\t%s", prop_table[i]); in usage()
221 if (ndmp_get_prop(prop_table[i], &propval)) { in ndmp_get_config()
223 prop_table[i]); in ndmp_get_config()
226 prop_table[i], propval); in ndmp_get_config()
269 if (strcmp(arg, prop_table[j]) == 0) { in ndmp_get_config_process()
347 if (strcmp(propname, prop_table[j]) == 0) in ndmp_set_config_process()
/titanic_44/usr/src/lib/libdladm/common/
H A Dflowprop.c63 static fprop_desc_t prop_table[] = { variable
72 #define DLADM_MAX_FLOWPROPS (sizeof (prop_table) / sizeof (fprop_desc_t))
75 prop_table,
129 if (func(arg, prop_table[i].pd_name) != DLADM_WALK_CONTINUE) in dladm_walk_flowprop()
451 prop_table[j].pd_name) == 0) in flow_proplist_check()
503 fprop_desc_t *pdp = &prop_table[i]; in i_dladm_flow_proplist_extract_one()
H A Dlibdlflow_impl.h60 typedef struct prop_table { struct
H A Dlinkprop.c491 static prop_desc_t prop_table[] = { variable
847 #define DLADM_MAX_PROPS (sizeof (prop_table) / sizeof (prop_desc_t))
1025 prop_desc_t *pdp = &prop_table[i]; in i_dladm_set_linkprop()
1111 prop_desc_t *pdp = prop_table; in dladm_set_linkprop()
1155 if (!(prop_table[i].pd_class & class)) in dladm_walk_linkprop()
1158 if (!DATALINK_MEDIA_ACCEPTED(prop_table[i].pd_dmedia, media)) in dladm_walk_linkprop()
1161 if (func(handle, linkid, prop_table[i].pd_name, arg) == in dladm_walk_linkprop()
1199 if (strcasecmp(prop_name, prop_table[i].pd_name) == 0) in dladm_get_linkprop()
1219 pdp = &prop_table[i]; in dladm_get_linkprop()
1330 for (pdp = prop_table; pdp < prop_table + DLADM_MAX_PROPS; pdp++) in dladm_get_linkprop_values()
[all …]
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c756 inetd_prop_t *mod, *prop_table; in modify_inst_props_cb() local
766 prop_table = get_prop_table(&numprops); in modify_inst_props_cb()
771 (void) memcpy(mod, prop_table, numprops * sizeof (inetd_prop_t)); in modify_inst_props_cb()
888 inetd_prop_t *mod, *prop_table; in modify_defaults() local
909 prop_table = get_prop_table(&numprops); in modify_defaults()
914 (void) memcpy(mod, prop_table, numprops * sizeof (inetd_prop_t)); in modify_defaults()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c1938 prop_table_entry_t *prop_table = get_prop_table(object_type); in pt_to_prop_name() local
1940 for (i = 0; prop_table[i].pte_name != NULL; i++) { in pt_to_prop_name()
1941 if (pt_type == prop_table[i].pte_type) in pt_to_prop_name()
1942 return (prop_table[i].pte_name); in pt_to_prop_name()
1952 prop_table_entry_t *prop_table = get_prop_table(object_type); in prop_to_pt() local
1954 for (i = 0; prop_table[i].pte_name != NULL; i++) { in prop_to_pt()
1955 if (strcmp(prop, prop_table[i].pte_name) == 0) in prop_to_pt()
1956 return (prop_table[i].pte_type); in prop_to_pt()
2529 prop_display_entry_t *prop_table; in set_func() local
2535 prop_table = get_prop_display_table(object_type); in set_func()
[all …]
/titanic_44/usr/src/lib/libpicltree/
H A Dptree_impl.h169 #define prop_table u.prop.nodep macro
H A Dpicltree.c735 nobj = pobj->prop_table->prop_node; in lookup_and_lock_propnode()
807 nobj = pobj->prop_table->prop_node; in lookup_and_lock_tableprop_node()
1666 if (IS_PICLIZED(pobj) || (pobj->prop_table != NULL) || in ptree_add_row_to_table()
1688 newrow[i]->prop_table = tbl_obj; in ptree_add_row_to_table()