Home
last modified time | relevance | path

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

123

/titanic_41/usr/src/cmd/sendmail/db/lock/
H A Dlock.c44 lock_id(lt, idp) in lock_id() argument
45 DB_LOCKTAB *lt; in lock_id()
50 LOCK_PANIC_CHECK(lt);
52 LOCK_LOCKREGION(lt);
53 if (lt->region->id >= DB_LOCK_MAXID)
54 lt->region->id = 0;
55 id = ++lt->region->id;
56 UNLOCK_LOCKREGION(lt);
63 lock_vec(lt, locker, flags, list, nlist, elistp) in lock_vec() argument
64 DB_LOCKTAB *lt; in lock_vec()
[all …]
H A Dlock_region.c47 DB_LOCKTAB *lt; local
61 if ((ret = __os_calloc(1, sizeof(DB_LOCKTAB), &lt)) != 0)
63 lt->dbenv = dbenv;
81 lt->reginfo.dbenv = dbenv;
82 lt->reginfo.appname = DB_APP_NONE;
84 lt->reginfo.path = NULL;
86 if ((ret = __os_strdup(path, &lt->reginfo.path)) != 0)
88 lt->reginfo.file = DB_DEFAULT_LOCK_FILE;
89 lt->reginfo.mode = mode;
90 lt->reginfo.size =
[all …]
H A Dlock_deadlock.c63 lock_detect(lt, flags, atype) in lock_detect() argument
64 DB_LOCKTAB *lt; in lock_detect()
72 LOCK_PANIC_CHECK(lt);
76 __db_fchk(lt->dbenv, "lock_detect", flags, DB_LOCK_CONFLICT)) != 0)
80 dbenv = lt->dbenv;
83 LOCK_LOCKREGION(lt);
85 UNLOCK_LOCKREGION(lt);
198 DB_LOCKTAB *lt; local
205 lt = dbenv->lk_info;
213 LOCK_LOCKREGION(lt);
[all …]
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Dlock.h26 #define LOCK_PANIC_CHECK(lt) { \ argument
27 if ((lt)->region->hdr.panic) \
65 #define LOCK_LOCKREGION(lt) \ argument
66 (void)__db_mutex_lock(&(lt)->region->hdr.lock, (lt)->reginfo.fd)
67 #define UNLOCK_LOCKREGION(lt) \ argument
68 (void)__db_mutex_unlock(&(lt)->region->hdr.lock, (lt)->reginfo.fd)
166 #define OFFSET_TO_LOCK(lt, off) \ argument
167 ((struct __db_lock *)((u_int8_t *)((lt)->region) + (off)))
168 #define LOCK_TO_OFFSET(lt, lock) \ argument
169 ((size_t)((u_int8_t *)(lock) - (u_int8_t *)lt->region))
[all …]
/titanic_41/usr/src/cmd/sendmail/src/
H A Darpadate.c65 register struct tm *lt; variable
128 lt = localtime(&t);
130 off = (lt->tm_hour - gmt.tm_hour) * 60 + lt->tm_min - gmt.tm_min;
133 if (lt->tm_year < gmt.tm_year)
135 else if (lt->tm_year > gmt.tm_year)
137 else if (lt->tm_yday < gmt.tm_yday)
139 else if (lt->tm_yday > gmt.tm_yday)
153 tz = lt->tm_name;
156 tz = lt->tm_zone;
162 if (lt->tm_isdst > 0)
[all …]
/titanic_41/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c643 lnode_t *lt; in freelonode() local
666 for (lt = TABLE_BUCKET(lp->lo_vp, li); lt != NULL; in freelonode()
667 ltprev = lt, lt = lt->lo_next) { in freelonode()
668 if (lt == lp) { in freelonode()
699 TABLE_BUCKET(lt->lo_vp, li) = lt->lo_next; in freelonode()
701 ltprev->lo_next = lt->lo_next; in freelonode()
703 TABLE_COUNT(lt->lo_vp, li)--; in freelonode()
704 TABLE_LOCK_EXIT(lt->lo_vp, li); in freelonode()
705 kmem_cache_free(lnode_cache, lt); in freelonode()
721 lnode_t *lt; in lfind() local
[all …]
/titanic_41/usr/src/cmd/tip/aculib/
H A Ddn11.c27 int lt, nw; in dn_dialer() local
56 nw = write(dn, num, lt = strlen(num)); in dn_dialer()
57 exit(nw != lt); in dn_dialer()
77 while ((nw = wait(&lt)) != child && nw != -1) in dn_dialer()
81 if (lt != 0) { in dn_dialer()
/titanic_41/usr/src/cmd/refer/
H A Dinv2.c34 int ll = 0, lt = 0; in newkeys() local
50 lt = strlen(bkeys); in newkeys()
53 lt += strlen(bkeys); in newkeys()
93 lp += (strlen(line)+lt+1); in newkeys()
/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy3.c318 int lp, lt, action; in precftn() local
321 lt = toklev[t]; in precftn()
322 if (PLEVEL(lt) == 0 || PLEVEL(lp) == 0) { in precftn()
332 if (PLEVEL(lt) == PLEVEL(lp)) in precftn()
333 action = ASSOC(lt) & ~04; in precftn()
334 else if (PLEVEL(lt) > PLEVEL(lp)) in precftn()
/titanic_41/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nbdrv.c66 uint64_t lt = 0; in rank_to_base() local
77 lt = nb_ranks[branch][i].limit; in rank_to_base()
89 if (lt == 0) { in rank_to_base()
90 for (i = 0; lt == 0 && i < NB_MEM_BRANCH_SELECT; i++) { in rank_to_base()
94 lt = nb_banks[i].limit; in rank_to_base()
100 *limit = lt; in rank_to_base()
/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc_validate.c599 enum mdoc_list lt; in pre_bl() local
623 lt = LIST__NONE; in pre_bl()
629 lt = LIST_bullet; in pre_bl()
632 lt = LIST_dash; in pre_bl()
635 lt = LIST_enum; in pre_bl()
638 lt = LIST_hyphen; in pre_bl()
641 lt = LIST_item; in pre_bl()
644 lt = LIST_tag; in pre_bl()
647 lt = LIST_diag; in pre_bl()
650 lt = LIST_hang; in pre_bl()
[all …]
/titanic_41/usr/src/cmd/bnu/
H A Dcallers.c850 int nw, lt, dcf = -1, nullfd, dnf = -1; local
880 nw = (*Write)(dnf, phone, lt = strlen(phone));
881 if (nw != lt) {
899 while ((w_ret = wait(&lt)) != pid)
910 if (lt != 0) {
911 DEBUG(4, "Fork Stat %o\n", lt);
925 int nw, lt, dcf = -1, nullfd, dnf = -1, ret; local
966 nw = (*Write)(dnf, phone, lt = strlen(phone));
967 if (nw != lt) {
/titanic_41/usr/src/ucbcmd/shutdown/
H A Dshutdown.c474 struct tm *lt; in getsdt() local
515 lt = localtime(&t1); in getsdt()
516 t = lt->tm_sec + lt->tm_min*60 + lt->tm_hour*3600; in getsdt()
/titanic_41/usr/src/cmd/sh/
H A Dsh.xcl185 msgid "-lt"
/titanic_41/usr/src/lib/libast/common/port/
H A Dlc.tab96 lt lithuanian lit iso8859-13
224 lt lithuania lt
/titanic_41/usr/src/tools/scripts/
H A Dwdiff.pl286 s/</&lt;/g;
/titanic_41/usr/src/uts/common/inet/ip/
H A Dsadb.c1085 sadb_lifetime_t *lt; in sadb_sa2msg() local
1271 lt = (sadb_lifetime_t *)(assoc + 1); in sadb_sa2msg()
1272 lt->sadb_lifetime_len = SADB_8TO64(sizeof (*lt)); in sadb_sa2msg()
1273 lt->sadb_lifetime_exttype = SADB_EXT_LIFETIME_CURRENT; in sadb_sa2msg()
1275 lt->sadb_lifetime_allocations = 0; in sadb_sa2msg()
1276 lt->sadb_lifetime_bytes = ipsa->ipsa_bytes; in sadb_sa2msg()
1277 lt->sadb_lifetime_addtime = ipsa->ipsa_addtime; in sadb_sa2msg()
1278 lt->sadb_lifetime_usetime = ipsa->ipsa_usetime; in sadb_sa2msg()
1281 lt++; in sadb_sa2msg()
1282 lt->sadb_lifetime_len = SADB_8TO64(sizeof (*lt)); in sadb_sa2msg()
[all …]
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c456 krw_t lt; in zap_lockdir() local
484 lt = (!zap->zap_ismicro && fatreader) ? RW_READER : lti; in zap_lockdir()
485 rw_enter(&zap->zap_rwlock, lt); in zap_lockdir()
486 if (lt != ((!zap->zap_ismicro && fatreader) ? RW_READER : lti)) { in zap_lockdir()
488 ASSERT(lt == RW_WRITER); in zap_lockdir()
492 lt = RW_READER; in zap_lockdir()
497 if (lt == RW_WRITER) in zap_lockdir()
/titanic_41/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c630 char *lt = "Unknown"; in lock_stat() local
636 lt = "not locked"; in lock_stat()
639 lt = "read locked"; in lock_stat()
642 lt = "write locked"; in lock_stat()
645 spcs_log("cfglockd", NULL, "Lock is %s (%d)", lt, the_lock.type); in lock_stat()
/titanic_41/usr/src/cmd/troff/nroff.d/terms.d/
H A Db.300115 lt 1 (
H A Db.lp115 lt 1 (
/titanic_41/usr/src/cmd/troff/
H A Dn5.c310 i = max(hnumb(&lt), 0); in caselt()
311 lt1 = lt; in caselt()
312 lt = i; in caselt()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c130 struct ttree_s *lt, *gt; /* < and > next node */ member
776 t = t->lt; in ttree_line_parse()
779 t = t->lt; in ttree_line_parse()
786 t = t->lt; in ttree_line_parse()
887 treev[ix - 1].lt = &treev[ix - inc - 1]; in ttree_build()
890 treev[ix - 1].lt = 0; in ttree_build()
/titanic_41/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java343 String lt; in printDistribution() local
345 lt = "< " + ((LinearDistribution)d).getBase(); in printDistribution()
347 lt = "< " + ((LogLinearDistribution)d).getBase(); in printDistribution()
348 out.printf("%16s ", lt); in printDistribution()
/titanic_41/usr/src/cmd/lp/model/
H A Dalert.proto56 while [ "${TiCk}" -lt -INTERVAL- ]

123