Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dseterror.c126 char **error_buf; in sasl_seterror() local
188 _sasl_get_errorbuf(conn, &error_buf, &error_buf_len); in sasl_seterror()
204 (*error_buf)[outlen]=fmt[pos]; in sasl_seterror()
212 (*error_buf)[outlen]=fmt[pos]; in sasl_seterror()
230 result = _sasl_add_string(error_buf, error_buf_len, in sasl_seterror()
243 (*error_buf)[outlen]='%'; in sasl_seterror()
249 result = _sasl_add_string(error_buf, error_buf_len, in sasl_seterror()
281 result = _sasl_add_string(error_buf, error_buf_len, in sasl_seterror()
321 (*error_buf)[outlen]='\0'; /* put 0 at end */ in sasl_seterror()
327 utf8_buf = local_to_utf(utils, *error_buf); in sasl_seterror()
[all …]
H A Dcommon.c548 conn->errdetail_buf = conn->error_buf = NULL; in _sasl_conn_init()
551 result = _buf_alloc(&conn->error_buf, &conn->error_buf_len, 150); in _sasl_conn_init()
556 conn->error_buf[0] = '\0'; in _sasl_conn_init()
700 if(conn->error_buf) in _sasl_conn_dispose()
701 sasl_FREE(conn->error_buf); in _sasl_conn_dispose()
838 *((const char **)pvalue) = conn->error_buf; in sasl_getprop()
1279 need_len = strlen(leader) + strlen(conn->error_buf) + 12; in sasl_errdetail()
1288 snprintf(conn->errdetail_buf, need_len, "%s%s", leader, conn->error_buf); in sasl_errdetail()
2213 *bufhdl = &conn->error_buf; in _sasl_get_errorbuf()
H A Dsaslint.h203 char *error_buf, *errdetail_buf; member
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_test.c361 sunfire_processor_error_regs_t error_buf; in ac_mem_test_read() local
376 t_read.error_buf = (sunfire_processor_error_regs_t *) in ac_mem_test_read()
377 (uintptr_t)t_read32.error_buf; in ac_mem_test_read()
446 error_buf.module_id = CPU->cpu_id; in ac_mem_test_read()
447 get_asyncflt(&(error_buf.afsr)); in ac_mem_test_read()
448 get_asyncaddr(&(error_buf.afar)); in ac_mem_test_read()
449 get_udb_errors(&(error_buf.udbh_error_reg), in ac_mem_test_read()
450 &(error_buf.udbl_error_reg)); in ac_mem_test_read()
456 if (error_buf.afsr & (P_AFSR_CE | P_AFSR_UE)) { in ac_mem_test_read()
460 set_asyncflt(error_buf.afsr); in ac_mem_test_read()
[all …]
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dac.h300 sunfire_processor_error_regs_t *error_buf; member
317 caddr32_t error_buf; /* sunfire_processor_error_regs_t */ member
/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.c1019 test_read.error_buf = &errbuf; in mtest_read()
1738 err = tread->error_buf; in dump_ioctl_res()