Searched refs:error_buf (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dseterror.c128 char **error_buf; local
190 _sasl_get_errorbuf(conn, &error_buf, &error_buf_len);
202 result = _buf_alloc(error_buf, error_buf_len, outlen + char_len);
206 (*error_buf)[outlen]=fmt[pos];
211 result = _buf_alloc(error_buf, error_buf_len, outlen+1);
214 (*error_buf)[outlen]=fmt[pos];
232 result = _sasl_add_string(error_buf, error_buf_len,
242 result = _buf_alloc(error_buf, error_buf_len, outlen+1);
245 (*error_buf)[outlen]='%';
251 result = _sasl_add_string(error_buf, error_buf_le
[all...]
H A Dcommon.c548 conn->errdetail_buf = conn->error_buf = NULL;
551 result = _buf_alloc(&conn->error_buf, &conn->error_buf_len, 150);
556 conn->error_buf[0] = '\0';
700 if(conn->error_buf)
701 sasl_FREE(conn->error_buf);
838 *((const char **)pvalue) = conn->error_buf;
1279 need_len = strlen(leader) + strlen(conn->error_buf) + 12;
1288 snprintf(conn->errdetail_buf, need_len, "%s%s", leader, conn->error_buf);
2213 *bufhdl = &conn->error_buf;
H A Dsaslint.h203 char *error_buf, *errdetail_buf; member in struct:sasl_conn
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_test.c361 sunfire_processor_error_regs_t error_buf; local
376 t_read.error_buf = (sunfire_processor_error_regs_t *)
377 (uintptr_t)t_read32.error_buf;
446 error_buf.module_id = CPU->cpu_id;
447 get_asyncflt(&(error_buf.afsr));
448 get_asyncaddr(&(error_buf.afar));
449 get_udb_errors(&(error_buf.udbh_error_reg),
450 &(error_buf.udbl_error_reg));
456 if (error_buf.afsr & (P_AFSR_CE | P_AFSR_UE)) {
460 set_asyncflt(error_buf
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dac.h300 sunfire_processor_error_regs_t *error_buf; member in struct:__anon10138
317 caddr32_t error_buf; /* sunfire_processor_error_regs_t */ member in struct:__anon10140
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c1215 char error_buf[8096]; local
1217 error_buf[0] = '\0';
1219 vsprintf(error_buf, fmt, args);
1221 code ? error_message(code) : "", code ? " " : "", error_buf);
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1021 test_read.error_buf = &errbuf;
1740 err = tread->error_buf;

Completed in 135 milliseconds