Lines Matching refs:prop_table
253 * Supported link properties enumerated in the prop_table[] array are
508 static prop_desc_t prop_table[] = {
905 #define DLADM_MAX_PROPS (sizeof (prop_table) / sizeof (prop_desc_t))
1130 prop_desc_t *pdp = &prop_table[i];
1291 if (!(prop_table[i].pd_class & class))
1294 if (!DATALINK_MEDIA_ACCEPTED(prop_table[i].pd_dmedia, media))
1297 if (func(handle, linkid, prop_table[i].pd_name, arg) ==
1335 if (strcasecmp(prop_name, prop_table[i].pd_name) == 0)
1355 pdp = &prop_table[i];
1471 for (pdp = prop_table; pdp < prop_table + DLADM_MAX_PROPS; pdp++)
1475 if (pdp == prop_table + DLADM_MAX_PROPS)
3211 * (PD_AFTER_PERM flag in the prop_table table), there is nothing to
5668 * prop_table[n].pd_name.
5728 prop_desc_t *pdp = &prop_table[i];
5938 pdp = prop_table;