Searched defs:categories (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h54 log_channel_list *categories; member in struct:log_context
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c104 * input: uchar_t: the categories the consumer is interested in
112 inittab_load(uchar_t categories, char consumer, size_t *n_entries) argument
114 return (inittab_lookup(categories, consumer, NULL, -1, n_entries));
120 * input: int: the categories the consumer is interested in
128 inittab_getbyname(uchar_t categories, char consumer, const char *name) argument
130 return (inittab_lookup(categories, consumer, name, -1, NULL));
136 * input: uchar_t: the categories the consumer is interested in
144 inittab_getbycode(uchar_t categories, char consumer, uint16_t code) argument
146 return (inittab_lookup(categories, consumer, NULL, code, NULL));
152 * input: uchar_t: the categories th
164 inittab_lookup(uchar_t categories, char consumer, const char *name, int32_t code, size_t *n_entriesp) argument
[all...]

Completed in 16 milliseconds