Searched refs:ltp (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/pcmcia/cis/ |
H A D | cis.c | 756 cistpl_t *ltp = NULL; in cis_get_ltuple() local 764 ltp = tp; in cis_get_ltuple() 768 while (ltp && (ltp->flags & CISTPLF_IGNORE_TUPLE)) in cis_get_ltuple() 769 ltp = GET_NEXT_LTUPLE(ltp); in cis_get_ltuple() 773 ltp = tp; in cis_get_ltuple() 777 while (ltp && (ltp->flags & CISTPLF_IGNORE_TUPLE)) in cis_get_ltuple() 778 ltp = GET_PREV_LTUPLE(ltp); in cis_get_ltuple() 815 ltp = tp; in cis_get_ltuple() 816 while (((ltp = GET_NEXT_LTUPLE(ltp)) != NULL) && in cis_get_ltuple() 818 (ltp->flags & CISTPLF_IGNORE_TUPLE)) in cis_get_ltuple() [all …]
|
/titanic_41/usr/src/cmd/acct/lib/ |
H A D | pnpsplit.c | 165 ssh(ltp) in ssh() argument 166 register struct tm *ltp; in ssh() 170 if (ltp->tm_wday == 0 || ltp->tm_wday == 6) 173 if (ltp->tm_yday == holidays[i])
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | leaky.c | 565 leak_type_t *ltp; in leaky_sort() local 568 ltp = &lk_types[type]; in leaky_sort() 570 if (ltp->lt_leaks == 0) in leaky_sort() 573 ltp->lt_sorted = leaky_alloc(ltp->lt_leaks * in leaky_sort() 581 ltp->lt_sorted[j++] = lkb; in leaky_sort() 584 if (j != ltp->lt_leaks) in leaky_sort() 585 mdb_warn("expected %d leaks, got %d\n", ltp->lt_leaks, in leaky_sort() 588 qsort(ltp->lt_sorted, ltp->lt_leaks, sizeof (leak_bufctl_t *), in leaky_sort()
|
/titanic_41/usr/src/uts/common/krtld/ |
H A D | kobj.c | 129 static void kobjopen_free(struct kobjopen_tctl *ltp); 130 static void kobjopen_thread(struct kobjopen_tctl *ltp); 3527 struct kobjopen_tctl *ltp = kobjopen_alloc(filename); in kobj_open() local 3536 kobjopen_thread, ltp, 0, &p0, TS_RUN, maxclsyspri); in kobj_open() 3537 sema_p(<p->sema); in kobj_open() 3538 Errno = ltp->Errno; in kobj_open() 3539 vp = ltp->vp; in kobj_open() 3551 kobjopen_free(ltp); in kobj_open() 3588 kobjopen_thread(struct kobjopen_tctl *ltp) in kobjopen_thread() argument 3595 ltp->Errno = vn_open(ltp->name, UIO_SYSSPACE, FREAD, 0, &(ltp->vp), in kobjopen_thread() [all …]
|
/titanic_41/usr/src/cmd/sendmail/db/lock/ |
H A D | lock_region.c | 40 lock_open(path, flags, mode, dbenv, ltp) in lock_open() argument 45 DB_LOCKTAB **ltp; 140 *ltp = lt;
|
/titanic_41/usr/src/common/ctf/ |
H A D | ctf_types.c | 600 const ctf_type_t *ltp, *rtp; in ctf_type_compat() local 615 (ltp = ctf_lookup_by_id(&lfp, ltype)) == NULL || in ctf_type_compat() 617 strcmp(ctf_strptr(lfp, ltp->ctt_name), in ctf_type_compat()
|
/titanic_41/usr/src/uts/sun4u/os/ |
H A D | cpr_impl.c | 553 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()
|
/titanic_41/usr/src/cmd/fm/fmdump/common/ |
H A D | fmdump.c | 1058 struct fmdump_logtype *ltp = &logtypes[i]; in aggregate() local 1061 if (ltp->lt_enabled == B_FALSE) in aggregate() 1069 g_root ? g_root : "", ltp->lt_logname); in aggregate()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | modctl.c | 2627 modload_thread(struct loadmt *ltp) in modload_thread() argument 2636 pm_borrow_lock(ltp->owner); in modload_thread() 2637 ltp->retval = kobj_load_module(ltp->mp, ltp->usepath); in modload_thread() 2639 sema_v(<p->sema); in modload_thread()
|