Searched refs:err_code (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs_msg.c114 dcs_log_msg(int priority, int err_code, ...) argument
122 if ((err_code < 0) || (err_code >= DCS_MSG_COUNT)) {
127 va_start(vap, err_code);
128 (void) vsnprintf(err_str, MAX_MSG_LEN, dcs_err_fmt[err_code], vap);
150 dcs_strerror(int err_code) argument
153 if ((err_code < 0) || (err_code >= DCS_MSG_COUNT)) {
157 return (dgettext(TEXT_DOMAIN, dcs_err_fmt[err_code]));
172 dcs_cfga_str(char **err_strp, int err_code) argument
[all...]
H A Ddcs.h290 int ses_close(int err_code);
306 char *dcs_cfga_str(char **err_str, int err_code);
309 const char *dcs_strerror(int err_code);
H A Ddcs_ses.c190 ses_close(int err_code) argument
214 req_hdr.status = err_code;
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c266 int err_code = 1; local
278 err_code = -1;
297 (void) restartterm(termname, ofd, &err_code);
299 switch (err_code) {
310 err_code = -1;
318 err_return, err_code
321 *err_return = err_code;
323 if (err_code == 1) {
324 err_code = OK;
326 err_code
406 int path_max, err_code; local
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c298 int err_code = 1; local
311 err_code = -1;
338 (void) restartterm(termname, ofd, &err_code);
340 switch (err_code) {
351 err_code = -1;
356 *err_return = err_code;
358 if (err_code == 1) {
359 err_code = OK;
361 err_code = ERR;
365 } else if (err_code !
428 int err_code; local
[all...]
/illumos-gate/usr/src/lib/librstp/common/
H A Dstpmgmt.c35 int err_code; local
45 this = stp_in_stpm_create (vlan_id, name, &err_code);
55 return err_code;
H A Dstpm.h124 void* stp_in_stpm_create (int vlan_id, char *name, int *err_code);
H A Dstp_in.c35 stp_in_stpm_create (int vlan_id, char* name, int* err_code) argument
42 *err_code = STP_Nothing_To_Do;
48 *err_code = STP_Cannot_Create_Instance_For_Vlan;
52 *err_code = STP_OK;
62 int rc, err_code; local
83 this = stp_in_stpm_create (vlan_id, name, &err_code);
703 int rc = 0, prev_prio, err_code; local
761 this = stp_in_stpm_create (vlan_id, uid_cfg->vlan_name, &err_code);
764 return err_code;
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_sort_line.c77 int *err_code, Dwarf_Small ** new_line_ptr);
109 err_code must be a non-null pointer to integer.
127 int is_64_bit, int *any_change, int *err_code)
130 is_64_bit,any_change,err_code);
135 int is_64_bit, int *any_change, int *err_code)
167 *err_code = DW_DLE_ALLOC_FAIL;
184 err_code,
191 err_code, &new_line_ptr)) {
275 *err_code in this case)
277 return DW_DLV_ERROR and set *err_code i
125 _dwarf_ld_sort_lines(void *orig_buffer, unsigned long buffer_len, int is_64_bit, int *any_change, int *err_code) argument
133 dwarf_ld_sort_lines(void *orig_buffer, unsigned long buffer_len, int is_64_bit, int *any_change, int *err_code) argument
299 _dwarf_update_line_sec(Dwarf_Small * line_ptr, unsigned long remaining_bytes, int *any_change, int length_size, int *err_code, Dwarf_Small ** new_line_ptr) argument
[all...]
/illumos-gate/usr/src/cmd/listen/
H A Dlserror.h150 int err_code; member in struct:__anon744
H A Dlslog.c181 logexit(err_list[code].err_code, msg);
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c41 int *err_code);
419 int fd, ret, err_code, i, result; local
423 err_code = EXIT;
460 return (err_code);
473 err_code = WARNING_EXIT;
480 err_code = WARNING_EXIT;
500 err_code = WARNING_EXIT;
520 acl_str = get_acl_string(fname, statb, &err_code);
542 return (err_code);
611 get_acl_string(const char *fname, const struct stat64 *statb, int *err_code) argument
[all...]
H A Drules.c611 add_subtree_rule(char *rule, char *reloc_root, int create, int *err_code) argument
681 *err_code = WARNING_EXIT;
745 *err_code = WARNING_EXIT;
762 *err_code = WARNING_EXIT;
/illumos-gate/usr/src/lib/libxcurses/src/tput/
H A Dtput.c144 int err_code; local
182 (void) setupterm(term_name, fileno(stdout), &err_code);
183 switch (err_code) {
199 err_code = do_tput(argc, argv);
200 } while (S_flag && err_code == SUCCESS);
201 return (err_code);
/illumos-gate/usr/src/lib/libxcurses/src/tabs/
H A Dtabs.c174 int err_code; local
273 (void) setupterm(term_name, fileno(stdout), &err_code);
274 switch (err_code) {
286 err_code = do_tabs();
291 return (err_code);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.h176 long err_code );
189 long err_code);
/illumos-gate/usr/src/cmd/iscsid/
H A Discsid.c365 int err_code; local
417 err_code = door_return((char *)cnf, cnf_len, NULL, 0);
419 switch (err_code) {
436 (void) fprintf(stderr, "door_return error(%s,%d)", err_txt, err_code);
441 err_code);
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp.h337 * Maps err_code to an SLP error string. The returned string should not
342 SLPError err_code /* SLP error code */
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkprop.c779 send_error(context, my_creds, fd, err_text, err_code)
784 krb5_error_code err_code;
794 error.error = err_code - ERROR_TABLE_BASE_krb5;
800 text = error_message(err_code);
H A Dkpropd.c1706 send_error(context, fd, err_code, err_text)
1709 krb5_error_code err_code;
1725 text = error_message(err_code);
1727 error.error = err_code - ERROR_TABLE_BASE_krb5;
1731 sprintf(buf, "%s %s", error_message(err_code),
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb5.h127 long err_code);
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_srv.c105 krb5_error_code err_code,
111 err_code, error_message(err_code));
112 switch(err_code) {
128 err_code, error_message(err_code));
100 pkinit_create_edata(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_crypto_context id_cryptoctx, pkinit_plg_opts *opts, krb5_error_code err_code, krb5_data **e_data) argument
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_sd.c520 uint32_t err_code; member in struct:__anon4355
530 return (errmap[i].err_code);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_mcdi.c387 int err_code = MC_CMD_ERR_EPROTO; local
394 err_code = EFX_DWORD_FIELD(err[0], EFX_DWORD_0);
399 emrp->emr_err_code = err_code;
403 if ((err_code == MC_CMD_ERR_PROXY_PENDING) &&
428 int, err_code, int, err_arg);
431 rc = efx_mcdi_request_errcode(err_code);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h252 const char * krb5_db_errcode2string ( krb5_context kcontext, long err_code );

Completed in 130 milliseconds

12