Searched refs:lt (Results 1 - 25 of 118) sorted by relevance

12345

/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock.c44 lock_id(lt, idp)
45 DB_LOCKTAB *lt;
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)
64 DB_LOCKTAB *lt;
[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
[all...]
H A Dlock_deadlock.c63 lock_detect(lt, flags, atype)
64 DB_LOCKTAB *lt;
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);
421 DB_LOCKTAB *lt; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Darpadate.c65 register struct tm *lt; local
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
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlock.h26 #define LOCK_PANIC_CHECK(lt) { \
27 if ((lt)->region->hdr.panic) \
65 #define LOCK_LOCKREGION(lt) \
66 (void)__db_mutex_lock(&(lt)->region->hdr.lock, (lt)->reginfo.fd)
67 #define UNLOCK_LOCKREGION(lt) \
68 (void)__db_mutex_unlock(&(lt)->region->hdr.lock, (lt)->reginfo.fd)
166 #define OFFSET_TO_LOCK(lt, off) \
167 ((struct __db_lock *)((u_int8_t *)((lt)
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_001_neg.ksh67 while [[ $i -lt ${#args[*]} ]]; do
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool/
H A Dzpool_001_neg.ksh64 while [[ $i -lt ${#args[*]} ]]; do
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_scrub/
H A Dzpool_scrub_001_neg.ksh57 while [[ $i -lt ${#args[*]} ]]; do
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/zpool_list/
H A Dzpool_list_002_neg.ksh52 while [[ $i -lt ${#args[*]} ]]; do
H A Dzpool_list_001_pos.ksh58 while [[ $i -lt ${#args[*]} ]]; do
/illumos-gate/usr/src/cmd/acct/
H A Dckpacct.sh67 if [ "$_blocks" -lt $_MIN_BLKS -a -f /tmp/acctoff ];then
73 elif [ "$_blocks" -lt $_MIN_BLKS ];then
90 if [ "${_max}" -lt "${_cursize}" ]; then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_status/
H A Dzpool_status_001_pos.ksh55 while [[ $i -lt ${#args[*]} ]]; do
H A Dzpool_status_002_pos.ksh60 while [[ $i -lt ${#args[*]} ]]; do
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/zpool_iostat/
H A Dzpool_iostat_001_neg.ksh58 while [[ $i -lt ${#args[*]} ]]; do
H A Dzpool_iostat_003_neg.ksh60 while [[ $i -lt ${#args[*]} ]]; do
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.manypids.ksh48 while [ "$i" -lt "$numkids" ]; do
60 while [ "$i" -lt "$numkids" ]; do
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.violentdeath.ksh44 while [ "$i" -lt 10 ]; do
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_003_pos.ksh51 while [ $i -lt $COUNT ]; do
80 while [[ $i -lt $COUNT ]]; do
93 while [[ $i -lt $COUNT ]]; do
96 while [ $j -lt $FILECOUNT ]; do
/illumos-gate/usr/src/cmd/tip/aculib/
H A Ddn11.c27 int lt, nw; local
56 nw = write(dn, num, lt = strlen(num));
57 exit(nw != lt);
77 while ((nw = wait(&lt)) != child && nw != -1)
81 if (lt != 0) {
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.dofmax.ksh70 while [[ "$lower" -lt "$upper" ]]; do
89 if [[ "$lower" -lt "$expected" ]]; then
/illumos-gate/usr/src/tools/codesign/
H A Dfindcrypto.sh62 while [[ i -lt n ]]; do
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_create_001_neg.ksh56 while [[ $i -lt ${#args[*]} ]]; do
H A Dzpool_destroy_001_neg.ksh54 while [[ $i -lt ${#args[*]} ]]; do
H A Dzpool_import_002_neg.ksh59 while [[ $i -lt ${#args[*]} ]]; do
/illumos-gate/usr/src/cmd/refer/
H A Dinv2.c34 int ll = 0, lt = 0; local
50 lt = strlen(bkeys);
53 lt += strlen(bkeys);
93 lp += (strlen(line)+lt+1);

Completed in 148 milliseconds

12345