Home
last modified time | relevance | path

Searched defs:code (Results 76 – 100 of 638) sorted by relevance

12345678910>>...26

/titanic_53/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dclear.c57 int code; in clear() local
71 int code; in erase() local
H A Dkillwch.c54 int code; in erasewchar() local
66 int code; in killwchar() local
H A Doverlay.c56 int code; in overlay() local
68 int code; in overwrite() local
H A Dbkgd.c54 int code; in bkgd() local
68 int code; in wbkgd() local
H A Dechochar.c56 int code; in echochar() local
70 int code; in wechochar() local
H A Decho_wch.c56 int code; in echo_wchar() local
70 int code; in wecho_wchar() local
H A Dvidattr.c52 int code; in vidattr() local
64 int code; in vidputs() local
H A Dwhln.c52 int code; in whline() local
64 int code; in wvline() local
/titanic_53/usr/src/lib/libxcurses/src/libc/xcurses/
H A Doverlay.c51 int code; variable
67 int code; variable
H A Dvidattr.c49 int code; in vidattr() local
65 int code; in vidputs() local
H A Dwhln.c49 int code; in whline() local
65 int code; in wvline() local
/titanic_53/usr/src/uts/common/os/
H A Dcallb.c113 callb_add_common(boolean_t (*func)(void *arg, int code), in callb_add_common()
159 callb_add(boolean_t (*func)(void *arg, int code), in callb_add()
172 callb_add_thread(boolean_t (*func)(void *arg, int code), in callb_add_thread()
233 callb_execute_class(int class, int code) in callb_execute_class()
284 callb_generic_cpr(void *arg, int code) in callb_generic_cpr()
319 callb_generic_cpr_safe(void *arg, int code) in callb_generic_cpr_safe()
/titanic_53/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h348 #define BPF_CLASS(code) ((code) & 0x07) argument
359 #define BPF_SIZE(code) ((code) & 0x18) argument
363 #define BPF_MODE(code) ((code) & 0xe0) argument
372 #define BPF_OP(code) ((code) & 0xf0) argument
387 #define BPF_SRC(code) ((code) & 0x08) argument
392 #define BPF_RVAL(code) ((code) & 0x18) argument
396 #define BPF_MISCOP(code) ((code) & 0xf8) argument
404 u_short code; member
413 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k } argument
414 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
/titanic_53/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregfatal.c33 regfatalpat(regex_t* p, int level, int code, const char* pat) in regfatalpat()
46 regfatal(regex_t* p, int level, int code) in regfatal()
H A Dregerror.c59 regerror(int code, const regex_t* p, char* buf, size_t size) in regerror()
85 fatal(regdisc_t* disc, int code, const char* pattern) in fatal()
/titanic_53/usr/src/common/mc/mc-amd/
H A Dmcamd_misc.c32 mcamd_propcode_t code; member
72 mcamd_get_propname(mcamd_propcode_t code) in mcamd_get_propname()
/titanic_53/usr/src/lib/libresolv2/common/irs/
H A Dirp_sv.c141 int code; in sv_next() local
187 int code; in sv_byname() local
238 int code; in sv_byport() local
286 int code; in sv_rewind() local
H A Dirp_pr.c136 int code; in pr_byname() local
185 int code; in pr_bynumber() local
232 int code; in pr_rewind() local
263 int code; in pr_next() local
H A Dirp_nw.c147 int code; in nw_byaddr() local
196 int code; in nw_byname() local
243 int code; in nw_rewind() local
274 int code; in nw_next() local
/titanic_53/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c429 uverbs_ibt_to_ofa_event_code(ibt_async_code_t code) in uverbs_ibt_to_ofa_event_code()
524 enum ib_event_type code, ibt_async_event_t *event) in uverbs_async_qp_event_handler()
572 enum ib_event_type code, ibt_async_event_t *event) in uverbs_async_cq_event_handler()
614 enum ib_event_type code, ibt_async_event_t *event) in uverbs_async_srq_event_handler()
656 enum ib_event_type code, ibt_async_event_t *event) in uverbs_async_unaff_event_handler()
715 ibt_async_code_t code, ibt_async_event_t *event) in uverbs_async_event_handler()
/titanic_53/usr/src/cmd/krb5/kadmin/cli/
H A Dkeytab.c83 int code; in process_keytab() local
137 int code, num, i; in kadmin_keytab_add() local
223 int code; in kadmin_keytab_remove() local
268 int code, nkeys, i; in add_principal() local
431 int code, did_something; in remove_principal() local
/titanic_53/usr/src/lib/gss_mechs/mech_krb5/support/
H A Derrors.c42 krb5int_set_error (struct errinfo *ep, long code, const char *fmt, ...) in krb5int_set_error()
51 krb5int_vset_error (struct errinfo *ep, long code, in krb5int_vset_error()
76 krb5int_get_error (struct errinfo *ep, long code) in krb5int_get_error()
/titanic_53/usr/src/lib/libslp/javalib/com/sun/slp/
H A DIANACharCode.java130 static String decodeCharacterEncoding(int code) in decodeCharacterEncoding()
183 int code = 0; in escapeChar() local
254 int code = 0; in unescapeChar() local
/titanic_53/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dval_cred.c41 krb5_error_code code; in krb5_gss_validate_cred_1() local
80 krb5_error_code code; local
/titanic_53/usr/src/uts/sparc/os/
H A Dsyscall.c151 uint_t code = t->t_sysnum; in get_syscall_args() local
185 uint_t i, code; in get_syscall32_args() local
211 uint_t code = t->t_sysnum; in save_syscall_args() local
354 unsigned int code; in pre_syscall() local
542 int code = t->t_sysnum; in post_syscall() local
950 lock_syscall(struct sysent *table, uint_t code) in lock_syscall()
1021 int code; in loadable_syscall() local
1055 indir(int code, long a0, long a1, long a2, long a3, long a4) in indir()

12345678910>>...26