Searched refs:ltp (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/pcmcia/cis/ |
H A D | cis.c | 754 cistpl_t *ltp = NULL; in cis_get_ltuple() local 762 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() 816 (ltp->flags & CISTPLF_IGNORE_TUPLE)) in cis_get_ltuple() [all …]
|
/illumos-gate/usr/src/cmd/acct/lib/ |
H A D | pnpsplit.c | 170 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 D | leaky.c | 563 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 D | kobj.c | 130 static void kobjopen_free(struct kobjopen_tctl *ltp); 131 static void kobjopen_thread(struct kobjopen_tctl *ltp); 3540 struct kobjopen_tctl *ltp = kobjopen_alloc(filename); in kobj_open() local 3549 kobjopen_thread, ltp, 0, &p0, TS_RUN, maxclsyspri); in kobj_open() 3550 sema_p(<p->sema); in kobj_open() 3551 Errno = ltp->Errno; in kobj_open() 3552 vp = ltp->vp; in kobj_open() 3564 kobjopen_free(ltp); in kobj_open() 3601 kobjopen_thread(struct kobjopen_tctl *ltp) in kobjopen_thread() argument 3608 ltp->Errno = vn_open(ltp->name, UIO_SYSSPACE, FREAD, 0, &(ltp->vp), in kobjopen_thread() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/db/lock/ |
H A D | lock_region.c | 38 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 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()
|
/illumos-gate/usr/src/cmd/fm/fmdump/common/ |
H A D | fmdump.c | 1167 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/common/ctf/ |
H A D | ctf_types.c | 762 const ctf_type_t *ltp, *rtp; in ctf_type_compat() local 777 (ltp = ctf_lookup_by_id(&lfp, ltype)) == NULL || in ctf_type_compat() 779 strcmp(ctf_strptr(lfp, ltp->ctt_name), in ctf_type_compat()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | modctl.c | 2645 modload_thread(struct loadmt *ltp) in modload_thread() argument 2654 pm_borrow_lock(ltp->owner); in modload_thread() 2655 ltp->retval = kobj_load_module(ltp->mp, ltp->usepath); in modload_thread() 2657 sema_v(<p->sema); in modload_thread()
|