/illumos-gate/usr/src/uts/common/io/rsm/ |
H A D | rsmka_pathmanager.c | 671 DBG_PRINTF((category, RSM_DEBUG, in rsmka_add_adapter() 688 DBG_PRINTF((category, RSM_ERR, in rsmka_add_adapter() 699 DBG_PRINTF((category, RSM_ERR, in rsmka_add_adapter() 707 DBG_PRINTF((category, RSM_DEBUG, in rsmka_add_adapter() 737 DBG_PRINTF((category, RSM_ERR, in rsmka_add_adapter() 757 DBG_PRINTF((category, RSM_ERR, in rsmka_add_adapter() 886 DBG_PRINTF((category, RSM_DEBUG, in rsmka_add_path() 966 DBG_PRINTF((category, RSM_DEBUG, in rsmka_remove_path() 1009 DBG_PRINTF((category, RSM_ERR, in rsmka_remove_path() 1123 DBG_PRINTF((category, RSM_DEBUG, in rsmka_path_down() [all …]
|
H A D | rsm.c | 1064 DBG_DEFINE(category, in rsm_getadapter() 3618 DBG_DEFINE(category, in rsm_intr_segconnect() 3652 DBG_DEFINE(category, in rsm_force_unload() 3701 DBG_DEFINE(category, in rsm_intr_reply() 3740 DBG_DEFINE(category, in rsm_sqready_ack_deferred() 3795 DBG_DEFINE(category, in rsm_proc_sqready() 3876 DBG_DEFINE(category, in rsm_proc_sqready_ack() 3956 DBG_DEFINE(category, in rsm_add_credits() 4023 DBG_DEFINE(category, in rsm_intr_event() 4094 DBG_DEFINE(category, in importer_update() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | setlocale.c | 2476 (*lc_categories[category].setf)(&lc_categories[category]); in single() 2485 if (lc_categories[category].external == -lc_categories[category].internal) in single() 2519 if (lc_categories[category].external != -lc_categories[category].internal) in single() 2523 if (lc_categories[category].setf && (*lc_categories[category].setf)(&lc_categories[category])) in single() 2525 locales[category] = lc_categories[category].prev; in single() 2542 (*lc_categories[category].setf)(&lc_categories[category]); in single() 2570 if ((locales[category]->flags | lc_categories[category].flags) & LC_local) in single() 2574 if ((locales[category]->flags | lc_categories[category].flags) & LC_setenv) in single() 2715 if ((category = lcindex(category, 0)) < 0) in _ast_setlocale() 2724 if (category != AST_LC_ALL && category != AST_LC_LANG) in _ast_setlocale() [all …]
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | logging.c | 250 if (category < 0 || category > lc->num_categories) in log_check() 252 lcl = lc->categories[category]; in log_check() 254 category = 0; in log_check() 294 if (category < 0 || category > lc->num_categories) in log_vwrite() 296 original_category = category; in log_vwrite() 297 lcl = lc->categories[category]; in log_vwrite() 299 category = 0; in log_vwrite() 487 if (lc == NULL || category < 0 || category >= lc->num_categories) { in log_add_channel() 499 lc->categories[category] = lcl; in log_add_channel() 509 if (lc == NULL || category < 0 || category >= lc->num_categories) { in log_remove_channel() [all …]
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | localeimpl.c | 224 if (category < 0 || category >= LC_ALL) in locdata_get_cache() 229 loc = cache_data[category]; in locdata_get_cache() 266 loc = (*loaders[category])(locname); in locdata_get_cache() 279 cache_data[category] = loc; in locdata_get_cache() 282 loc->l_next = cat_data[category]; in locdata_get_cache() 283 cat_data[category] = loc; in locdata_get_cache() 320 locname = get_locale_env(category); in locdata_get() 345 return (posix_locale.locdata[category]); in locdata_get() 363 return (&cutf_locdata[category]); in locdata_get() 378 get_locale_env(int category) in get_locale_env() argument [all …]
|
H A D | setlocale.c | 68 setlocale(int category, const char *locname) in setlocale() argument 74 if (category < 0 || category > LC_ALL) { in setlocale() 80 return (current_locale(___global_locale, category)); in setlocale() 82 mask = (category == LC_ALL ? LC_ALL_MASK : (1 << category)); in setlocale() 120 return (current_locale(loc, category)); in setlocale()
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/ |
H A D | mDNSDebug.c | 57 mDNSlocal void LogMsgWithLevelv(os_log_t category, os_log_type_t level, const char *format, va_list… in LogMsgWithLevelv() argument 61 os_log_with_type(category ? category : mDNSLogCategory_Default, level, "%{private}s", buffer); in LogMsgWithLevelv() 64 mDNSlocal void LogMsgWithLevelv(const char *category, mDNSLogLevel_t level, const char *format, va_… in LogMsgWithLevelv() argument 69 if (category) mDNS_snprintf_add(&dst, lim, "%s: ", category); in LogMsgWithLevelv() 97 mDNSexport void LogMsgWithLevel(mDNSLogCategory_t category, mDNSLogLevel_t level, const char *forma… in LogMsg_() 98 LOG_HELPER_BODY(category, level) in LogMsg_()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | getargs.c | 171 _uu_setlocale(int category, char *locale) in _uu_setlocale() argument 177 if ((tmp = setlocale(category, NULL)) == NULL) in _uu_setlocale() 189 if (setlocale(category, locale) == NULL) { in _uu_setlocale() 200 _uu_resetlocale(int category, char *locale) in _uu_resetlocale() argument 204 (void) setlocale(category, locale); in _uu_resetlocale()
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | gpkglist.c | 271 is_not_valid_category(char **category, char *progname) in is_not_valid_category() argument 274 if (is_same_CATEGORY(category, "system")) in is_not_valid_category() 289 is_not_valid_length(char **category) in is_not_valid_length() argument 293 for (i = 0; category[i] != NULL; i++) { in is_not_valid_length() 294 if (strlen(category[i]) > MAX_CAT_LEN) in is_not_valid_length() 310 is_same_CATEGORY(char **category, char *persistent_category) in is_same_CATEGORY() argument 323 for (i = 0; category[i] != NULL; i++) { in is_same_CATEGORY() 325 if (strcasecmp(category[i], pers_catgs[j]) == 0) { in is_same_CATEGORY()
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/ |
H A D | dhcpinfo.c | 126 optnum.category = entry->ds_category; in main() 132 optnum.category = ITAB_CAT_STANDARD | ITAB_CAT_SITE; in main() 143 optnum.category = ITAB_CAT_VENDOR; in main() 147 optnum.category |= ITAB_CAT_V6; in main() 149 entry = inittab_getbycode(optnum.category, ITAB_CONS_INFO, in main() 157 optnum.category = entry->ds_category; in main()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | rt.sh | 297 category= 330 category= 401 if [[ $cat != $category ]] 403 category=$cat 404 unit="$main $category" 441 category=
|
/illumos-gate/usr/src/cmd/localedef/ |
H A D | scanner.c | 65 static int category = T_END; variable 474 if ((category != T_CHARMAP) && (category != T_WIDTH)) { in get_wide() 524 if (category == T_END) { in get_symbol() 539 if ((category != T_CHARMAP) && in get_symbol() 567 return (category); in get_category() 599 category = T_END; in consume_token() 606 category = last_kw; in consume_token()
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | gettext.c | 168 dcgettext(const char *domain, const char *msg_id, const int category) in dcgettext() argument 175 res = _real_gettext_u(domain, msg_id, NULL, 0, category, 0, NULL); in dcgettext() 212 unsigned long int n, int category) in dcngettext() argument 219 res = _real_gettext_u(domain, msgid1, msgid2, n, category, 1, NULL); in dcngettext()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | main.c | 150 char **category = NULL; in main() local 291 if ((category = get_categories(catg_arg)) == NULL) { in main() 294 } else if (is_not_valid_length(category)) { in main() 358 pkg = gpkglist(pkgdir, all_pkgs, category); in main() 416 pkg = gpkglist(spooldir, all_pkgs, category); in main() 423 pkgcnt ? pkg : all_pkgs, category); in main()
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/ |
H A D | Utils.xs | 74 dcgettext(domainname, msgid, category) 77 int category
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | mc.c | 57 mcfind(const char* locale, const char* catalog, int category, int nls, char* path, size_t size) in mcfind() argument 75 if ((category = lcindex(category, 1)) < 0) in mcfind() 77 if (!(lc = locale ? lcmake(locale) : locales[category])) in mcfind() 155 v = lc_categories[category].name; in mcfind() 169 …if (category != AST_LC_MESSAGES && strneq(p, lc_messages, sizeof(lc_messages) - 1) && p[sizeof(lc_… in mcfind() 190 …if (s = pathpath(file, "", (!catalog && category == AST_LC_MESSAGES) ? PATH_READ : (PATH_REGULAR|P… in mcfind()
|
/illumos-gate/usr/src/cmd/locale/ |
H A D | locale.c | 89 static int print_category(int category, int cflag, int kflag); 258 int category; member 280 int category; member 728 return (print_category(locale_name[i].category, in print_locale_info() 753 if (first_flag && cflag && key[i].category != LC_LOCDEF) { in print_keyword() 756 locale_name[key[i].category].name); in print_keyword() 987 print_category(int category, int cflag, int kflag) in print_category() argument 992 if (category == LC_ALL) { in print_category() 1002 locale_name[category].name); in print_category() 1006 if (key[i].category == category) { in print_category()
|
/illumos-gate/usr/src/uts/common/sys/rsm/ |
H A D | rsm.h | 125 extern void dbg_printf(int category, int level, char *fmt, ...); 128 #define DBG_ADDCATEGORY(var, category) (var |= (category)) argument 133 #define DBG_ADDCATEGORY(var, category)
|
/illumos-gate/usr/src/cmd/iconv/ |
H A D | scanner.c | 57 static int category = T_END; variable 120 category = T_END; in reset_scanner() 376 if (category == T_END) { in get_symbol() 434 category = T_END; in consume_token() 441 category = last_kw; in consume_token()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | osdep.h | 48 #define CH_MSG(sc, level, category, fmt, ...) argument 50 #define CH_DBG(sc, category, fmt, ...) cxgb_printf(sc->dip, CE_NOTE, ##__VA_ARGS__) argument 52 #define CH_DBG(sc, category, fmt, ...) argument
|
/illumos-gate/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 322 char *category, *spacep; in parse_entry() local 343 category = strpbrk(fields[ITAB_NAME], " \t"); in parse_entry() 344 if (category == NULL) in parse_entry() 351 while (isspace(*category)) in parse_entry() 352 category++; in parse_entry() 354 spacep = strpbrk(category, " \t"); in parse_entry() 356 category = spacep; in parse_entry() 364 spacep = category - 1; in parse_entry() 380 fields[ITAB_CAT] = category; in parse_entry() 1684 category_to_code(const char *category) in category_to_code() argument [all …]
|
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | eventlog.c | 51 int category; in getEventLogMessage() local 56 category = eventId >> 16; in getEventLogMessage() 59 alertCategory = rsc_alerts[category]; in getEventLogMessage()
|
/illumos-gate/usr/src/cmd/latencytop/common/ |
H A D | latencytop.trans | 40 # disable_category <category name> : do not count and display <category name>
|
/illumos-gate/usr/src/lib/libdhcputil/ |
H A D | README.inittab | 66 option_name category, code, type, granularity, maximum, consumers 72 category unique and ideally should be unique across all categories. 76 `category' is one of STANDARD, SITE, VENDOR, FIELD, or INTERNAL and 81 option, without a category. however, in the case of internal 84 should be per-category unique and the STANDARD and SITE fields 113 category (i.e., defined by the DHCP standard), and is option code 133 requests any fields with the VENDOR category. (VENDOR information 199 matching the given name or code for the provided category and the
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_sdapi.h | 278 uint32_t category, 286 uint32_t category,
|