Searched defs:code (Results 376 - 400 of 584) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_ev.c8 * 1. Redistributions of source code must retain the above copyright notice,
360 * Without those features the Falcon/Siena code can be used unchanged.
820 uint32_t code; local
824 code = EFX_QWORD_FIELD(*eqp, FSF_AZ_DRIVER_EV_SUBDATA);
827 should_abort = eecp->eec_sram(arg, code);
920 unsigned code; local
936 code = EFX_QWORD_FIELD(*eqp, MCDI_EVENT_CODE);
937 switch (code) {
1007 EFSYS_PROBE1(mc_pcol_error, int, code);
1086 uint32_t code; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c78 * convert code/data pair into old style wait status
81 wstat(int code, int data) argument
85 switch (code) {
103 cmn_err(CE_PANIC, "wstat: bad code");
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c516 char *code, *uuid, *fmri, *from_state, *to_state, *reason; local
539 if ((nvlist_lookup_string(ev_nvl, FM_SUSPECT_DIAG_CODE, &code) == 0 &&
540 strcpy(evi->ei_diagcode, code)) ||
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c274 uint_t code; local
310 * There *may* be a class code we can capture. If there wasn't
313 if (di_uintprop_get(mp, src, DI_CCPROP, &code) == 0) {
314 np->dp_class = GETCLASS(code);
315 np->dp_subclass = GETSUBCLASS(code);
405 * code will need to change
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c148 display_status_1(m, code, type, mech)
150 OM_uint32 code;
162 maj_stat = gss_display_status(&min_stat, code,
194 * maj_stat the GSS-API major status code
195 * min_stat the GSS-API minor status code
312 int code = 0; local
342 code = KADM5_BAD_SERVER_NAME;
388 code = KADM5_RPC_ERROR;
430 code = KADM5_RPC_ERROR;
442 code
594 int code = 0; local
1010 int code = KADM5_OK; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dstreval.h92 unsigned char *code; member in struct:_arith_
188 /* function code for the convert function */
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtclsqlite.c7 ** The author disclaims copyright to this source code. In place of
62 int rc; /* Return code of most recent sqlite_exec() */
73 Tcl_Obj *pCode; /* The code to execute for each row */
75 int tcl_rc; /* Return code from TCL script */
406 ** type code and the two arguments to zCmd[] then invokes the result
412 int code,
424 switch( code ){
480 ** in Tcl. For example, if you run Tcl code like this:
756 ** Return the numeric error code that was returned by the most recent
765 ** $db eval $sql ?array { ...code
410 auth_callback( void *pArg, int code, const char *zArg1, const char *zArg2, const char *zArg3, const char *zArg4 ) argument
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c266 int code; local
276 code = mbtowc(wcp, &mb, 1) < 0 ? ERR : OK;
278 code = ERR;
280 return (code);
585 int code = OK; local
604 code = ERR; /* No scrolling allowed */
619 return (code);
635 int nx, width, code = ERR; local
686 code = OK;
691 return (code);
707 int width, code = ERR; local
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c302 ctl_response(struct ctl_sess *sess, u_int code, const char *text, argument
333 code, (flags & CTL_MORE) != 0 ? '-' : ' ',
376 ctl_sendhelp(struct ctl_sess *sess, u_int code) { argument
380 sess->helpcode = code;
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_deleted.c474 int code, uintptr_t arg1, uintptr_t arg2,
477 switch (code) {
473 s10_fsat(sysret_t *rval, int code, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t arg5) argument
H A Ds10_signal.c64 * The kernel code for getcontext() and setcontext() has been made brand-aware
560 * Convert the siginfo_t code and status fields to an old style
564 wstat(int code, int status) argument
568 switch (code) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.c65 This software is derived from source code from
145 * Callbacks for fsm code. (CI = Configuration Information)
175 NULL /* Peer rejected a code number */
213 * Protocol entry points from main code.
632 #define NAKCIIFACEID(opt, neg, code) \
641 code \
644 #define NAKCIVJ(opt, neg, code) \
653 code \
1021 return (ret); /* Return final code */
1037 * configure/hard-code th
1421 int code, id, len, olen; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.h134 uchar_t code; /* refer to draft document */ member in struct:registration_reply_str
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c493 * field is used to hold the error code of the first fatal error to the module.
1009 char *const keys[], char *code, size_t codelen)
1015 code, codelen)) == 0 || errno != ENOMSG)
1008 fmd_module_dc_key2code(fmd_module_t *mp, char *const keys[], char *code, size_t codelen) argument
/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/
H A Dsnmp-notify.c273 send_fm_trap(const char *uuid, const char *code, const char *url) argument
330 ASN_OCTET_STR, (uchar_t *)code, strlen(code));
345 nd_debug(nhdl, "Sent SNMP trap for %s", code);
/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c7 * This code is derived from software contributed to Berkeley by
13 * 1. Redistributions of source code must retain the above copyright
84 char code; /* Command code */ member in struct:s_format
209 cmd->code = *p;
210 for (fp = cmd_fmts; fp->code; fp++)
211 if (fp->code == *p)
213 if (!fp->code)
214 fatal(_("invalid command code %c"), *p);
255 "command"), cmd->code);
[all...]
/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.c383 int code; local
423 code = testdsp(fd, flags, tcfg);
425 if (code < 0) {
426 return (code);
429 return (code == 1);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h122 EXTERN int code; /* return/reply code for ftp command */ variable
157 EXTERN int auth_error; /* one error code for all auth types */
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddd.c1234 isns_attr_t dds_id = { 0 }, code = { 0 }; local
1261 code.tag = ISNS_DD_SET_STATUS_ATTR_ID;
1262 code.len = op->attr_len;
1263 code.value.ui = ntohl(*(uint32_t *)value);
1279 &name, &dds_id, &code);
1325 uint32_t code
1349 code_attr.value.ui = code;
1809 uint32_t code; local
1840 code = DEFAULT_DD_SET_STATUS;
1841 ec = adm_create_dds(&obj, name, uid, code);
[all...]
H A Dfunc.c95 * return - error code.
130 * return - error code.
160 * return - error code.
191 * return - error code.
419 * return - error code.
466 * return - error code.
534 * return - error code.
571 * return - error code.
813 isnslog(LOG_DEBUG, "dev_attr_reg", "error code: %d", ec);
980 isnslog(LOG_DEBUG, "dev_attr_qry", "error code
1691 uint32_t code; local
[all...]
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c646 delexit(int code, int flushio) argument
655 * code = NOT_OK;
660 undiv(i, code);
667 exit(code);
669 _exit(code);
695 undiv(int i, int code) argument
706 if (code == OK && cf) {
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c738 krb5_error_code code = 0; local
760 if (code = krb5_init_context(&k5.ctx)) {
761 com_err(progname, code,
766 if ((code = krb5_cc_default(k5.ctx, &k5.cc))) {
767 com_err(progname, code,
773 if ((code = krb5_parse_name(k5.ctx, princ,
775 com_err(progname, code, gettext("when parsing name %s"),
780 if ((code = krb5_get_renewed_creds(k5.ctx, &my_creds, k5.me, k5.cc,
782 com_err(progname, code, gettext("while renewing creds"));
786 if (code
913 krb5_error_code code; local
[all...]
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h202 * code translation struct for use in processing config file
204 struct code { struct
254 static int decode(char *name, struct code *codetab);
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c203 else if (strcmp(scan+1, "code") == 0) {
209 * valid code or single digit decimal
293 * return 1 if code option is valid, otherwise return 0
296 chk_codes(char *code) argument
298 if (*(code+1) == '\0' && (*code == 'a' || *code == 'c' ||
299 *code == 'f' || *code == 'p' || *code
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c684 rfs4_cpr_callb(void *arg, int code) argument
697 if (code == CB_CODE_CPR_CHKPT || table == NULL) {

Completed in 114 milliseconds

<<11121314151617181920>>