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

  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
addipopt.c 21 u_char lvl; local
39 lvl = seclevel(class);
40 *(op - 1) = lvl;
  /onnv/onnv-gate/usr/src/cmd/svc/configd/
snapshot.c 68 rc_snaplevel_t *lvl, *next; local
75 for (lvl = sp->rs_levels; lvl != NULL; lvl = next) {
76 next = lvl->rsl_next;
78 assert(lvl->rsl_parent == sp);
79 lvl->rsl_parent = NULL;
81 if (lvl->rsl_service)
82 free((char *)lvl->rsl_service);
83 if (lvl->rsl_instance
    [all...]
file_object.c 1074 rc_snaplevel_t *lvl; local
1106 for (lvl = sp->rs_levels; lvl != NULL; lvl = lvl->rsl_next) {
1109 nl.rl_main_id = lvl->rsl_level_id;
1110 nnp = rc_node_setup_snaplevel(nnp, &nl, lvl, np);
1125 rc_snaplevel_t *lvl = np->rn_snaplevel; local
1139 lvl->rsl_level_id);
1771 rc_snaplevel_t *lvl; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
Debug.java 167 static public void setDebugLevel(int lvl) {
168 if (lvl < ALL || lvl > NONE)
171 globalDebugLevel = lvl;
178 static public void setDebugLevel(Object o, int lvl) {
179 if (lvl < ALL || lvl > NONE)
182 classDB.put(o.getClass(), new Integer(lvl));
190 static public void setDebugLevel(String classname, int lvl) {
191 if (lvl < ALL || lvl > NONE
220 int lvl = globalDebugLevel; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
dnode.c 1415 int lvl, maxlvl; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/usb/usba/
usbai.c 843 int i, lvl, rval; local
939 for (lvl = USB_DEV_OS_PWR_0; lvl <= USB_DEV_OS_PWR_3; lvl++) {
940 if (*ptr || (lvl == USB_DEV_OS_PWR_3)) {
943 lvl, USB_DEV_OS_PWR2USB_PWR(lvl));
948 *pwr_states |= USB_DEV_PWRMASK(lvl);
  /onnv/onnv-gate/usr/src/uts/common/io/ppm/
ppm.c 453 uint8_t level, lvl; local
492 if ((ret = ppm_fetget(domp, &lvl)) != 0) {
496 level = (lvl == PPMD_ON) ?
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ipf/tools/
ipmon.c 984 int i, v, lvl, res, len, off, plen, ipoff, defaction; local
1063 lvl = LOG_NOTICE;
1067 lvl = LOG_ERR;
1080 lvl = LOG_WARNING;
1083 lvl = LOG_INFO;
1088 lvl = LOG_EMERG;
1091 lvl = ipf->fl_loglevel;
1321 defaction = check_action(buf, line, opts, lvl);
1324 syslog(lvl, "%s", line);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
nl7chttp.c 868 int max, lvl, inc, ix; local
877 lvl = max;
878 while (lvl >>= 1) {
879 inc = lvl >> 1;
880 for (ix = lvl; ix < max; ix += lvl << 1) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
pp_sys.c 2620 unsigned int lvl; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/vm/
hat_i86.c 482 level_t lvl; local
485 lvl = 0;
488 lvl = 2;
491 lvl = 1;
495 lvl = 1;
498 lvl = 1;
501 mmu.max_page_level = lvl;
503 if ((lvl == 2) && (enable_1gpg == 0))
506 mmu.umax_page_level = lvl;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/init/
init.c 227 typedef struct lvl { struct
1033 * mechanism other than LVL{a|b|c} and the current level
    [all...]

Completed in 360 milliseconds