Searched defs:tip (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/scsi/libses/common/
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);
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...]
/osnet-11/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_element.c136 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);
H A Dses2_element_ctl.c144 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
1410 ses2_threshold_impl_t *tip = data; local
1481 ses2_temp_ctl_impl_t *tip = data; local
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_decl.c811 dt_decl_type(dt_decl_t *ddp, dtrace_typeinfo_t *tip) argument
837 tip->dtt_object = dmp->dm_name;
838 tip->dtt_ctfp = ddp->dd_ctfp;
839 tip->dtt_type = ddp->dd_type;
851 tip->dtt_object = dtp->dt_ddefs->dm_name;
852 tip->dtt_ctfp = DT_FUNC_CTFP(dtp);
853 tip->dtt_type = DT_FUNC_TYPE(dtp);
864 tip->dtt_object = dtp->dt_ddefs->dm_name;
865 tip->dtt_ctfp = DT_FPTR_CTFP(dtp);
866 tip
[all...]
H A Ddt_module.c752 const char *name, const dtrace_typeinfo_t *tip)
788 idp->di_ctfp = tip->dtt_ctfp;
789 idp->di_type = tip->dtt_type;
1139 dtrace_typeinfo_t *tip)
1173 if (tip == NULL)
1174 tip = &ti;
1194 * 'tip' and keep going in the hope that we will locate the
1198 tip->dtt_object = dmp->dm_name;
1199 tip->dtt_ctfp = dmp->dm_ctfp;
1200 tip
751 dt_module_extern(dtrace_hdl_t *dtp, dt_module_t *dmp, const char *name, const dtrace_typeinfo_t *tip) argument
1138 dtrace_lookup_by_type(dtrace_hdl_t *dtp, const char *object, const char *name, dtrace_typeinfo_t *tip) argument
1217 dtrace_symbol_type(dtrace_hdl_t *dtp, const GElf_Sym *symp, const dtrace_syminfo_t *sip, dtrace_typeinfo_t *tip) argument
[all...]
H A Ddt_parser.c188 dt_type_lookup(const char *s, dtrace_typeinfo_t *tip) argument
223 return (dtrace_lookup_by_type(dtp, object, type, tip));
232 return (dtrace_lookup_by_type(dtp, obj, s, tip));
245 dt_type_pointer(dtrace_typeinfo_t *tip) argument
248 ctf_file_t *ctfp = tip->dtt_ctfp;
249 ctf_id_t type = tip->dtt_type;
257 tip->dtt_type = ptr;
279 tip->dtt_object = dmp->dm_name;
280 tip->dtt_ctfp = dmp->dm_ctfp;
281 tip
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dtmplout.c68 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
1072 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...]
/osnet-11/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...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c2396 tf_info_t *tip; local
2406 if ((tip = txml_file_parse(tmp, fd, path, escheme)) == NULL) {
2411 return (tip);
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3629 CK_TOKEN_INFO *tip)
3636 if (tip->flags & CKF_PROTECTED_AUTHENTICATION_PATH) {
3650 char tmplabel[sizeof (tip->label) + 1];
3660 prompt_len = sizeof (tip->label) + 256;
3665 trim_token_label(tip, tmplabel, sizeof (tmplabel));
3669 if (tip->flags & CKF_USER_PIN_LOCKED)
3671 else if (tip->flags & CKF_USER_PIN_FINAL_TRY)
3673 else if (tip->flags & CKF_USER_PIN_COUNT_LOW)
3675 rdat.data = malloc(tip->ulMaxPinLen + 2);
3676 rdat.length = tip
3627 pkinit_login(krb5_context context, pkinit_identity_crypto_context id_cryptoctx, CK_TOKEN_INFO *tip) argument
[all...]

Completed in 61 milliseconds