Searched refs:category (Results 1 - 25 of 382) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c187 static int category = RSM_PATH_MANAGER | RSM_KERNEL_AGENT; variable
209 DBG_PRINTF((category, RSM_DEBUG_VERBOSE,
226 DBG_PRINTF((category, RSM_DEBUG_VERBOSE,
233 DBG_PRINTF((category, RSM_DEBUG_VERBOSE,
273 DBG_PRINTF((category, RSM_DEBUG_VERBOSE,
283 DBG_PRINTF((category, RSM_DEBUG_VERBOSE,
320 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "do_deferred_work enter\n"));
360 DBG_PRINTF((category, RSM_DEBUG,
402 DBG_PRINTF((category, RSM_DEBUG,
459 DBG_PRINTF((category, RSM_DEBU
[all...]
H A Drsm.c162 * DBG_PRINTF((category, level, message)) is a macro which logs a debug
165 * on the definition of the category and level. All messages that belong to
166 * the specified category(rsmdbg_category) and are of an equal or greater
171 * The category defines which component of the kernel agent has logged this
174 * DBG_ADDCATEGORY is used to add in another category to the currently
175 * specified category value so that the component using this new category
176 * can also effectively log debug messages. Thus, the category of a specific
306 extern void dbg_printf(int category, int level, char *fmt, ...);
723 DBG_DEFINE(category, RSM_KERNEL_AGEN
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dwarnings.pm55 Creates a new warnings category with the same name as the package where
60 Use the warnings category with the same name as the current package.
62 Return TRUE if that warnings category is enabled in the calling module.
65 =item warnings::enabled($category)
67 Return TRUE if the warnings category, C<$category>, is enabled in the
74 warnings category.
76 Return TRUE if that warnings category is enabled in the first scope
84 Use the warnings category with the same name as the current package.
86 If that warnings category ha
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/
H A DUtils.xs74 dcgettext(domainname, msgid, category)
77 int category
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dgetargs.c171 _uu_setlocale(int category, char *locale) argument
177 if ((tmp = setlocale(category, NULL)) == NULL)
189 if (setlocale(category, locale) == NULL) {
200 _uu_resetlocale(int category, char *locale) argument
204 (void) setlocale(category, locale);
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c146 native_setlocale(int category, const char* locale) argument
159 if (category == LC_MESSAGES)
161 sys = uwin_setlocale(category, usr);
163 sfprintf(sfstderr, "locale uwin %17s %-24s %-24s\n", lc_categories[lcindex(category, 0)].name, usr, sys);
708 register int category = cp->internal; local
714 if (!LCINFO(category)->data)
723 LCINFO(category)->data = (void*)dp;
725 sfprintf(sfstderr, "locale info %17s decimal '%c' thousands '%c'\n", lc_categories[category].name, dp->decimal, dp->thousand >= 0 ? dp->thousand : 'X');
793 default_setlocale(int category, const char* locale) argument
805 return (locales[1]->flags & (1<<category))
817 single(int category, Lc_t* lc, unsigned int flags) argument
1012 _ast_setlocale(int category, const char* locale) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c240 log_check(log_context lc, int category, int level) { argument
254 if (category < 0 || category > lc->num_categories)
255 category = 0; /*%< use default */
256 lcl = lc->categories[category];
258 category = 0;
270 log_vwrite(log_context lc, int category, int level, const char *format, argument
298 if (category < 0 || category > lc->num_categories)
299 category
430 log_write(log_context lc, int category, int level, const char *format, ...) argument
488 log_add_channel(log_context lc, int category, log_channel chan) argument
509 log_remove_channel(log_context lc, int category, log_channel chan) argument
568 log_category_is_active(log_context lc, int category) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c126 optnum.category = entry->ds_category;
132 optnum.category = ITAB_CAT_STANDARD | ITAB_CAT_SITE;
143 optnum.category = ITAB_CAT_VENDOR;
147 optnum.category |= ITAB_CAT_V6;
149 entry = inittab_getbycode(optnum.category, ITAB_CONS_INFO,
157 optnum.category = entry->ds_category;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/lib/
H A Dinittab.c59 uchar_t category; local
78 /* Translate the dhcpmgr category to the inittab category */
80 category = ITAB_CAT_STANDARD | ITAB_CAT_INTERNAL |
83 category = jcategory;
87 list = inittab_load(category, ITAB_CONS_MANAGER, &num);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/warnings/
H A Dregister.pm17 Create a warnings category with the same name as the current package.
/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Dg11n.h50 void g11n_setlocale(int category, const char *locale);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DSelectOptionDialog.java51 private JComboBox category; field in class:SelectOptionDialog
80 public void setCategory(OptionContext category) { argument
81 byte code = category.getCode();
160 // Label and combo box for selecting option category
168 category = new JComboBox(categories);
170 catLbl.setLabelFor(category);
174 category.setEditable(false);
175 panel.add(category);
179 // Table for selecting the options in the given category
200 * As user changes category selecte
[all...]
/opensolaris-onvv-gate/usr/src/lib/libparted/common/lib/
H A Dgettext.h135 int category)
137 const char *translation = dcgettext (domain, msg_ctxt_id, category);
155 int category)
158 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
194 int category)
213 translation = dcgettext (domain, msg_ctxt_id, category);
240 int category)
259 translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
133 pgettext_aux(const char *domain, const char *msg_ctxt_id, const char *msgid, int category) argument
152 npgettext_aux(const char *domain, const char *msg_ctxt_id, const char *msgid, const char *msgid_plural, unsigned long int n, int category) argument
192 dcpgettext_expr(const char *domain, const char *msgctxt, const char *msgid, int category) argument
237 dcnpgettext_expr(const char *domain, const char *msgctxt, const char *msgid, const char *msgid_plural, unsigned long int n, int category) argument
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dgpkglist.c252 * category specified by the user.
263 * Check category passed in on the command line to see if it is valid.
265 * returns 0 if the category is valid
266 * returns 1 if the category is invalid
270 is_not_valid_category(char **category, char *progname) argument
273 if (is_same_CATEGORY(category, "system"))
281 * Check category length
283 * returns 0 if the category length is valid
284 * returns 1 if a category has length > 16 chars as defined by the SVr4 ABI
288 is_not_valid_length(char **category) argument
309 is_same_CATEGORY(char **category, char *persistent_category) argument
[all...]
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Ddeveloper-apptrace-ucblib.mf31 value=org.opensolaris.category.2008:Development/System
H A Dstorage-avs.mf30 value=org.opensolaris.category.2008:Drivers/Storage
H A Dstorage-storage-nas.mf30 value=org.opensolaris.category.2008:Drivers/Storage
H A Dsystem-library-libdiskmgt-header-libdiskmgt.mf31 value=org.opensolaris.category.2008:Development/System
H A Daudio-audio-utilities.mf29 set name=info.classification value=org.opensolaris.category.2008:System/Media
H A Ddriver-audio-audiovia823x.mf36 set name=info.classification value=org.opensolaris.category.2008:Drivers/Media
H A Ddriver-audio-audiovia97.mf35 set name=info.classification value=org.opensolaris.category.2008:Drivers/Media
/opensolaris-onvv-gate/usr/src/tools/findunref/
H A DREADME.exception_lists34 Most files in this category should be matched by the existing filename globs, so
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A Dencode.c94 ecp->category = cat;
117 if (eclp->category == cat && eclp->code == code)
130 return (make_encode(ecp->category, ecp->code, ecp->len, ecp->data,
208 wp = find_encode(*elistpp, rp->category, rp->code);
/opensolaris-onvv-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.c97 * the active LC_MESSAGES locale category.
118 * for domain and LC_MESSAGES passed for category.
153 dcgettext(const char *domain, const char *msg_id, const int category) argument
160 res = _real_gettext_u(domain, msg_id, NULL, 0, category, 0);
197 unsigned long int n, int category)
204 res = _real_gettext_u(domain, msgid1, msgid2, n, category, 1);
196 dcngettext(const char *domain, const char *msgid1, const char *msgid2, unsigned long int n, int category) argument
/opensolaris-onvv-gate/usr/src/lib/librsm/inc/
H A Drsmlib_in.h89 * The macro makes use of category and level values defined in rsm.h
101 extern void dbg_printf(int category, int level, char *fmt, ...);

Completed in 130 milliseconds

1234567891011>>