/illumos-gate/usr/src/cmd/sendmail/db/lock/ |
H A D | lock.c | 44 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 D | lock_region.c | 45 DB_LOCKTAB *lt; local 59 if ((ret = __os_calloc(1, sizeof(DB_LOCKTAB), <)) != 0) 61 lt->dbenv = dbenv; 79 lt->reginfo.dbenv = dbenv; 80 lt->reginfo.appname = DB_APP_NONE; 82 lt->reginfo.path = NULL; 84 if ((ret = __os_strdup(path, <->reginfo.path)) != 0) 86 lt->reginfo.file = DB_DEFAULT_LOCK_FILE; 87 lt->reginfo.mode = mode; 88 lt->reginfo.size = [all …]
|
H A D | lock_deadlock.c | 63 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 …]
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | lock.h | 26 #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 …]
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | arpadate.c | 63 register struct tm *lt; variable 126 lt = localtime(&t); 128 off = (lt->tm_hour - gmt.tm_hour) * 60 + lt->tm_min - gmt.tm_min; 131 if (lt->tm_year < gmt.tm_year) 133 else if (lt->tm_year > gmt.tm_year) 135 else if (lt->tm_yday < gmt.tm_yday) 137 else if (lt->tm_yday > gmt.tm_yday) 151 tz = lt->tm_name; 154 tz = lt->tm_zone; 160 if (lt->tm_isdst > 0) [all …]
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_sig.c | 383 sadb_lifetime_t *lt; in tcpsig_sa_expiremsg() local 420 lt = (sadb_lifetime_t *)cur; in tcpsig_sa_expiremsg() 421 lt->sadb_lifetime_len = SADB_8TO64(sizeof (*lt)); in tcpsig_sa_expiremsg() 422 lt->sadb_lifetime_exttype = SADB_EXT_LIFETIME_CURRENT; in tcpsig_sa_expiremsg() 423 lt->sadb_lifetime_allocations = 0; in tcpsig_sa_expiremsg() 424 lt->sadb_lifetime_bytes = 0; in tcpsig_sa_expiremsg() 425 lt->sadb_lifetime_addtime = sa->ts_addtime; in tcpsig_sa_expiremsg() 426 lt->sadb_lifetime_usetime = sa->ts_usetime; in tcpsig_sa_expiremsg() 428 lt++; in tcpsig_sa_expiremsg() 429 lt->sadb_lifetime_len = SADB_8TO64(sizeof (*lt)); in tcpsig_sa_expiremsg() [all …]
|
/illumos-gate/usr/src/uts/common/fs/lofs/ |
H A D | lofs_subr.c | 646 lnode_t *lt; in freelonode() local 669 for (lt = TABLE_BUCKET(lp->lo_vp, li); lt != NULL; in freelonode() 670 ltprev = lt, lt = lt->lo_next) { in freelonode() 671 if (lt == lp) { in freelonode() 702 TABLE_BUCKET(lt->lo_vp, li) = lt->lo_next; in freelonode() 704 ltprev->lo_next = lt->lo_next; in freelonode() 706 TABLE_COUNT(lt->lo_vp, li)--; in freelonode() 707 TABLE_LOCK_EXIT(lt->lo_vp, li); in freelonode() 708 kmem_cache_free(lnode_cache, lt); in freelonode() 724 lnode_t *lt; in lfind() local [all …]
|
/illumos-gate/usr/src/cmd/tip/aculib/ |
H A D | dn11.c | 25 int lt, nw; in dn_dialer() local 54 nw = write(dn, num, lt = strlen(num)); in dn_dialer() 55 exit(nw != lt); in dn_dialer() 75 while ((nw = wait(<)) != child && nw != -1) in dn_dialer() 79 if (lt != 0) { in dn_dialer()
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | inv2.c | 32 int ll = 0, lt = 0; in newkeys() local 48 lt = strlen(bkeys); in newkeys() 51 lt += strlen(bkeys); in newkeys() 91 lp += (strlen(line)+lt+1); in newkeys()
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | y3.c | 315 int lp, lt, action; in precftn() local 318 lt = toklev[t]; in precftn() 319 if (PLEVEL(lt) == 0 || PLEVEL(lp) == 0) { in precftn() 329 if (PLEVEL(lt) == PLEVEL(lp)) in precftn() 330 action = ASSOC(lt) & ~04; in precftn() 331 else if (PLEVEL(lt) > PLEVEL(lp)) in precftn()
|
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/ |
H A D | intel_nbdrv.c | 66 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()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | callers.c | 846 int nw, lt, dcf = -1, nullfd, dnf = -1; local 876 nw = (*Write)(dnf, phone, lt = strlen(phone)); 877 if (nw != lt) { 895 while ((w_ret = wait(<)) != pid) 906 if (lt != 0) { 907 DEBUG(4, "Fork Stat %o\n", lt); 921 int nw, lt, dcf = -1, nullfd, dnf = -1, ret; local 962 nw = (*Write)(dnf, phone, lt = strlen(phone)); 963 if (nw != lt) {
|
/illumos-gate/usr/src/ucbcmd/shutdown/ |
H A D | shutdown.c | 472 struct tm *lt; in getsdt() local 513 lt = localtime(&t1); in getsdt() 514 t = lt->tm_sec + lt->tm_min*60 + lt->tm_hour*3600; in getsdt()
|
/illumos-gate/usr/src/data/bhyve/kbdlayout/ |
H A D | lt | 2 # (lt : Lithuanian Ukrainian (with Russian) (shift))
|
H A D | Makefile | 41 lt \
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mdoc_validate.c | 644 enum mdoc_list lt; in post_bl_norm() local 659 lt = LIST__NONE; in post_bl_norm() 663 lt = LIST_bullet; in post_bl_norm() 666 lt = LIST_dash; in post_bl_norm() 669 lt = LIST_enum; in post_bl_norm() 672 lt = LIST_hyphen; in post_bl_norm() 675 lt = LIST_item; in post_bl_norm() 678 lt = LIST_tag; in post_bl_norm() 681 lt = LIST_diag; in post_bl_norm() 684 lt = LIST_hang; in post_bl_norm() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | lc.tab | 96 lt lithuanian lit iso8859-13 224 lt lithuania lt
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | sh.xcl | 185 msgid "-lt"
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | wdiff.pl | 286 s/</</g;
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | sadb.c | 1089 sadb_lifetime_t *lt; in sadb_sa2msg() local 1276 lt = (sadb_lifetime_t *)(assoc + 1); in sadb_sa2msg() 1277 lt->sadb_lifetime_len = SADB_8TO64(sizeof (*lt)); in sadb_sa2msg() 1278 lt->sadb_lifetime_exttype = SADB_EXT_LIFETIME_CURRENT; in sadb_sa2msg() 1280 lt->sadb_lifetime_allocations = 0; in sadb_sa2msg() 1281 lt->sadb_lifetime_bytes = ipsa->ipsa_bytes; in sadb_sa2msg() 1282 lt->sadb_lifetime_addtime = ipsa->ipsa_addtime; in sadb_sa2msg() 1283 lt->sadb_lifetime_usetime = ipsa->ipsa_usetime; in sadb_sa2msg() 1286 lt++; in sadb_sa2msg() 1287 lt->sadb_lifetime_len = SADB_8TO64(sizeof (*lt)); in sadb_sa2msg() [all …]
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | n5.c | 308 i = max(hnumb(<), 0); in caselt() 309 lt1 = lt; in caselt() 310 lt = i; in caselt()
|
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 343 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()
|
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | b.300 | 115 lt 1 (
|
H A D | b.lp | 115 lt 1 (
|
/illumos-gate/usr/src/test/zfs-tests/tests/perf/ |
H A D | perf.shlib | 189 while [[ $idx -lt "${#collect_scripts[@]}" ]]; do 215 while [[ $idx -lt "${#ZINJECT_DELAYS[@]}" ]]; do 315 while [[ $idx -lt "${#filesystems[@]}" ]]; do
|