Searched defs:code (Results 151 - 175 of 330) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dkerrs.c41 krb5_set_error_message (krb5_context ctx, krb5_error_code code, argument
51 "krb5_set_error_message(ctx=%p/err=%p, code=%ld, ...)\n",
52 ctx, &ctx->err, (long) code);
54 krb5int_vset_error (&ctx->err, code, fmt, args);
63 krb5_set_error_message_fl (krb5_context ctx, krb5_error_code code, argument
73 "krb5_set_error_message(ctx=%p/err=%p, code=%ld, ...)\n",
74 ctx, &ctx->err, (long) code);
76 krb5int_vset_error_fl (&ctx->err, code, file, line, fmt, args);
85 krb5_vset_error_message (krb5_context ctx, krb5_error_code code, argument
90 fprintf(stderr, "krb5_vset_error_message(ctx=%p, code
117 krb5_get_error_message(krb5_context ctx, krb5_error_code code) argument
[all...]
H A Dprinc_comp.c64 krb5_error_code code; local
66 code = krb5_unparse_name_flags(context, princ,
69 if (code) {
71 return code;
74 code = krb5_parse_name(context, unparsed_name, upn);
78 return code;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dacquire_cred_with_pw.c115 krb5_error_code code = 0; local
131 code = ENOMEM;
139 code = ENOMEM;
145 code = krb5_get_init_creds_password(context,
155 if (code)
160 if ((code = krb5_cc_resolve(context, "MEMORY:GSSAPI", &ccache1)))
174 if ((code = krb5_cc_gen_new(context, &ccache2)) != 0)
179 if ((code = krb5_cc_initialize(context, ccache2, creds.client)) != 0)
182 if ((code = krb5_cc_store_cred(context, ccache2, &creds)) != 0)
193 *minor_status = code;
228 krb5_error_code code; local
[all...]
H A Dadd_cred.c89 krb5_error_code code; local
121 code = krb5_gss_init_context(&context);
122 if (code) {
123 *minor_status = code;
225 code = kg_duplicate_name(context, cred->name, 0, &new_cred->name);
226 if (code) {
229 *minor_status = code;
251 code = krb5_kt_get_name(context, cred->keytab,
254 if (code) {
259 *minor_status = code;
[all...]
H A Dstore_cred.c49 krb5_error_code code; local
58 if ((code = krb5_cc_default(ct, &ccache))) {
59 *minor_status = code;
89 if ((code = krb5_cc_initialize(ct, ccache,
91 *minor_status = code;
101 if ((code = krb5_cc_copy_creds(ct, cred->ccache, ccache))) {
102 *minor_status = code;
H A Dimport_name.c60 krb5_error_code code; local
63 code = krb5_authdata_context_init(context, &ad_context);
64 if (code != 0)
65 return code;
70 code = krb5_authdata_import_attributes(context,
74 if (code != 0) {
76 return code;
94 krb5_error_code code; local
104 code = krb5_gss_init_context(&context);
105 if (code) {
[all...]
H A Dinq_context.c30 * * Redistributions of source code must retain the above copyright notice,
57 * * Redistributions of source code must retain the above copyright notice,
100 krb5_error_code code; local
128 if ((code = krb5_timeofday(context, &now))) {
129 *minor_status = code;
138 if ((code = kg_duplicate_name(context,
142 *minor_status = code;
149 if ((code = kg_duplicate_name(context,
156 *minor_status = code;
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dchangepw.c87 kadm5_ret_t code; local
104 if ((code = krb5_cc_resolve(handle->context, handle->cache_name,
106 return (code);
126 if ((code = krb5_parse_name(handle->context, cpw_service,
129 return (code);
133 if ((code = krb5_cc_retrieve_cred(handle->context, ccache, 0, &mcreds,
136 return (code);
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dterm.c36 grub_putcode_dumb (grub_uint32_t code, argument
41 .base = code,
49 if (code == '\t' && term->getxy)
61 if (code == '\n')
71 grub_uint32_t code = *str; local
72 if (code > 0x7f)
73 code = '?';
76 grub_putcode_dumb (code, term);
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dicmp.c26 grub_uint8_t code; member in struct:icmp_header
86 if (icmph->code)
106 icmphr->code = 0;
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtrace.c80 (__m_return_code)(const char *s, int code) argument
82 switch (code) {
93 __m_trace("%s returned code %d", s, code);
96 return code;
H A Dwbrdr.c57 int code; local
99 code = wborder_set(w, &wls, &wrs, &wts, &wbs, &wtl, &wtr, &wbl, &wbr);
101 return __m_return_code("wborder", code);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcopywin.c61 int code, sminr, sminc, tminr, tminc, tmaxr, tmaxc; local
80 code = copywin(s, t, sminr, sminc,
83 return (code);
H A Dtputs.c65 int code; local
67 code = tputs(s, 1, __m_putchar);
69 return (code);
H A Dwbrdr.c60 int code; local
95 code = wborder_set(w, &wls, &wrs, &wts, &wbs, &wtl, &wtr, &wbl, &wbr);
97 return (code);
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirp_ng.c130 int code; local
141 code = irs_irp_read_response(pvt->girpdata, text, sizeof text);
142 if (code != IRPD_GETNETGR_SETOK) {
162 int code; local
175 if (irs_irp_get_full_response(pvt->girpdata, &code,
181 if (code == IRPD_GETNETGR_OK) {
206 int code; local
221 code = irs_irp_read_response(pvt->girpdata, text, sizeof text);
222 if (code == IRPD_GETNETGR_MATCHES) {
H A Dirp_nw.c147 int code; local
163 if (irs_irp_get_full_response(pvt->girpdata, &code,
169 if (code == IRPD_GETNET_OK) {
196 int code; local
212 if (irs_irp_get_full_response(pvt->girpdata, &code,
218 if (code == IRPD_GETNET_OK) {
243 int code; local
253 code = irs_irp_read_response(pvt->girpdata, text, sizeof text);
254 if (code != IRPD_GETNET_SETOK) {
274 int code; local
[all...]
H A Dirp_pr.c136 int code; local
152 if (irs_irp_get_full_response(pvt->girpdata, &code,
158 if (code == IRPD_GETPROTO_OK) {
185 int code; local
201 if (irs_irp_get_full_response(pvt->girpdata, &code,
207 if (code == IRPD_GETPROTO_OK) {
232 int code; local
242 code = irs_irp_read_response(pvt->girpdata, text, sizeof text);
243 if (code != IRPD_GETPROTO_SETOK) {
263 int code; local
[all...]
H A Dirp_sv.c141 int code; local
152 if (irs_irp_get_full_response(pvt->girpdata, &code,
158 if (code == IRPD_GETSERVICE_OK) {
187 int code; local
203 if (irs_irp_get_full_response(pvt->girpdata, &code,
209 if (code == IRPD_GETSERVICE_OK) {
238 int code; local
255 if (irs_irp_get_full_response(pvt->girpdata, &code,
261 if (code == IRPD_GETSERVICE_OK) {
286 int code; local
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgerr.c68 pkgerr_add(PKG_ERR *err, PKG_ERR_CODE code, char *fmt, ...) argument
84 err->errs[err->nerrs - 1] = code;
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_error.c39 { EDT_NOREG, "Insufficient registers to generate code" },
40 { EDT_NOTUPREG, "Insufficient tuple registers to generate code" },
194 int code; member in struct:__anon1614
211 if (faults[i].code == fault)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsn2princ.c62 krb5_error_code code; local
66 code = profile_get_string(context->profile, KRB5_CONF_LIBDEFAULTS,
68 if (code)
141 /* Note that the old code would accept numeric addresses,
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dchpass_util.c14 * this source code. Do *NOT* create a derivative of this
15 * source code before consulting with your legal department.
16 * Do *NOT* integrate *ANY* of this source code into another
45 const char *chpw_error_message(kadm5_ret_t code);
71 * <return value> exit status of 0 for success, else the com err code
93 int code, code2; local
112 if ((code = (int) kadm5_init_krb5_context(&context)) == 0) {
114 code = krb5_read_password(context, KADM5_PW_FIRST_PROMPT,
120 if (code == 0)
126 if (code
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dlockout.c51 krb5_error_code code; local
61 code = krb5_dbe_lookup_tl_data(context, entry, &tl_data);
62 if (code != 0 || tl_data.tl_data_length == 0)
63 return code;
77 code = krb5_db2_get_policy(context, adb.policy,
79 if (code == 0 && count == 1) {
119 krb5_error_code code; local
124 code = lookup_lockout_policy(context, entry, &max_fail,
127 if (code != 0)
128 return code;
142 krb5_error_code code; local
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_xdr.c98 this code and its callers will have to be changed */
125 krb5_error_code code; local
130 if ((code = krb5_dbe_lookup_tl_data(context, entry, &tl_data)))
131 return(code);
196 krb5_error_code code; local
200 if ((code = krb5_dbe_lookup_tl_data(context, entry, &tl_data)))
201 return(code);
211 if ((code = krb5_parse_name(context,
214 return(code);

Completed in 53 milliseconds

1234567891011>>