Searched refs:code (Results 251 - 275 of 882) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsyscall.c146 unsigned int code; local
168 code = rp->r_r0;
169 t->t_sysnum = (short)code;
170 callp = code >= NSYSCALL ? &nosys_ent : se + code;
239 unsigned code = t->t_sysnum; local
292 if (prismember(&PTOU(p)->u_entrymask, code)) {
298 prismember(&PTOU(p)->u_entrymask, code)) {
299 stop(PR_SYSENTRY, code);
310 * the syscall ml code redoe
442 uint_t code = t->t_sysnum; local
914 uint_t code; local
960 uint_t i, code; local
1007 uint_t code = t->t_sysnum; local
1118 lock_syscall(struct sysent *table, uint_t code) argument
1189 int code, error = 0; local
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwbrdr_st.c58 int x, y, code; local
67 code = ERR;
111 code = WFLUSH(w);
113 return __m_return_code("wborder_set", code);
H A Dmvwin.c100 int code; local
116 code = mvwin(w, py, px);
118 return __m_return_code("mvderwin", code);
H A Dtputs.c59 int code; local
65 code = tputs(s, 1, __m_putchar);
67 return __m_return_code("putp", code);
H A Dwbrdr.c57 int code; local
99 code = wborder_set(w, &wls, &wrs, &wts, &wbs, &wtl, &wtr, &wbl, &wbr);
101 return __m_return_code("wborder", code);
H A Dwgetn_ws.c66 wint_t code; member in struct:t_key_entry
140 key_table[EOL_KEY].code = (wint_t) wc;
142 key_table[EOF_KEY].code = (wint_t) wc;
144 key_table[KILL_KEY].code = (wint_t) wc;
146 key_table[ERASE_KEY].code = (wint_t) wc;
163 if (k->type == type && k->code == fld_key)
314 int code; local
320 code = __m_wgetn_wstr(w, (void *) s, n, 1);
322 return __m_return_code("wgetnstr", code);
331 int code; local
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwbrdr_st.c61 int x, y, code; local
63 code = ERR;
107 code = WFLUSH(w);
109 return (code);
H A Dmvwin.c96 int code; local
108 code = mvwin(w, py, px);
110 return (code);
H A Dtputs.c65 int code; local
67 code = tputs(s, 1, __m_putchar);
69 return (code);
H A Dwbrdr.c60 int code; local
95 code = wborder_set(w, &wls, &wrs, &wts, &wbs, &wtl, &wtr, &wbl, &wbr);
97 return (code);
H A Dwgetn_ws.c71 wint_t code; member in struct:t_key_entry
149 key_table[EOL_KEY].code = (wint_t) wc;
151 key_table[EOF_KEY].code = (wint_t) wc;
154 key_table[KILL_KEY].code = (wint_t) wc;
156 key_table[ERASE_KEY].code = (wint_t) wc;
177 if (k->type == type && k->code == fld_key) {
336 int code; local
338 code = __m_wgetn_wstr(w, (void *) s, n, 1);
340 return (code);
346 int code; local
[all...]
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_D_cplx_lr_div_ix.c33 * This code is intended to be used only when CX_LIMITED_RANGE is
38 #error This code is for x86 only
H A D_D_cplx_lr_div_rx.c33 * This code is intended to be used only when CX_LIMITED_RANGE is
38 #error This code is for x86 only
H A D_F_cplx_lr_div_ix.c33 * This code is intended to be used only when CX_LIMITED_RANGE is
38 #error This code is for x86 only
H A D_F_cplx_lr_div_rx.c33 * This code is intended to be used only when CX_LIMITED_RANGE is
38 #error This code is for x86 only
H A D_X_cplx_lr_div_ix.c33 * This code is intended to be used only when CX_LIMITED_RANGE is
38 #error This code is for x86 only
H A D_X_cplx_lr_div_rx.c33 * This code is intended to be used only when CX_LIMITED_RANGE is
38 #error This code is for x86 only
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.h48 uint16_t code; /* == CB_PPD_CODE */ member in struct:cardbus_parent_private_data
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Ds_common.c45 putctl4(queue_t *q, uchar_t type, uchar_t code, uint16_t val) argument
53 mp->b_wptr[0] = code;
68 putctl8(queue_t *q, uchar_t type, uchar_t code, uint32_t val) argument
76 mp->b_wptr[0] = code;
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_accessor.c58 (const krb5_algorithm_identifier **, krb5_data **code);
63 (const krb5_external_principal_identifier **, krb5_data **code);
70 (const krb5_kdc_req *rep, krb5_data **code);
76 (const krb5_authdata *rep, krb5_data **code);
/illumos-gate/usr/src/lib/libast/common/misc/
H A Derrorx.c40 loc = (const char*)locales[AST_LC_MESSAGES]->code;
H A Dfindlib.h82 unsigned short code[FF_MAX][FF_MAX]; member in struct:__anon2638
116 Code_t code;
118 #define decode code.code_decode
119 #define encode code.code_encode
/illumos-gate/usr/src/lib/libast/common/port/
H A Dlc.c249 return match(s, cp->code, 0, 1) || match(s, cp->alternates, 3, 1) || cp->ms && match(s, cp->ms, 0, 1);
273 for (t = lp->code; s < e && (*s = *t++); s++);
294 for (t = lp->code; s < e && (*s = *t++); s++);
298 if (tp && tp != &lc_territories[0] && (!(flags & (LC_abbreviated|LC_default)) || !lp || !streq(lp->code, tp->code)))
319 for (t = tp->code; s < e && (*s = toupper(*t++)); s++);
324 for (t = cp->code; s < e && (c = *t++); s++)
354 char code[64]; local
361 if (!GetLocaleInfo(lc->index, LOCALE_IDEFAULTANSICODEPAGE, code, sizeof(code)))
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationException.java181 * An error occured in the client-side code.
204 // The error code for this exception.
223 // Return true if this is a vaild on-the-wire error code.
225 static boolean validWireErrorCode(int code) { argument
226 return ((code >= OK) && (code <= REQUEST_NOT_SUPPORTED));
231 * Return the error code.
233 * @return The integer error code.
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.h43 * code int The Symbol::code argument.
48 #define SYM_DEL_FN(fn) void *(fn)(void *app_data, int code, void *sym_data)
68 * 1. An optional integral parameter 'code'. This is useful for
75 * actual function type. The code field could be used to
80 * appropriate object type. Again, the code field could be used
88 int code; /* Application supplied integral code */ member in struct:__anon4082
137 Symbol *_new_HashSymbol(HashTable *hash, const char *key, int code,

Completed in 91 milliseconds

<<11121314151617181920>>