HomeSort by relevance Sort by last modified time
    Searched defs:tip (Results 1 - 21 of 21) sorted by null

  /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/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.c 136 ses2_temp_status_impl_t *tip = (ses2_temp_status_impl_t *)esip; local
139 SES_NV_ADD(boolean_value, nverr, nvl, SES_PROP_IDENT, tip->stsi_ident);
140 SES_NV_ADD(boolean_value, nverr, nvl, SES_PROP_FAIL, tip->stsi_fail);
142 SES2_ES_TEMP_ST_TEMPERATURE(tip));
144 tip->stsi_ut_warn);
146 tip->stsi_ut_fail);
148 tip->stsi_ot_warn);
150 tip->stsi_ot_fail);
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/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...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
traceroute_aux.c 203 struct ip tip; local
284 tip = *outip;
294 *outip = tip;
  /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++;
  /onnv/onnv-gate/usr/src/uts/common/io/
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...]
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...]
  /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;
iscsit_isns.c 663 isns_tpgt_addr_t *tip; local
705 tip = kmem_zalloc(sizeof (isns_tpgt_addr_t),
707 bcopy(&tp->portal_addr, &tip->portal_addr,
708 sizeof (tip->portal_addr));
709 list_insert_tail(&tig->ti_portal_list, tip);
728 isns_tpgt_addr_t *tip; local
731 while ((tip = list_remove_head(&tig->ti_portal_list)) != NULL) {
732 kmem_free(tip, sizeof (isns_tpgt_addr_t));
1950 isns_tpgt_addr_t *tip; local
    [all...]
  /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/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/fs/ufs/
ufs_inode.c 1170 struct inode tip; local
    [all...]
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/cmd-inet/usr.lib/in.dhcpd/
dhcp.c 2062 struct in_addr req_ip, *req_ipp = &req_ip, tip; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
topo_xml.c 2133 tf_info_t *tip; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_ctf.c 659 type_iter_t *tip = data; local
662 set_ctf_id(&id, tip->ti_fp, type);
664 return (tip->ti_cb(id, tip->ti_arg));
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/parser/
parse.c 724 struct index_list *ip, *tip; local
729 tip = ip;
731 free((char *)tip);
    [all...]

Completed in 1230 milliseconds