Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/spell/
H A Dspellprog.c405 trysuff(char *ep, int lev) in trysuff() argument
410 lev += DLEV; in trysuff()
411 deriv[lev] = deriv[lev-1] = 0; in trysuff()
421 if ((*t->p1)(ep-t->n1, t->d1, t->a1, lev+1)) in trysuff()
424 deriv[lev] = deriv[lev+1] = 0; in trysuff()
425 return ((*t->p2)(ep-t->n2, t->d2, t->a2, lev)); in trysuff()
441 strip(char *ep, char *d, char *a, int lev) in strip() argument
443 return (trypref(ep, a, lev)||trysuff(ep, lev)); in strip()
447 s(char *ep, char *d, char *a, int lev) in s() argument
449 if (lev > DLEV+1) in s()
[all …]
/titanic_41/usr/src/cmd/bc/
H A Dbc.y87 int lev = 0; /* current scope level */ variable
108 ttp = bundle(6, pre, $7, post, "0", numb[lev], "Q");
112 lev = bindx = 0;
135 = bundle(2, numb[lev-bstack[bindx-1]], "Q");
137 = bundle(4, $3, post, numb[lev], "Q");
139 = bundle(4, "0", post, numb[lev], "Q");
141 = bundle(4, "0", post, numb[lev], "Q");
415 bstack[bindx++] = lev++;
424 lev = 1;
791 lev--; in conout()
[all …]
/titanic_41/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))
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c259 cyc_level_t lev; in cycinfo() local
381 for (lev = CY_LOW_LEVEL; lev < CY_LOW_LEVEL + CY_SOFT_LEVELS; lev++) { in cycinfo()
382 cyc_softbuf_t *softbuf = &cpu.cyp_softbuf[lev]; in cycinfo()
410 lev == CY_HIGH_LEVEL ? "high" : in cycinfo()
411 lev == CY_LOCK_LEVEL ? "lock" : in cycinfo()
412 lev == CY_LOW_LEVEL ? "low" : "????", in cycinfo()
519 int i, ndx, new_ndx, lev, rval; in cyctrace_walk_step() local
534 lev = i; in cyctrace_walk_step()
544 buf = &buf[lev]; in cyctrace_walk_step()
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c170 ctl_server(evContext lev, const struct sockaddr *sap, size_t sap_len, in ctl_server() argument
198 ctx->ev = lev; in ctl_server()
222 if (ctx->sock > evHighestFD(lev)) { in ctl_server()
254 if (evListen(lev, ctx->sock, backlog, ctl_accept, ctx, in ctl_server()
402 ctl_accept(evContext lev, void *uap, int fd, in ctl_accept() argument
411 UNUSED(lev); in ctl_accept()
567 ctl_readable(evContext lev, void *uap, int fd, int evmask) { in ctl_readable() argument
580 evTouchIdleTimer(lev, sess->rdtiID); in ctl_readable()
626 ctl_wrtimeout(evContext lev, void *uap, in ctl_wrtimeout() argument
635 UNUSED(lev); in ctl_wrtimeout()
[all …]
H A Dctl_clnt.c147 ctl_client(evContext lev, const struct sockaddr *cap, size_t cap_len, in ctl_client() argument
165 ctx->ev = lev; in ctl_client()
201 if (evConnect(lev, ctx->sock, (const struct sockaddr *)sap, sap_len, in ctl_client()
443 write_done(evContext lev, void *uap, int fd, int bytes) { in write_done() argument
447 UNUSED(lev); in write_done()
/titanic_41/usr/src/cmd/logger/
H A Dlogger.c314 int lev; local
326 lev = decode(s, PriNames);
327 if (lev < 0)
330 return ((lev & LOG_PRIMASK) | (fac & LOG_FACMASK));
/titanic_41/usr/src/cmd/unpack/
H A Dunpack.c173 int j, lev, cont = 1; in decode() local
177 lev = 1; in decode()
203 if ((j = i - intnodes[lev]) >= 0) { in decode()
204 p = &tree[lev][j]; in decode()
228 lev = 1; in decode()
231 lev++; in decode()
/titanic_41/usr/src/lib/libc/port/locale/
H A Dengine.c559 sopno stopst, sopno lev, /* PLUS nesting level */ in backref() argument
680 return (backref(m, sp+len, stop, ss+1, stopst, lev, rec)); in backref()
682 dp = backref(m, sp, stop, ss+1, stopst, lev, rec); in backref()
685 return (backref(m, sp, stop, ss+OPND(s)+1, stopst, lev, rec)); in backref()
688 assert(lev+1 <= m->g->nplus); in backref()
689 m->lastpos[lev+1] = sp; in backref()
690 return (backref(m, sp, stop, ss+1, stopst, lev+1, rec)); in backref()
692 if (sp == m->lastpos[lev]) /* last pass matched null */ in backref()
693 return (backref(m, sp, stop, ss+1, stopst, lev-1, rec)); in backref()
695 m->lastpos[lev] = sp; in backref()
[all …]
/titanic_41/usr/src/uts/common/fs/portfs/
H A Dport.c1164 port_kevent_t *lev; in port_getn() local
1391 lev = NULL; /* start with first event in the queue */ in port_getn()
1393 pev = port_get_kevent(glist, lev); in port_getn()
1412 if (lev != NULL) in port_getn()
1413 list_insert_after(glist, lev, pev); in port_getn()
1416 lev = pev; /* last checked event */ in port_getn()
1433 lev = NULL; /* start with first event in the queue */ in port_getn()
1435 pev = port_get_kevent(glist, lev); in port_getn()
1454 if (lev != NULL) in port_getn()
1455 list_insert_after(glist, lev, pev); in port_getn()
[all …]
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Didmapd.h86 #define DBG(type, lev) \ argument
87 (_idmapdstate.debug[IDMAPD_DEBUG_##type] >= (lev) || \
88 _idmapdstate.debug[IDMAPD_DEBUG_ALL] >= (lev))
/titanic_41/usr/src/lib/libast/common/misc/
H A Dmagic.c1636 int lev; in load() local
1649 lev = 0; in load()
1671 if (++lev < MAXNEST) in load()
1677 if (!last || lev <= 0) in load()
1682 else if (lev-- == ent) in load()
1714 ent = ++lev; in load()
1738 ep->nest = (lev > 0 && lev != ent) ? ('0' + lev - !!ent) : ' '; in load()
1759 if (!lev && last) in load()
1761 lev = 1; in load()
1781 ep->cont = (lev > 0) ? '&' : '#'; in load()
[all …]
H A Doptget.c1596 int lev = level; in textout() local
1618 else if ((level -= 2) <= lev) in textout()
1728 if (level > lev && *p && *(p = next(p, version)) == '[') in textout()
1779 if ((*p == '#' || *p == ':') && level > lev) in textout()
1867 else if (*p == '[' && level > lev) in textout()
1900 if ((level -= 2) <= lev) in textout()
2045 else if (c == '[' && level > lev) in textout()
/titanic_41/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c132 void pname(ino_t i, int lev);
537 pname(ino_t i, int lev) in pname() argument
548 if (lev > 10) { in pname()
552 pname(hp->h_pino, ++lev); in pname()
/titanic_41/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) }
/titanic_41/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.c8035 aac_cmn_err(struct aac_softstate *softs, uint_t lev, char sl, int noheader) in aac_cmn_err() argument
8040 cmn_err(lev, aac_fmt, aac_prt_buf); in aac_cmn_err()
8042 cmn_err(lev, &aac_fmt[1], aac_prt_buf); in aac_cmn_err()
8047 cmn_err(lev, aac_fmt_header, in aac_cmn_err()
8051 cmn_err(lev, &aac_fmt_header[1], in aac_cmn_err()
8065 aac_printf(struct aac_softstate *softs, uint_t lev, const char *fmt, ...) in aac_printf() argument
8137 aac_cmn_err(softs, lev, sl, in aac_printf()
8142 aac_cmn_err(softs, lev, sl, 1); in aac_printf()
/titanic_41/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
/titanic_41/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c139 void pname(FILE *stream, ino_t i, int lev);
596 pname(FILE *stream, ino_t i, int lev) in pname() argument
606 if (lev > 10) { in pname()
610 pname(stream, hp->h_pino, ++lev); in pname()
/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy2.c174 { int ii, i, j, lev, t, ty; local
346 lev = 0;
465 lev = (t-TERM) | 04;
498 if (lev & ~04) {
507 SETASC(toklev[j], lev);
514 SETASC(toklev[j], lev);
/titanic_41/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c72 #define ACPI_DRV_DBG(lev, devp, ...) \ argument
75 (lev), __VA_ARGS__); \
84 #define ACPI_DRV_DBG(lev, devp, ...) argument
262 static void acpi_drv_printf(struct acpi_drv_dev *devp, uint_t lev,
775 acpi_drv_printf(struct acpi_drv_dev *devp, uint_t lev, in acpi_drv_printf() argument
787 cmn_err(lev, "%s.%s: %s", devp->hid, devp->uid, in acpi_drv_printf()
790 cmn_err(lev, "%s", acpi_drv_prt_buf); in acpi_drv_printf()
H A Dacpi_video.c471 int lev = o->Integer.Value; in acpi_video_enum_output() local
475 "brlev=%d i=%d nlev=%d\n", lev, i, nlev); in acpi_video_enum_output()
480 vidbp->levels[i] = lev; in acpi_video_enum_output()
/titanic_41/usr/src/uts/common/os/
H A Dcyclic.c1309 uint32_t lev, nlev; in cyclic_softint() local
1314 lev = cpu->cyp_modify_levels; in cyclic_softint()
1315 nlev = lev + 1; in cyclic_softint()
1316 } while (atomic_cas_32(&cpu->cyp_modify_levels, lev, nlev) != in cyclic_softint()
1317 lev); in cyclic_softint()
/titanic_41/usr/src/cmd/tar/
H A Dtar.c463 attr_data_t *attrinfo, int filetype, int lev, int symlink_lev);
1747 int filetype, int lev, int symlink_lev) in putfile() argument
1806 if (lev > MAXLEV) { in putfile()
2161 NORMAL_FILE, lev + 1, symlink_lev); in putfile()