Home
last modified time | relevance | path

Searched refs:lev (Results 1 – 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/spell/
H A Dspellprog.c410 lev += DLEV; in trysuff()
411 deriv[lev] = deriv[lev-1] = 0; in trysuff()
424 deriv[lev] = deriv[lev+1] = 0; in trysuff()
443 return (trypref(ep, a, lev)||trysuff(ep, lev)); in strip()
449 if (lev > DLEV+1) in s()
510 if (lev > DLEV) in es()
628 if (trypref(ep, d, lev)||trysuff(ep, lev)) in VCe()
669 deriv[lev] = a; in trypref()
674 deriv[lev+1] = pp; in trypref()
684 deriv[lev+1] = deriv[lev+2] = 0; in trypref()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddttree.c49 for(k = 0; k < lev; ++k) in dttreeprint()
77 dttreeprint(dt, here->_left, lev+1, objprintf); in dttreeprint()
79 dttreeprint(dt, here->_rght, lev+1, objprintf); in dttreeprint()
190 static ssize_t tsize(root, lev, st) in tsize()
192 ssize_t lev;
205 { st->mlev = lev > st->mlev ? lev : st->mlev;
206 if(lev < DT_MAXSIZE)
207 { st->msize = lev > st->msize ? lev : st->msize;
208 st->lsize[lev] += 1; /* count #objects per level */
214 if((z = tsize(root->_left, lev+1, st)) < 0)
[all …]
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y84 int lev = 0; /* current scope level */ variable
105 ttp = bundle(6, pre, $7, post, "0", numb[lev], "Q");
109 lev = bindx = 0;
132 = bundle(2, numb[lev-bstack[bindx-1]], "Q");
134 = bundle(4, $3, post, numb[lev], "Q");
136 = bundle(4, "0", post, numb[lev], "Q");
138 = bundle(4, "0", post, numb[lev], "Q");
412 bstack[bindx++] = lev++;
421 lev = 1;
788 lev--; in conout()
[all …]
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_impl.h41 #define DBG(type, lev) \ argument
42 (ad_debug[AD_DEBUG_##type] >= (lev) || \
43 ad_debug[AD_DEBUG_ALL] >= (lev))
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c192 ctx->ev = lev; in ctl_server()
216 if (ctx->sock > evHighestFD(lev)) { in ctl_server()
248 if (evListen(lev, ctx->sock, backlog, ctl_accept, ctx, in ctl_server()
396 ctl_accept(evContext lev, void *uap, int fd, in ctl_accept() argument
405 UNUSED(lev); in ctl_accept()
574 evTouchIdleTimer(lev, sess->rdtiID); in ctl_readable()
620 ctl_wrtimeout(evContext lev, void *uap, in ctl_wrtimeout() argument
629 UNUSED(lev); in ctl_wrtimeout()
647 ctl_rdtimeout(evContext lev, void *uap, in ctl_rdtimeout() argument
656 UNUSED(lev); in ctl_rdtimeout()
[all …]
H A Dctl_clnt.c141 ctl_client(evContext lev, const struct sockaddr *cap, size_t cap_len, in ctl_client() argument
159 ctx->ev = lev; in ctl_client()
195 if (evConnect(lev, ctx->sock, (const struct sockaddr *)sap, sap_len, in ctl_client()
437 write_done(evContext lev, void *uap, int fd, int bytes) { in write_done() argument
441 UNUSED(lev); in write_done()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c248 cyc_level_t lev; in cycinfo() local
366 for (lev = CY_LOW_LEVEL; lev < CY_LOW_LEVEL + CY_SOFT_LEVELS; lev++) { in cycinfo()
367 cyc_softbuf_t *softbuf = &cpu.cyp_softbuf[lev]; in cycinfo()
394 lev == CY_HIGH_LEVEL ? "high" : in cycinfo()
395 lev == CY_LOCK_LEVEL ? "lock" : in cycinfo()
396 lev == CY_LOW_LEVEL ? "low" : "????", in cycinfo()
502 int i, ndx, new_ndx, lev, rval; in cyctrace_walk_step() local
517 lev = i; in cyctrace_walk_step()
527 buf = &buf[lev]; in cyctrace_walk_step()
/illumos-gate/usr/src/cmd/logger/
H A Dlogger.c313 int lev; in pencode() local
326 lev = decode(s, PriNames); in pencode()
327 if (lev < 0) in pencode()
330 return ((lev & LOG_PRIMASK) | (fac & LOG_FACMASK)); in pencode()
/illumos-gate/usr/src/cmd/unpack/
H A Dunpack.c171 int j, lev, cont = 1; in decode() local
175 lev = 1; in decode()
201 if ((j = i - intnodes[lev]) >= 0) { in decode()
202 p = &tree[lev][j]; in decode()
226 lev = 1; in decode()
229 lev++; in decode()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dengine.c593 sopno stopst, sopno lev, /* PLUS nesting level */ in backref() argument
714 dp = backref(m, sp, stop, ss+1, stopst, lev, rec); in backref()
720 assert(lev+1 <= m->g->nplus); in backref()
721 m->lastpos[lev+1] = sp; in backref()
722 return (backref(m, sp, stop, ss+1, stopst, lev+1, rec)); in backref()
724 if (sp == m->lastpos[lev]) /* last pass matched null */ in backref()
725 return (backref(m, sp, stop, ss+1, stopst, lev-1, rec)); in backref()
727 m->lastpos[lev] = sp; in backref()
737 dp = backref(m, sp, stop, ssub, esub, lev, rec); in backref()
759 dp = backref(m, sp, stop, ss+1, stopst, lev, rec); in backref()
[all …]
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c1168 port_kevent_t *lev; in port_getn() local
1401 lev = NULL; /* start with first event in the queue */ in port_getn()
1403 pev = port_get_kevent(glist, lev); in port_getn()
1422 if (lev != NULL) in port_getn()
1423 list_insert_after(glist, lev, pev); in port_getn()
1426 lev = pev; /* last checked event */ in port_getn()
1449 lev = NULL; /* start with first event in the queue */ in port_getn()
1451 pev = port_get_kevent(glist, lev); in port_getn()
1470 if (lev != NULL) in port_getn()
1471 list_insert_after(glist, lev, pev); in port_getn()
[all …]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.h87 #define DBG(type, lev) \ argument
88 (_idmapdstate.debug[IDMAPD_DEBUG_##type] >= (lev) || \
89 _idmapdstate.debug[IDMAPD_DEBUG_ALL] >= (lev))
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c1677 int lev; in load() local
1690 lev = 0; in load()
1712 if (++lev < MAXNEST) in load()
1755 ent = ++lev; in load()
1779 ep->nest = (lev > 0 && lev != ent) ? ('0' + lev - !!ent) : ' '; in load()
1800 if (!lev && last) in load()
1802 lev = 1; in load()
1829 if (lev) in load()
1835 lev = 0; in load()
2216 if (lev < 0) in load()
[all …]
H A Doptget.c1833 int lev = level; in textout() local
1855 else if ((level -= 2) <= lev) in textout()
1965 if (level > lev && *s && *(s = next(s, version)) == '[') in textout()
2026 if ((*s == '#' || *s == ':') && level > lev) in textout()
2114 else if (*s == '[' && level > lev) in textout()
2147 if ((level -= 2) <= lev) in textout()
2302 else if (c == '[' && level > lev) in textout()
/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c130 void pname(ino_t i, int lev);
535 pname(ino_t i, int lev) in pname() argument
546 if (lev > 10) { in pname()
550 pname(hp->h_pino, ++lev); in pname()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1460 #define DEBLOCK(d) int lev = CE_NOTE; mutex_enter(&st_debug_mutex); \
1461 if (d == st_lastdev || d == 0) lev = CE_CONT; mutex_exit(&st_debug_mutex);
1489 scsi_log(d, st_label, lev, #fn); DEBUNLOCK(d) }
1493 scsi_log(d, st_label, lev, #fn); DEBUNLOCK(d) }
1500 st_print_cdb(d, st_label, lev, cmnt, cdb); DEBUNLOCK(d) }
1504 st_clean_print(d, st_label, lev, cmnt, sense, size); DEBUNLOCK(d) }
1508 st_print_position(d, st_label, lev, cmnt, pdata); DEBUNLOCK(d) }
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h549 #define AACDB_PRINT(s, lev, ...) { \ argument
551 aac_printf((s), (lev), __VA_ARGS__); }
576 #define AACDB_PRINT(s, lev, ...)
H A Daac.c8039 aac_cmn_err(struct aac_softstate *softs, uint_t lev, char sl, int noheader) in aac_cmn_err() argument
8044 cmn_err(lev, aac_fmt, aac_prt_buf); in aac_cmn_err()
8046 cmn_err(lev, &aac_fmt[1], aac_prt_buf); in aac_cmn_err()
8051 cmn_err(lev, aac_fmt_header, in aac_cmn_err()
8055 cmn_err(lev, &aac_fmt_header[1], in aac_cmn_err()
8069 aac_printf(struct aac_softstate *softs, uint_t lev, const char *fmt, ...) in aac_printf() argument
8141 aac_cmn_err(softs, lev, sl, in aac_printf()
8146 aac_cmn_err(softs, lev, sl, 1); in aac_printf()
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dworker.c143 # define POOL_LEV_DPRINTF(lev, x) \ argument
145 if ((lev) < ctx->ctx_dbg) \
149 # define POOL_LEV_DPRINTF(lev, x) argument
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c137 void pname(FILE *stream, ino_t i, int lev);
594 pname(FILE *stream, ino_t i, int lev) in pname() argument
604 if (lev > 10) { in pname()
608 pname(stream, hp->h_pino, ++lev); in pname()
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c173 int ii, i, j, lev, t, ty; in setup() local
340 lev = 0; in setup()
459 lev = (t-TERM) | 04; in setup()
492 if (lev & ~04) { in setup()
501 SETASC(toklev[j], lev); in setup()
508 SETASC(toklev[j], lev); in setup()
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c62 #define ACPI_DRV_DBG(lev, devp, ...) \ argument
65 (lev), __VA_ARGS__); \
74 #define ACPI_DRV_DBG(lev, devp, ...) argument
253 static void acpi_drv_printf(struct acpi_drv_dev *devp, uint_t lev,
745 acpi_drv_printf(struct acpi_drv_dev *devp, uint_t lev, in acpi_drv_printf() argument
757 cmn_err(lev, "%s.%s: %s", devp->hid, devp->uid, in acpi_drv_printf()
760 cmn_err(lev, "%s", acpi_drv_prt_buf); in acpi_drv_printf()
H A Dacpi_video.c474 int lev = o->Integer.Value; in acpi_video_enum_output() local
478 "brlev=%d i=%d nlev=%d\n", lev, i, nlev); in acpi_video_enum_output()
483 vidbp->levels[i] = lev; in acpi_video_enum_output()
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c1317 uint32_t lev, nlev; in cyclic_softint() local
1322 lev = cpu->cyp_modify_levels; in cyclic_softint()
1323 nlev = lev + 1; in cyclic_softint()
1324 } while (atomic_cas_32(&cpu->cyp_modify_levels, lev, nlev) != in cyclic_softint()
1325 lev); in cyclic_softint()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c457 attr_data_t *attrinfo, int filetype, int lev, int symlink_lev);
1821 int filetype, int lev, int symlink_lev) in putfile() argument
1880 if (lev > MAXLEV) { in putfile()
2234 NORMAL_FILE, lev + 1, symlink_lev); in putfile()