HomeSort by relevance Sort by last modified time
    Searched refs:tip (Results 1 - 25 of 42) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/ptools/pstack/
pstack.c 295 struct threadinfo *tip; local
301 tip = malloc(sizeof (struct threadinfo));
302 tip->next = NULL;
303 tip->threadid = thrinfo.ti_tid;
304 tip->lwpid = thrinfo.ti_lid;
305 tip->state = thrinfo.ti_state;
306 tip->startfunc = thrinfo.ti_startfunc;
307 tip->exitval = (uintptr_t)thrinfo.ti_exitval;
311 ((error = td_thr_getgregs(Thp, tip->regs)) != TD_OK &&
313 (void) memset(tip->regs, 0, sizeof (prgregset_t))
327 struct threadinfo *tip = thr_head; local
345 struct threadinfo *tip; local
362 struct threadinfo *tip; local
424 struct threadinfo *tip; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
trill.c 173 find_trill_link(trill_inst_t *tip, datalink_id_t linkid)
177 ASSERT(RW_LOCK_HELD(&tip->ti_rwlock));
178 for (tsp = list_head(&tip->ti_socklist); tsp != NULL;
179 tsp = list_next(&tip->ti_socklist, tsp)) {
195 trill_dest_fwd(trill_inst_t *tip, mblk_t *fwd_mp, uint16_t adj_nick,
205 adj = trill_node_lookup(tip, adj_nick);
244 rw_enter(&tip->ti_rwlock, RW_READER);
245 trillhdr->th_ingressnick = tip->ti_nick;
246 rw_exit(&tip->ti_rwlock);
266 trill_node_unref(tip, adj)
384 trill_inst_t *tip = tsock->ts_tip; local
788 trill_inst_t *tip = tsock->ts_tip; local
863 trill_inst_t *tip = bptr; local
995 trill_inst_t *tip, *newtip = NULL; local
1047 trill_inst_t *tip; local
1072 trill_inst_t *tip; local
1210 trill_inst_t *tip = tsock->ts_tip; local
    [all...]
tl.c 3056 tl_icon_t *tip; local
3336 tl_icon_t *tip; local
3866 tl_icon_t *tip; local
5469 tl_icon_t *tip; local
5749 tl_icon_t *tip = list_head(l); local
5767 tl_icon_t *tip; local
5819 tl_icon_t *tip = tl_icon_find(tep, seqno); local
    [all...]
telmod.c 360 union T_primitives *tip; local
434 tip = (union T_primitives *)mp->b_rptr;
435 switch (tip->type) {
452 if (tip->type == T_DISCON_IND && tmip->unbind_mp !=
489 "type 0x%x", tip->type);
515 union T_primitives *tip; local
552 tip = (union T_primitives *)mp->b_rptr;
559 if (tip->type != T_DATA_IND &&
560 tip->type != T_EXDATA_IND)
563 switch (tip->type)
    [all...]
rlmod.c 369 union T_primitives *tip; local
393 tip = (union T_primitives *)mp->b_rptr;
394 switch (tip->type) {
410 if (tip->type == T_DISCON_IND && rmip->unbind_mp !=
432 tip->type);
489 union T_primitives *tip; local
520 tip = (union T_primitives *)mp->b_rptr;
521 switch (tip->type) {
537 if (tip->type == T_DISCON_IND &&
559 tip->type)
    [all...]
  /onnv/onnv-gate/usr/src/lib/scsi/libses/common/
ses_node.c 119 elem_parse_td(ses2_td_hdr_impl_t *tip, const char *tp, nvlist_t *nvl)
125 tp, tip->sthi_text_len);
140 ses2_td_hdr_impl_t *tip, *ftip; local
225 tip = ftip + i;
227 if (!SES_WITHIN_PAGE_STRUCT(tip, pp->ssp_page, pp->ssp_len))
231 tip->sthi_subenclosure_id);
233 idx += tip->sthi_max_elements + 1;
234 toff += tip->sthi_text_len;
238 if (tip->sthi_element_type == SES_ET_ENCLOSURE) {
239 if (tip->sthi_max_elements == 0)
    [all...]
ses_enclosure.c 31 enc_parse_td(ses2_td_hdr_impl_t *tip, const char *tp, nvlist_t *nvl)
37 tp, tip->sthi_text_len);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_arp.c 63 unsigned char *sip, *tip, *sha, *tha; local
83 tip = tha + maclen;
88 if ((tip + ap->ar_pln) > ((unsigned char *)ap + alen))
117 printip(tip));
122 dst_name = addrtoname_align(tip);
130 dmacbuf, printip(tip));
131 dst_name = addrtoname_align(tip);
165 printip(tip));
  /onnv/onnv-gate/usr/src/cmd/mdb/common/kmdb/
kmdb_promif.c 394 termios_setispeed(struct termios *tip, speed_t s)
400 tip->c_cflag |= CIBAUDEXT;
403 tip->c_cflag &= ~CIBAUDEXT;
405 tip->c_cflag = (tip->c_cflag & ~CIBAUD) | ((s << IBSHIFT) & CIBAUD);
411 termios_setospeed(struct termios *tip, speed_t s)
417 tip->c_cflag |= CBAUDEXT;
420 tip->c_cflag &= ~CBAUDEXT;
422 tip->c_cflag = (tip->c_cflag & ~CBAUD) | (s & CBAUD)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_decl.c 815 dt_decl_type(dt_decl_t *ddp, dtrace_typeinfo_t *tip)
841 tip->dtt_object = dmp->dm_name;
842 tip->dtt_ctfp = ddp->dd_ctfp;
843 tip->dtt_type = ddp->dd_type;
855 tip->dtt_object = dtp->dt_ddefs->dm_name;
856 tip->dtt_ctfp = DT_FUNC_CTFP(dtp);
857 tip->dtt_type = DT_FUNC_TYPE(dtp);
868 tip->dtt_object = dtp->dt_ddefs->dm_name;
869 tip->dtt_ctfp = DT_FPTR_CTFP(dtp);
870 tip->dtt_type = DT_FPTR_TYPE(dtp)
    [all...]
dt_module.c 736 const char *name, const dtrace_typeinfo_t *tip)
772 idp->di_ctfp = tip->dtt_ctfp;
773 idp->di_type = tip->dtt_type;
1122 dtrace_typeinfo_t *tip)
1156 if (tip == NULL)
1157 tip = &ti;
1177 * 'tip' and keep going in the hope that we will locate the
1181 tip->dtt_object = dmp->dm_name;
1182 tip->dtt_ctfp = dmp->dm_ctfp;
1183 tip->dtt_type = id
    [all...]
  /onnv/onnv-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
