Lines Matching defs:place
1745 place_t place)
1794 place = PL_ANY;
1796 &enum_nvs, dfltst, B_TRUE, &place);
3168 place_t place)
3220 place = PL_ANY;
3222 B_TRUE, &place);
3231 if (place == PL_MAP) {
4123 /* place at start of sv_entrys list */
5060 place_t place;
5072 place = PL_MAP;
5074 dfltst, B_FALSE, &place);
5501 * with the place corresponding with place parameter. The format
5523 place_t *place)
5592 * read place, param, type and if present default str
5610 * if the place and name match no need to look any further.
5612 if ((*place == PL_ANY) ||
5613 ((*place == PL_PARAMS) &&
5615 ((*place == PL_FILTER) &&
5617 ((*place == PL_MAP) &&
5633 * set the place parameter to the actual place when the PL_ANY flag
5636 if (*place == PL_ANY) {
5638 *place = PL_PARAMS;
5640 *place = PL_FILTER;
5642 *place = PL_MAP;
5692 * for the place, or be present in the module types file ref'd by tfp.
5705 place_t place,
5761 if ((place == PL_CLASS) &&
5765 } else if (place == PL_PARAMS &&
5767 place == PL_CLASS &&
5772 ((place != PL_PARAMS) && strcmp(name, IPQOS_CONF_NAME_STR) == 0) ||
5773 (place == PL_FILTER) && (strcmp(name, IPQOS_CONF_CLASS_STR) ==
5775 (place == PL_ACTION) && (strcmp(name, IPQOS_CONF_MODULE_STR) ==
5784 B_FALSE, &place) != IPQOS_CONF_SUCCESS) {
6184 * read global stats - place into params struct and remove
6767 /* place at head of list */
6928 * and place values in class structure.
7370 * catch name and class and place value into filter
8762 place_t place;
8810 place = PL_ANY;
8812 B_FALSE, &place);
8817 if ((place == PL_PARAMS) && /* avoid map entries */