Searched refs:si_type (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libntsvcs/common/
H A Dlibntsvcs.h142 uint32_t si_type; member in struct:srvsvc_share_info
H A Dsrvsvc_clnt.c219 si->si_type = info1[i].shi1_type;
286 si->si_type = info1->shi1_type;
295 si->si_type = info2->shi2_type;
914 shinfo.si_type,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddeb.c189 int si_name_ix = si->si_type+1; /* -1 is a valid index */
H A Dcop.h529 I32 si_type; /* type of runlevel */ member in struct:stackinfo
558 next->si_type = type; \
H A Dscope.c83 si->si_type = PERLSI_UNDEF;
H A Ddump.c1505 else if (ix == 0 && PL_curstackinfo->si_type == PERLSI_MAIN)
H A Dpp_ctl.c1448 while (cxix < 0 && top_si->si_type != PERLSI_MAIN) {
1806 if (PL_curstackinfo->si_type == PERLSI_SORT) {
H A Dsv.c3776 else if (PL_curstackinfo->si_type == PERLSI_SORT
3884 if (PL_curstackinfo->si_type == PERLSI_SORT &&
10270 nsi->si_type = si->si_type;
H A Dperl.c3947 PL_curstackinfo->si_type = PERLSI_MAIN;
H A Dop.c4198 if (PL_curstackinfo->si_type == PERLSI_SORT && PL_sortcop == CvSTART(cv))
/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c2661 si_p->si_type = TD_SYNC_MUTEX;
2681 si_p->si_type = TD_SYNC_COND;
2696 si_p->si_type = TD_SYNC_SEMA;
2713 si_p->si_type = TD_SYNC_RWLOCK;
2863 /* we correct si_type and si_size below */
2918 ss_p->ss_info.si_type = TD_SYNC_MUTEX;
2943 ss_p->ss_info.si_type = TD_SYNC_COND;
2970 ss_p->ss_info.si_type = TD_SYNC_RWLOCK;
2992 ss_p->ss_info.si_type = TD_SYNC_SEMA;

Completed in 115 milliseconds