| /netvirt/usr/src/cmd/ipf/lib/common/ |
| addipopt.c | 21 u_char lvl; local 39 lvl = seclevel(class); 40 *(op - 1) = lvl;
|
| /netvirt/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 | 1055 rc_snaplevel_t *lvl; local 1087 for (lvl = sp->rs_levels; lvl != NULL; lvl = lvl->rsl_next) { 1090 nl.rl_main_id = lvl->rsl_level_id; 1091 nnp = rc_node_setup_snaplevel(nnp, &nl, lvl, np); 1106 rc_snaplevel_t *lvl = np->rn_snaplevel; local 1120 lvl->rsl_level_id); 1752 rc_snaplevel_t *lvl; local [all...] |
| /netvirt/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...] |
| /netvirt/usr/src/uts/common/fs/zfs/ |
| dnode.c | 1233 int lvl, uint64_t blkfill, uint64_t txg) 1345 int lvl, maxlvl; local [all...] |
| /netvirt/usr/src/uts/common/io/ppm/ |
| ppm.c | 454 uint8_t level, lvl; local 493 if ((ret = ppm_fetget(domp, &lvl)) != 0) { 497 level = (lvl == PPMD_ON) ? [all...] |
| /netvirt/usr/src/uts/common/io/usb/usba/ |
| usbai.c | 844 int i, lvl, rval; local 940 for (lvl = USB_DEV_OS_PWR_0; lvl <= USB_DEV_OS_PWR_3; lvl++) { 941 if (*ptr || (lvl == USB_DEV_OS_PWR_3)) { 944 lvl, USB_DEV_OS_PWR2USB_PWR(lvl)); 949 *pwr_states |= USB_DEV_PWRMASK(lvl);
|
| /netvirt/usr/src/cmd/ipf/tools/ |
| ipmon.c | 982 int i, v, lvl, res, len, off, plen, ipoff, defaction; local 1061 lvl = LOG_NOTICE; 1065 lvl = LOG_ERR; 1078 lvl = LOG_WARNING; 1081 lvl = LOG_INFO; 1086 lvl = LOG_EMERG; 1089 lvl = ipf->fl_loglevel; 1314 defaction = check_action(buf, line, opts, lvl); 1317 syslog(lvl, "%s", line); [all...] |
| /netvirt/usr/src/uts/common/fs/sockfs/ |
| nl7chttp.c | 869 int max, lvl, inc, ix; local 878 lvl = max; 879 while (lvl >>= 1) { 880 inc = lvl >> 1; 881 for (ix = lvl; ix < max; ix += lvl << 1) { [all...] |
| /netvirt/usr/src/cmd/perl/5.6.1/distrib/ |
| pp_sys.c | 2374 unsigned int lvl; local [all...] |
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/ |
| pp_sys.c | 2620 unsigned int lvl; local [all...] |
| /netvirt/usr/src/cmd/init/ |
| init.c | 229 typedef struct lvl { struct 1016 * mechanism other than LVL{a|b|c} and the current level [all...] |