Home
last modified time | relevance | path

Searched refs:ltp (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c762 ltp = tp; in cis_get_ltuple()
766 while (ltp && (ltp->flags & CISTPLF_IGNORE_TUPLE)) in cis_get_ltuple()
767 ltp = GET_NEXT_LTUPLE(ltp); in cis_get_ltuple()
771 ltp = tp; in cis_get_ltuple()
775 while (ltp && (ltp->flags & CISTPLF_IGNORE_TUPLE)) in cis_get_ltuple()
776 ltp = GET_PREV_LTUPLE(ltp); in cis_get_ltuple()
813 ltp = tp; in cis_get_ltuple()
814 while (((ltp = GET_NEXT_LTUPLE(ltp)) != NULL) && in cis_get_ltuple()
820 ltp = tp; in cis_get_ltuple()
821 while (((ltp = GET_PREV_LTUPLE(ltp)) != NULL) && in cis_get_ltuple()
[all …]
/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c170 ssh(struct tm *ltp) in ssh() argument
174 if (ltp->tm_wday == 0 || ltp->tm_wday == 6) in ssh()
177 if (ltp->tm_yday == holidays[i]) in ssh()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c563 leak_type_t *ltp; in leaky_sort() local
566 ltp = &lk_types[type]; in leaky_sort()
568 if (ltp->lt_leaks == 0) in leaky_sort()
571 ltp->lt_sorted = leaky_alloc(ltp->lt_leaks * in leaky_sort()
579 ltp->lt_sorted[j++] = lkb; in leaky_sort()
582 if (j != ltp->lt_leaks) in leaky_sort()
583 mdb_warn("expected %d leaks, got %d\n", ltp->lt_leaks, in leaky_sort()
586 qsort(ltp->lt_sorted, ltp->lt_leaks, sizeof (leak_bufctl_t *), in leaky_sort()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c3543 sema_p(&ltp->sema); in kobj_open()
3544 Errno = ltp->Errno; in kobj_open()
3545 vp = ltp->vp; in kobj_open()
3557 kobjopen_free(ltp); in kobj_open()
3601 ltp->Errno = vn_open(ltp->name, UIO_SYSSPACE, FREAD, 0, &(ltp->vp), in kobjopen_thread()
3603 sema_v(&ltp->sema); in kobjopen_thread()
3616 struct kobjopen_tctl *ltp = kmem_zalloc(sizeof (*ltp), KM_SLEEP); in kobjopen_alloc() local
3623 return (ltp); in kobjopen_alloc()
3632 sema_destroy(&ltp->sema); in kobjopen_free()
3633 kmem_free(ltp->name, strlen(ltp->name) + 1); in kobjopen_free()
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock_region.c38 lock_open(path, flags, mode, dbenv, ltp) in lock_open() argument
43 DB_LOCKTAB **ltp;
138 *ltp = lt;
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c553 label_t *ltp; in i_cpr_write_machdep() local
580 ltp = &ttolwp(curthread)->lwp_qsav; in i_cpr_write_machdep()
581 m_info.qsav_pc = (cpr_ext)ltp->val[0]; in i_cpr_write_machdep()
582 m_info.qsav_sp = (cpr_ext)ltp->val[1]; in i_cpr_write_machdep()
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c761 const ctf_type_t *ltp, *rtp; in ctf_type_compat() local
776 (ltp = ctf_lookup_by_id(&lfp, ltype)) == NULL || in ctf_type_compat()
778 strcmp(ctf_strptr(lfp, ltp->ctt_name), in ctf_type_compat()
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1167 struct fmdump_logtype *ltp = &logtypes[i]; in aggregate() local
1170 if (ltp->lt_enabled == B_FALSE) in aggregate()
1178 g_root ? g_root : "", ltp->lt_logname); in aggregate()
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c2633 modload_thread(struct loadmt *ltp) in modload_thread() argument
2642 pm_borrow_lock(ltp->owner); in modload_thread()
2643 ltp->retval = kobj_load_module(ltp->mp, ltp->usepath); in modload_thread()
2645 sema_v(&ltp->sema); in modload_thread()