Searched refs:tip (Results 1 - 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_node.c116 elem_parse_td(ses2_td_hdr_impl_t *tip, const char *tp, nvlist_t *nvl) argument
122 tp, tip->sthi_text_len);
137 ses2_td_hdr_impl_t *tip, *ftip; local
222 tip = ftip + i;
224 if (!SES_WITHIN_PAGE_STRUCT(tip, pp->ssp_page, pp->ssp_len))
228 tip->sthi_subenclosure_id);
230 idx += tip->sthi_max_elements + 1;
231 eidx += tip->sthi_max_elements;
232 toff += tip->sthi_text_len;
236 if (tip
[all...]
H A Dses_enclosure.c31 enc_parse_td(ses2_td_hdr_impl_t *tip, const char *tp, nvlist_t *nvl) argument
37 tp, tip->sthi_text_len);
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c318 struct threadinfo *tip; local
324 tip = malloc(sizeof (struct threadinfo));
325 tip->next = NULL;
326 tip->threadid = thrinfo.ti_tid;
327 tip->lwpid = thrinfo.ti_lid;
328 tip->state = thrinfo.ti_state;
329 tip->startfunc = thrinfo.ti_startfunc;
330 tip->exitval = (uintptr_t)thrinfo.ti_exitval;
334 ((error = td_thr_getgregs(Thp, tip->regs)) != TD_OK &&
336 (void) memset(tip
350 struct threadinfo *tip = thr_head; local
368 struct threadinfo *tip; local
385 struct threadinfo *tip; local
447 struct threadinfo *tip; local
612 print_zombie(struct ps_prochandle *Pr, struct threadinfo *tip) argument
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c173 find_trill_link(trill_inst_t *tip, datalink_id_t linkid) argument
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, argument
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, ad
283 trill_multidest_fwd(trill_inst_t *tip, mblk_t *mp, uint16_t egressnick, uint16_t ingressnick, boolean_t is_trill_pkt, const uint8_t *saddr, int inner_vlan, boolean_t free_mblk) argument
384 trill_inst_t *tip = tsock->ts_tip; local
693 trill_instance_unref(trill_inst_t *tip) argument
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
1085 trill_del_all(trill_inst_t *tip, boolean_t lockheld) argument
1110 trill_node_unref(trill_inst_t *tip, trill_node_t *tnp) argument
1121 trill_node_lookup(trill_inst_t *tip, uint16_t nick) argument
1137 trill_del_nick(trill_inst_t *tip, uint16_t nick, boolean_t lockheld) argument
1158 trill_add_nick(trill_inst_t *tip, void *arg, boolean_t self, int mode) argument
1210 trill_inst_t *tip = tsock->ts_tip; local
[all...]
H A Dtl.c3054 tl_icon_t *tip; local
3186 tip = kmem_zalloc(sizeof (*tip), KM_NOSLEEP);
3187 if (tip == NULL) {
3192 tl_memrecover(wq, indmp, sizeof (*tip));
3202 tip->ti_mp = NULL;
3239 ASSERT(tip->ti_mp == NULL);
3240 kmem_free(tip, sizeof (*tip));
3281 tip
3334 tl_icon_t *tip; local
3864 tl_icon_t *tip; local
5532 tl_icon_t *tip; local
5812 tl_icon_t *tip = list_head(l); local
5830 tl_icon_t *tip; local
5882 tl_icon_t *tip = tl_icon_find(tep, seqno); local
6267 tl_freetip(tl_endpt_t *tep, tl_icon_t *tip) argument
[all...]
H A Dtelmod.c360 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
[all...]
H A Drlmod.c369 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
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_arp.c63 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));
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c828 dt_decl_type(dt_decl_t *ddp, dtrace_typeinfo_t *tip) argument
841 tip->dtt_flags = 0;
851 tip->dtt_flags = DTT_FL_USER;
859 tip->dtt_object = dmp->dm_name;
860 tip->dtt_ctfp = ddp->dd_ctfp;
861 tip->dtt_type = ddp->dd_type;
873 tip->dtt_object = dtp->dt_ddefs->dm_name;
874 tip->dtt_ctfp = DT_FUNC_CTFP(dtp);
875 tip->dtt_type = DT_FUNC_TYPE(dtp);
886 tip
[all...]
H A Ddt_module.c963 const char *name, const dtrace_typeinfo_t *tip)
999 idp->di_ctfp = tip->dtt_ctfp;
1000 idp->di_type = tip->dtt_type;
1377 dtrace_typeinfo_t *tip)
1412 if (tip == NULL)
1413 tip = &ti;
1433 * 'tip' and keep going in the hope that we will locate the
1463 tip->dtt_object = dmp->dm_name;
1464 tip->dtt_ctfp = fp;
1465 tip
962 dt_module_extern(dtrace_hdl_t *dtp, dt_module_t *dmp, const char *name, const dtrace_typeinfo_t *tip) argument
1376 dtrace_lookup_by_type(dtrace_hdl_t *dtp, const char *object, const char *name, dtrace_typeinfo_t *tip) argument
1481 dtrace_symbol_type(dtrace_hdl_t *dtp, const GElf_Sym *symp, const dtrace_syminfo_t *sip, dtrace_typeinfo_t *tip) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c394 termios_setispeed(struct termios *tip, speed_t s) argument
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) argument
417 tip->c_cflag |= CBAUDEXT;
420 tip->c_cflag &= ~CBAUDEXT;
422 tip->c_cflag = (tip
428 kmdb_parse_mode(const char *mode, struct termios *tip, int in) argument
[all...]
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_enclosure.c74 ses2_subhelp_text_impl_t *tip; local
87 for (tip = (ses2_subhelp_text_impl_t *)shpip->sspi_data;
89 pos += SES2_SUBHELP_LEN(tip),
90 tip = (ses2_subhelp_text_impl_t *)((uint8_t *)tip + pos)) {
91 if (!SES_WITHIN_PAGE_STRUCT(tip, shpip, len))
94 if (tip->ssti_subenclosure_identifier != eid)
98 &tip->ssti_subenclosure_help_text_length);
100 if (!SES_WITHIN_PAGE(tip->ssti_subenclosure_help_text,
105 tip
[all...]
H A Dses2_pages.c287 ses2_threshold_impl_t *tip; local
294 data = tip = &pip->stopi_thresholds[index];
297 if ((tip->sti_high_crit | tip->sti_low_crit | tip->sti_high_warn |
298 tip->sti_low_warn) != 0)
H A Dses2_element_ctl.c145 ses2_temp_ctl_impl_t *tip; local
149 if ((tip = ses_plugin_ctlpage_lookup(sp, ses_node_snapshot(np),
157 tip->stci_rqst_fail = v;
159 tip->stci_rqst_ident = v;
692 ses2_threshold_impl_t *tip; local
702 if ((tip = ses_plugin_ctlpage_lookup(sp, ses_node_snapshot(np),
737 tip->sti_high_crit = v;
739 tip->sti_low_crit = v;
741 tip->sti_high_warn = v;
743 tip
1442 ses2_threshold_impl_t *tip = data; local
1513 ses2_temp_ctl_impl_t *tip = data; local
[all...]
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_trap.c247 panic_showtrap(struct panic_trap_info *tip) argument
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) argument
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
[all...]
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_trap.c261 panic_showtrap(struct panic_trap_info *tip) argument
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) argument
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
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dudp.c106 struct ip tip; local
109 tip = *ip;
114 *ip = tip;
236 struct ip tip; local
245 tip = *ip;
254 *ip = tip;
257 *ip = tip;
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c338 struct ud_inode *tip; local
384 tip = NULL;
470 * Search for the entry. Return VN_HELD tip if found.
475 namep, namlen, &slot, &tip, buf, cr)) {
478 if (tip) {
483 *ipp = tip;
486 VN_RELE(ITOV(tip));
490 err = ud_dirrename(sdp, sip, tdp, tip,
502 VN_RELE(ITOV(tip));
560 if (tip) {
1127 struct ud_inode *ip, *tip; local
1440 ud_dirrename(struct ud_inode *sdp, struct ud_inode *sip, struct ud_inode *tdp, struct ud_inode *tip, char *namep, uint8_t *buf, struct slot *slotp, struct cred *cr) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/svc.configd/
H A Dconfigd.c347 request_log_count_thread(uintptr_t addr, thread_info_t *tip, uint_t *arg) argument
355 request_log_add_thread(uintptr_t addr, thread_info_t *tip, argument
358 if (max_time_seen < tip->ti_log.rl_start)
359 max_time_seen = tip->ti_log.rl_start;
361 if (max_time_seen < tip->ti_log.rl_end)
362 max_time_seen = tip->ti_log.rl_end;
364 if (tip->ti_log.rl_start != 0) {
365 if (tip->ti_log.rl_end)
366 (*arg)->timestamp = tip->ti_log.rl_start;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c649 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;
815 struct inode *tip; /* inode of (existing) target file */ local
915 * Search for the entry. Return VN_HELD tip if found.
917 tip = NULL;
922 err = ufs_dircheckforname(tdp, namep, namlen, &slot, &tip, c
1449 ufs_dirrename( struct inode *sdp, struct inode *sip, struct inode *tdp, char *namep, struct inode *tip, struct ufs_slot *slotp, struct cred *cr) argument
2973 struct inode *tip; local
[all...]
/illumos-gate/usr/src/cmd/tip/
H A DMakefile26 # 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 \
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_text.c166 idm_addr_t *tip; local
182 tip = &ipaddr_p->al_addrs[0];
183 for (i = 0; i < ipaddr_p->al_out_cnt; i++, tip++) {
185 switch (tip->a_addr.i_insize) {
189 sin->sin_addr = tip->a_addr.i_addr.in4;
194 sin6->sin6_addr = tip->a_addr.i_addr.in6;
/illumos-gate/usr/src/cmd/cdrw/
H A Dmisc_scsi.c47 struct track_info *tip);
300 check_track_size(cd_device *dev, int trk_num, struct track_info *tip) argument
329 tip->ti_session_no = trk_sess_num;
330 tip->ti_flags |= TI_SESSION_NO_VALID;
346 tip->ti_start_address;
349 if (tip->ti_track_size > trk_size)
350 tip->ti_track_size = trk_size;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c68 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
1036 searchaction( LDAP *ld, char *buf, char *base, LDAPMessage *entry, char *dn, struct ldap_tmplitem *tip, int labelwidth, int rdncount, writeptype writeproc, void *writeparm, char *eol, char *urlprefix ) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c203 struct ip tip; local
284 tip = *outip;
294 *outip = tip;

Completed in 264 milliseconds

12