Searched refs:categories (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h54 log_channel_list *categories; member in struct:log_context
H A Dlogging.c181 for (lcl = lc->categories[i]; lcl != NULL; lcl = lcl->next)
256 lcl = lc->categories[category];
259 lcl = lc->categories[0];
301 lcl = lc->categories[category];
304 lcl = lc->categories[0];
453 nlc->categories = memget(num_categories * sizeof (log_channel_list));
454 if (nlc->categories == NULL) {
459 memset(nlc->categories, '\0',
476 for (lcl = lc->categories[i]; lcl != NULL; lcl = lcl_next) {
482 memput(lc->categories,
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_dlist.c405 * 1. Sort similar items into categories. Two elements are considered
427 dlist_t **categories = NULL; local
434 * First, sort like items into categories, according to
444 categories = (dlist_t **)realloc(
445 categories, ++ncategories * sizeof (dlist_t *));
446 categories[ncategories - 1] = item;
483 nelements = dlist_length(categories[i]);
492 max_elements = dlist_length(categories[lastcat]);
499 item = categories[curcat];
500 categories[curca
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.c135 static char *categories[7] = { variable
336 env = getenv(categories[LC_ALL]);
340 env = getenv(categories[category]);
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c92 static int categories[] = { variable
374 * of the normal categories.
438 for (j = 0; categories[j]; j++) {
439 if (categories[j] != last_kw)
/illumos-gate/usr/src/cmd/localedef/
H A Dparser.y143 localedef : setting_list categories
144 | categories
206 categories : categories category label
H A Dscanner.c188 static int categories[] = { variable
522 * of the normal categories.
603 for (j = 0; categories[j]; j++) {
604 if (categories[j] != last_kw)
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c102 * input: uchar_t: the categories the consumer is interested in
110 inittab_load(uchar_t categories, char consumer, size_t *n_entries) argument
112 return (inittab_lookup(categories, consumer, NULL, -1, n_entries));
118 * input: int: the categories the consumer is interested in
126 inittab_getbyname(uchar_t categories, char consumer, const char *name) argument
128 return (inittab_lookup(categories, consumer, name, -1, NULL));
134 * input: uchar_t: the categories the consumer is interested in
142 inittab_getbycode(uchar_t categories, char consumer, uint16_t code) argument
144 return (inittab_lookup(categories, consumer, NULL, code, NULL));
150 * input: uchar_t: the categories th
162 inittab_lookup(uchar_t categories, char consumer, const char *name, int32_t code, size_t *n_entriesp) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkaif_startup.s543 * this handler will fall into one of the following categories:
692 * CPUs entering this routine will fall into the following categories:

Completed in 71 milliseconds