HomeSort by relevance Sort by last modified time
    Searched defs:category (Results 1 - 18 of 18) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/lib/
inittab.c 59 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);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
SelectOptionDialog.java 51 private JComboBox category; field in class:SelectOptionDialog
80 public void setCategory(OptionContext category) {
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 selected, update table to view categor
    [all...]
CreateOptionDialog.java 56 private JComboBox category; field in class:CreateOptionDialog
180 // Label and combo box for category
189 category = new JComboBox(categories);
191 l.setLabelFor(category);
195 category.setEditable(false);
197 bag.setConstraints(category, c);
198 fieldPanel.add(category);
516 // If category != VENDOR you can't mess with the client class data
517 category.addItemListener(new ItemListener() {
519 OptionContext ctxt = categories[category.getSelectedIndex()]
    [all...]
  /onnv/onnv-gate/usr/src/cmd/scadm/sparc/mpxu/common/
eventlog.c 51 int category; local
56 category = eventId >> 16;
59 alertCategory = rsc_alerts[category];
109 * This function will expand the base message for the category/event
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
dhcpd.h 54 * category must be used to distinguish (see libdhcputil).
57 uchar_t category; /* Option category */ member in struct:encoded
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
fw.h 92 char _TKFAR *category; member in struct:invk_request
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgchk/
main.c 72 #define ERR_CAT_LNGTH "The category argument exceeds the SVr4 ABI\n" \
74 #define ERR_CAT_FND "Category argument <%s> cannot be found."
75 #define ERR_CAT_INV "Category argument <%s> is invalid."
85 "\t\t[-V ...] [-M] [-i file] [-Y category[, ...] | " \
91 "\t\t-Y category[, ...]\n"
146 char **category = NULL; local
290 if ((category = get_categories(catg_arg)) == NULL) {
293 } else if (is_not_valid_length(category)) {
361 pkg = gpkglist(pkgdir, all_pkgs, category);
419 pkg = gpkglist(spooldir, all_pkgs, category);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/i18n/
gettext.h 159 int category; /* category argument */ member in struct:msg_pack
  /onnv/onnv-gate/usr/src/lib/libdhcputil/common/
dhcp_inittab.c 79 * the category_map_entry_t is used to map the inittab category codes to
82 * than one category at a time. this map is also used to map the inittab
83 * string representation of a category to its numerical code.
321 char *category, *spacep; local
342 category = strpbrk(fields[ITAB_NAME], " \t");
343 if (category == NULL)
350 while (isspace(*category))
351 category++;
353 spacep = strpbrk(category, " \t");
355 category = spacep
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rsm/
rsmka_pathmanager.c 187 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_DEBUG
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkginfo/
pkginfo.c 74 " -c category, [category...]\n" \
434 char category[128]; local
463 (void) sscanf(info.catg, "%[^, \t\n]", category);
465 (void) strcpy(category, "preSVR4");
467 (void) strcpy(category, "(unknown)");
469 (void) printf(SFMT, category, pkgLngth, pkgLngth, info.pkginst,
478 (void) printf(FMT, "CATEGORY", info.catg);
600 return (1); /* no category specified in pkginfo is a bug */
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgrm/
main.c 246 char **category = NULL; local
499 * CATEGORY variable from the installed/spooled
505 if ((category = get_categories(catg_arg)) == NULL) {
508 } else if (is_not_valid_category(category,
512 } else if (is_not_valid_length(category)) {
583 /* -n used without pkg names or category */
693 * error if there are packages on the command line and a category
736 catg_arg, category, &pkgdev);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
setlocale.c 146 native_setlocale(int category, const char* locale)
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)
805 return (locales[1]->flags & (1<<category)) ? locales[1]->name : locales[0]->name
    [all...]
  /onnv/onnv-gate/usr/src/cmd/locale/
locale.c 89 static int print_category(int category, int cflag, int kflag);
258 int category; member in struct:locale_name
272 * symbolic name, category, and type (STR INT ...)
280 int category; member in struct:key
587 * try each category.
712 * Print out the keyword value or category info.
713 * Call print_category() to print the entire locale category, if the name
714 * given is recognized as a category.
725 * name is a category name
726 * print out all keywords in this category
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdhcpagent/common/
dhcpagent_ipc.h 101 uint_t category; member in struct:__anon4
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgadd/
main.c 309 char **category = NULL; local
848 * of the CATEGORY parameter stored in the package's
850 * whose CATEGORY matches one of the specified categories
852 * packages that contain the same CATEGORY as the one
862 if ((category = get_categories(catg_arg)) == NULL) {
865 } else if (is_not_valid_length(category)) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_common_transact.c 243 uint16_t fid, category, function, tpscnt, tdscnt, mprcnt; local
248 rc = smbsr_decode_vwv(sr, "wwwwwwwl2.wwww", &fid, &category, &function,
    [all...]
  /onnv/onnv-gate/usr/src/common/mms/h/api/
db_defs_api.h 619 int category; member in struct:__anon2042

Completed in 420 milliseconds