ses2_enclosure.c 77 ses2_subhelp_text_impl_t *tip; local
90 for (tip = (ses2_subhelp_text_impl_t *)shpip->sspi_data;
92 pos += SES2_SUBHELP_LEN(tip),
93 tip = (ses2_subhelp_text_impl_t *)((uint8_t *)tip + pos)) {
94 if (!SES_WITHIN_PAGE_STRUCT(tip, shpip, len))
97 if (tip->ssti_subenclosure_identifier != eid)
100 if (!SES_WITHIN_PAGE(tip->ssti_subenclosure_help_text,
101 tip->ssti_subenclosure_help_text_length, shpip,
106 tip->ssti_subenclosure_help_text
    [all...]
ses2_element_ctl.c 144 ses2_temp_ctl_impl_t *tip; local
148 if ((tip = ses_plugin_ctlpage_lookup(sp, ses_node_snapshot(np),
156 tip->stci_rqst_fail = v;
158 tip->stci_rqst_ident = v;
691 ses2_threshold_impl_t *tip; local
697 if ((tip = ses_plugin_ctlpage_lookup(sp, ses_node_snapshot(np),
705 tip->sti_high_crit = v;
707 tip->sti_low_crit = v;
709 tip->sti_high_warn = v;
711 tip->sti_low_warn = v
1410 ses2_threshold_impl_t *tip = data; local
1481 ses2_temp_ctl_impl_t *tip = data; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/os/
mach_trap.c 261 panic_showtrap(struct panic_trap_info *tip)
273 showregs(tip->trap_type, tip->trap_regs, tip->trap_addr,
274 tip->trap_mmu_fsr);
304 panic_savetrap(panic_data_t *pdp, struct panic_trap_info *tip)
317 panic_saveregs(pdp, tip->trap_regs);
320 PANICNVADD(pnv, "sfsr", tip->trap_mmu_fsr);
321 PANICNVADD(pnv, "sfar", tip->trap_addr);
322 PANICNVADD(pnv, "tt", tip->trap_type)
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/os/
mach_trap.c 247 panic_showtrap(struct panic_trap_info *tip)
259 showregs(tip->trap_type, tip->trap_regs, tip->trap_addr,
260 tip->trap_mmu_fsr);
290 panic_savetrap(panic_data_t *pdp, struct panic_trap_info *tip)
303 panic_saveregs(pdp, tip->trap_regs);
306 PANICNVADD(pnv, "sfsr", tip->trap_mmu_fsr);
307 PANICNVADD(pnv, "sfar", tip->trap_addr);
308 PANICNVADD(pnv, "tt", tip->trap_type)
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsu/
Makefile 40 ../../cmd/tip/THIRDPARTYLICENSE \
  /onnv/onnv-gate/usr/src/cmd/tip/
Makefile 26 # ACULOG turn on tip logging of ACU use
34 # cmd/tip/Makefile
36 PROG= tip
39 log.o partab.o remote.o tip.o tipout.o value.o vars.o \
  /onnv/onnv-gate/usr/src/uts/common/fs/udfs/
udf_dir.c 342 struct ud_inode *tip; local
388 tip = NULL;
474 * Search for the entry. Return VN_HELD tip if found.
479 namep, namlen, &slot, &tip, buf, cr)) {
482 if (tip) {
487 *ipp = tip;
490 VN_RELE(ITOV(tip));
494 err = ud_dirrename(sdp, sip, tdp, tip,
506 VN_RELE(ITOV(tip));
564 if (tip) {
1135 struct ud_inode *ip, *tip; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/ufs/
ufs_dir.c 649 struct inode *tip; /* inode of (existing) target file */ local
725 * Search for the entry. Return VN_HELD tip if found.
727 tip = NULL;
732 err = ufs_dircheckforname(tdp, namep, namlen, &slot, &tip, cr, noentry);
735 if (tip) {
737 *ipp = tip;
817 struct inode *tip; /* inode of (existing) target file */ local
917 * Search for the entry. Return VN_HELD tip if found.
919 tip = NULL;
924 err = ufs_dircheckforname(tdp, namep, namlen, &slot, &tip, cr, 0)
2995 struct inode *tip; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/svc.configd/
configd.c 349 request_log_count_thread(uintptr_t addr, thread_info_t *tip, uint_t *arg)
357 request_log_add_thread(uintptr_t addr, thread_info_t *tip,
360 if (max_time_seen < tip->ti_log.rl_start)
361 max_time_seen = tip->ti_log.rl_start;
363 if (max_time_seen < tip->ti_log.rl_end)
364 max_time_seen = tip->ti_log.rl_end;
366 if (tip->ti_log.rl_start != 0) {
367 if (tip->ti_log.rl_end)
368 (*arg)->timestamp = tip->ti_log.rl_start;
  /onnv/onnv-gate/usr/src/uts/common/io/comstar/port/iscsit/
iscsit_text.c 182 idm_addr_t *tip; local
198 tip = &ipaddr_p->al_addrs[0];
199 for (i = 0; i < ipaddr_p->al_out_cnt; i++, tip++) {
201 switch (tip->a_addr.i_insize) {
205 sin->sin_addr = tip->a_addr.i_addr.in4;
210 sin6->sin6_addr = tip->a_addr.i_addr.in6;
  /onnv/onnv-gate/usr/src/cmd/cdrw/
misc_scsi.c 48 struct track_info *tip);
301 check_track_size(cd_device *dev, int trk_num, struct track_info *tip)
330 tip->ti_session_no = trk_sess_num;
331 tip->ti_flags |= TI_SESSION_NO_VALID;
347 tip->ti_start_address;
350 if (tip->ti_track_size > trk_size)
351 tip->ti_track_size = trk_size;
  /onnv/onnv-gate/usr/src/lib/libldap4/common/
tmplout.c 68 char *dn, struct ldap_tmplitem *tip, int labelwidth, int rdncount,
1074 struct ldap_tmplitem *tip, int labelwidth, int rdncount,
1086 for ( i = 0; tip->ti_args != NULL && tip->ti_args[ i ] != NULL; ++i ) {
1092 attr = tip->ti_args[ 0 ];
1093 filtpattern = tip->ti_args[ 1 ];
1094 retattrs[ 0 ] = tip->ti_args[ 2 ];
1096 selectname = tip->ti_args[ 3 ];
1127 tip->ti_label, eol );
1161 err = do_vals2text( ld, NULL, members, tip->ti_label
    [all...]
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
tmplout.c 68 char *dn, struct ldap_tmplitem *tip, int labelwidth, int rdncount,
1038 struct ldap_tmplitem *tip, int labelwidth, int rdncount,
1050 for ( i = 0; tip->ti_args != NULL && tip->ti_args[ i ] != NULL; ++i ) {
1056 attr = tip->ti_args[ 0 ];
1057 filtpattern = tip->ti_args[ 1 ];
1058 retattrs[ 0 ] = tip->ti_args[ 2 ];
1060 selectname = tip->ti_args[ 3 ];
1091 tip->ti_label, eol );
1125 err = do_vals2text( ld, NULL, members, tip->ti_label
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ndmpd/ndmp/
ndmpd_config.c 661 ndmp_device_info_v3 *tip, *tip_save = NULL; /* tape info pointer */ local
673 tip_save = tip = ndmp_malloc(sizeof (ndmp_device_info_v3) * max);
702 tip->model = sd->sd_id; /* like "DLT7000 " */
703 tip->caplist.caplist_len = 1;
704 tip->caplist.caplist_val = dcp;
709 tip++;

Completed in 8039 milliseconds

1 2