Searched refs:code (Results 451 - 475 of 882) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_radiuspacket.c72 packet->code = req_data->code;
245 * Code = RADIUS packet code
254 MD5Update(&context, &packet->code, 1);
284 resp_data->code = packet->code;
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c112 char code[FSIZE]; /* actual device codes for a physical font */ variable
204 write(fdout, code, font.nwfont & BYTEMASK);
244 width[i] = kern[i] = code[i] = 0;
272 /* temporarily, pick up one byte as code */
277 code[nw] = i;
321 write(fdout, code, font.nwfont & BYTEMASK);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c568 sprintf(get_line(0, 0), "Error code = %d, %s", \
601 sprintf(get_line(0, 0), "Error code = %d, %s", errcode, \
1012 static char *slpv2_error(unsigned short code) { argument
1015 switch (code) {
1032 sprintf(buf, "error %d", code);
1307 SKIPSHORT; /* error code */
1587 static char *slpv1_error(unsigned short code) { argument
1590 switch (code) {
1608 sprintf(buf, "error %d", code);
1634 static char *slpv1_charset(unsigned short code) { argument
[all...]
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c92 int code; member in struct:__anon646
2339 /* Convert string like sid or winname to the identity type code */
2344 int code = TYPE_INVALID; local
2348 code = identity2code[i].code;
2353 if (code == TYPE_INVALID) {
2358 return (code);
2365 * Split argument to its identity code and a name part
2376 int code = TYPE_INVALID; local
2385 code
2408 int code; local
2509 int code; local
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_protocol.c144 const char *code, uint_t argc, nvlist_t **argv, uint8_t *flagv, int domsg,
162 err |= nvlist_add_string(nvl, FM_SUSPECT_DIAG_CODE, code);
185 * the portable object file using the diag code. Failure to init
195 if ((severity = fmd_msg_getitem_id(msghdl, NULL, code,
210 nvlist_t *fmri, const char *uuid, const char *code,
234 if (code != NULL)
235 err |= nvlist_add_string(nvl, FM_RSRC_ASRU_CODE, code);
143 fmd_protocol_list(const char *class, nvlist_t *de_fmri, const char *uuid, const char *code, uint_t argc, nvlist_t **argv, uint8_t *flagv, int domsg, struct timeval *tvp, int injected) argument
209 fmd_protocol_rsrc_asru(const char *class, nvlist_t *fmri, const char *uuid, const char *code, boolean_t faulty, boolean_t unusable, boolean_t message, nvlist_t *event, struct timeval *tvp, boolean_t repaired, boolean_t replaced, boolean_t acquitted, boolean_t resolved, nvlist_t *diag_de, boolean_t injected) argument
/illumos-gate/usr/src/tools/aw/
H A Daw.c496 int code; local
767 code = pipeline(aeltoargv(cpp), asargv);
769 code = pipeline(aeltoargv(m4), asargv);
780 code = 7;
782 if (code != 0)
784 return (code);
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s9 # 1. Redistributions of source code must retain the above copyright
78 movsb # code
80 # Jump to the relocated code.
82 jmp main-LOAD+EXEC # To relocated code
118 jmp LOAD # Jump to boot code
171 # this is the end of the code block we can use, next is space for
/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/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c156 /* number of length codes, not counting the special END_BLOCK code */
162 /* number of Literal or Length codes, including the END_BLOCK code */
183 /* Data structure describing a single value and its code string. */
187 ush code; /* bit string */ member in union:ct_data_s::__anon127
196 #define Code fc.code
204 int max_code; /* largest code with non zero frequency */
350 * example a binary file with poorly compressible code followed by
360 /* Buffer for distances. To simplify the code, d_buf and l_buf have
369 int last_eob_len; /* bit length of EOB code for last block */
403 /* In order to simplify the code, particularl
1675 int code; /* code value */ local
1941 ush code = 0; /* running code value */ local
2459 unsigned code; /* the code to send */ local
4105 } code; /* if LEN or DIST, where in tree */ member in union:inflate_codes_state::__anon140
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc_xdr.c11 * this source code. Do *NOT* create a derivative of this
12 * source code before consulting with your legal department.
13 * Do *NOT* integrate *ANY* of this source code into another
570 if (!xdr_kadm5_ret_t(xdrs, &objp->code)) {
643 if (!xdr_kadm5_ret_t(xdrs, &objp->code)) {
646 if (objp->code == KADM5_OK) {
799 if (!xdr_kadm5_ret_t(xdrs, &objp->code)) {
803 if(objp->code == KADM5_OK) {
809 if (objp->code == KADM5_OK) {
843 if (!xdr_kadm5_ret_t(xdrs, &objp->code)) {
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_error.c45 { EDT_NOTUPREG, "Insufficient tuple registers to generate code" },
201 int code; member in struct:__anon3191
218 if (faults[i].code == fault)
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dauth.c7 ** The author disclaims copyright to this source code. In place of
15 ** This file contains code used to implement the sqlite_set_authorizer()
25 ** All of the code in this file may be omitted by defining a single
165 ** Do an authorization check using the code and arguments given. Return
172 int code,
183 rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext);
170 sqliteAuthCheck( Parse *pParse, int code, const char *zArg1, const char *zArg2, const char *zArg3 ) argument
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Ddoor.s59 #define DOOR_SYSCALL(name, code, copy_args) \
63 pushl $code; /* syscall subcode, arg 6 */ \
169 * the error code is EINTR (or ERESTART) and this lwp is still part
172 * If the error code is EINTR or ERESTART, our stack may have been
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Ddoor.s57 #define DOOR_SYSCALL(name, code) \
59 mov code, %o5; /* subcode */ \
126 * the error code is EINTR (or ERESTART) and this lwp is still part
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dout.c275 out_exit(int code) argument
277 io_exit(Exitcode + code);
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_check.c25 * This code was extensively modifed from a version authored by:
31 * derivatives of, copy, reproduce and distribute this code.c in both
91 rpcproc_t code; member in struct:proc_map
138 if (procp[i].code == procnum)
/illumos-gate/usr/src/cmd/bnu/
H A Duux.c185 * if return code non-zero, return command's input
948 * code -> exit code
953 cleanup(code)
954 int code;
962 if (code) {
963 fprintf(stderr, gettext("uux failed ( %d )\n"), code);
967 DEBUG(1, "exit code %d\n", code);
968 if (code <
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dcpc.c94 int code; local
161 if ((error = kcpc_bind_thread(t->t_cpc_set, t, &code)) != 0) {
170 copyout(&code, udata3, sizeof (code)) == -1)
374 int code; local
420 if ((error = kcpc_bind_cpu(t->t_cpc_set, cpuid, &code)) != 0) {
427 copyout(&code, udata3, sizeof (code)) == -1)
559 * error code on error.
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dlhot.c391 * the code pointer must be valid (non NULL).
392 * Otherwise NULL is a valid input for the code pointer.
399 l_encl_status_page_funcs(int func, char *code, int todo, char *ses_path, argument
456 if (code == NULL) {
461 *code = (elem->code != S_OK) ? elem->code : 0;
466 *code = (elem->code != S_NOT_INSTALLED) ?
467 elem->code
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Ducredsys.c188 ucredsys(int code, int obj, void *buf) argument
190 switch (code) {
H A Dutime.c30 * Portions of this source code were derived from Berkeley 4.3 BSD
199 utimesys(int code, argument
202 switch (code) {
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca.c113 uint8_t asd_code; /* output code for SMI disable */
191 uint16_t code = MCAX86_ERRCODE(status); local
216 * for the code types that use them. Once we've taken the r4 and pp
217 * bits out of the equation, we can directly compare the resulting code
220 if (AMD_ERRCODE_ISMEM(code)) {
221 uint8_t r4 = BIT_STRIP(&code, RRRR);
226 } else if (AMD_ERRCODE_ISBUS(code)) {
227 uint8_t r4 = BIT_STRIP(&code, RRRR);
228 uint8_t pp = BIT_STRIP(&code, PP);
229 uint8_t ii = BIT_STRIP(&code, I
[all...]
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h42 #define SM_TRBIT(code) (1 << (code)-'@')
/illumos-gate/usr/src/boot/lib/libz/
H A Dinfback.c7 This code is largely copied from inflate.c. Normally either infback.o or
74 fixed code decoding. Normally this returns fixed tables from inffixed.h.
77 thereafter. This reduces the size of the code by about 2K bytes, in
87 static code *lenfix, *distfix;
88 static code fixed[544];
93 static code *next;
265 code here; /* current decoding table entry */
266 code last; /* parent table entry */
268 int ret; /* return code */
269 static const unsigned short order[19] = /* permutation of code length
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S39 .set SEL_SCODE,0x8 # 4GB code
41 .set SEL_RCODE,0x18 # 64K code
251 ljmp $SEL_RCODE,$MEM_STUB # To 16-bit code

Completed in 757 milliseconds

<<11121314151617181920>>