Searched refs:FUNC (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_pinctrl.h47 #define FUNC(_name, _value) \ macro
63 FUNC("i2c", 0), FUNC("gpio", 1)
67 FUNC("spi", 0), FUNC("gpio", 1)
71 FUNC("uartf", 0), FUNC("pcm uartf", 1), FUNC("pcm i2s", 2),
72 FUNC("i2s uartf", 3), FUNC("pc
[all...]
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_sha1.c78 #define FUNC(n,i) \ macro
127 FUNC(1, 0); FUNC(1, 1); FUNC(1, 2); FUNC(1, 3); FUNC(1, 4);
128 FUNC(1, 5); FUNC(1, 6); FUNC(1, 7); FUNC(
[all...]
/freebsd-11-stable/contrib/gcc/config/
H A Dnetbsd.h147 #define COLLECT_SHARED_INIT_FUNC(STREAM,FUNC) \
150 fprintf ((STREAM), "void __init() {\n\t%s();\n}\n", (FUNC)); \
153 #define COLLECT_SHARED_FINI_FUNC(STREAM,FUNC) \
156 fprintf ((STREAM), "void __fini() {\n\t%s();\n}\n", (FUNC)); \
/freebsd-11-stable/sys/compat/ndis/
H A Dpe_var.h505 #define FUNC void(*)(void) macro
508 #define IMPORT_SFUNC(x, y) { #x, (FUNC)x, NULL, y, WINDRV_WRAP_STDCALL }
510 { #x, (FUNC)y, NULL, z, WINDRV_WRAP_STDCALL }
511 #define IMPORT_FFUNC(x, y) { #x, (FUNC)x, NULL, y, WINDRV_WRAP_FASTCALL }
513 { #x, (FUNC)y, NULL, z, WINDRV_WRAP_FASTCALL }
514 #define IMPORT_RFUNC(x, y) { #x, (FUNC)x, NULL, y, WINDRV_WRAP_REGPARM }
516 { #x, (FUNC)y, NULL, z, WINDRV_WRAP_REGPARM }
517 #define IMPORT_CFUNC(x, y) { #x, (FUNC)x, NULL, y, WINDRV_WRAP_CDECL }
519 { #x, (FUNC)y, NULL, z, WINDRV_WRAP_CDECL }
523 #define IMPORT_SFUNC(x, y) { #x, (FUNC)
[all...]
/freebsd-11-stable/usr.bin/xlint/common/
H A Dinittyp.c122 { FUNC, { -1, -1,
123 FUNC, FUNC,
H A Dlint.h77 FUNC, /* function */ enumerator in enum:__anon13851
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dlint.h69 FUNC /* function */ enumerator in enum:__anon13854
70 #define NTSPEC ((int)FUNC + 1)
H A Ddecl.c402 case FUNC:
778 case FUNC:
822 } else if (t == FUNC) {
878 if (t == FUNC && !tp->t_proto &&
884 if (to == FUNC) {
885 if (t == FUNC || t == ARRAY) {
888 if (t == FUNC) {
901 if (t == FUNC) {
1042 } else if (t == FUNC) {
1277 tp->t_tspec = FUNC;
[all...]
H A Demit1.c115 case FUNC: t = 'F'; s = '\0'; break;
135 } else if (ts == FUNC && tp->t_proto) {
228 if (sc != EXTERN && !(sc == STATIC && sym->s_type->t_tspec == FUNC))
H A Dtree.c303 sym->s_type = incref(sym->s_type, FUNC);
337 if (sym->s_kind == FVFT && sym->s_type->t_tspec != FUNC)
749 if (tn->tn_type->t_tspec == FUNC)
831 if (lt == FUNC || lt == VOID || ltp->t_isfield ||
871 if (lt == ARRAY || lt == FUNC) {
1075 if (lt == PTR && rt == PTR && ((lst == VOID && rst == FUNC) ||
1076 (lst == FUNC && rst == VOID))) {
1199 if (sflag && (lt == FUNC || rt == FUNC)) {
1201 *(lt == FUNC
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dwarn.c82 #define FUNC(ETEXT, CODE, LEVEL) \ macro
127 FUNC(1, code, 1);
161 FUNC(0, 0, 1);
205 FUNC(1, code, 0);
244 FUNC(0, 0, 0);
286 FUNC(1, code, 0);
314 FUNC(0, 0, 0);
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dsnmpmod.h83 #define INSERT_OBJECT_FUNC_LINK(PTR, LIST, LINK, FUNC) do { \
87 if ((FUNC)(_lelem, (PTR)) > 0) \
95 #define INSERT_OBJECT_FUNC_LINK_REV(PTR, LIST, HEAD, LINK, FUNC) do { \
99 if ((FUNC)(_lelem, (PTR)) < 0) \
149 #define FIND_OBJECT_FUNC_LINK(LIST, OID, SUB, LINK, FUNC) ({ \
153 if ((FUNC)(OID, SUB, _lelem) == 0) \
158 #define NEXT_OBJECT_FUNC_LINK(LIST, OID, SUB, LINK, FUNC) ({ \
162 if ((FUNC)(OID, SUB, _lelem) < 0) \
198 #define INSERT_OBJECT_FUNC_REV(PTR, LIST, HEAD, FUNC) \
199 INSERT_OBJECT_FUNC_LINK_REV(PTR, LIST, HEAD, link, FUNC)
[all...]
/freebsd-11-stable/contrib/ngatm/libngatm/
H A Dunicust.h83 #define _TIMER_START(UNI,ARG,FIELD,DUE,FUNC) \
85 UNI->arg, DUE, FUNC, ARG))
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dfreebsd.h205 #define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \
207 " bl " #FUNC "\n" \
H A Dlinux64.h412 #define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \
414 " bl ." #FUNC "\n" \
418 #define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \
420 " bl " #FUNC "\n" \
/freebsd-11-stable/sys/netgraph/atm/uni/
H A Dng_uni_cust.h92 #define _TIMER_START(UNI,ARG,FIELD,DUE,FUNC) do { \
95 hz * (DUE) / 1000, FUNC, (ARG), 0); \
/freebsd-11-stable/sys/sys/
H A Dkobj.h94 * The ternary operator is (ab)used to provoke a warning when FUNC
97 #define KOBJMETHOD(NAME, FUNC) \
98 { &NAME##_desc, (kobjop_t) (1 ? FUNC : (NAME##_t *)NULL) }
/freebsd-11-stable/contrib/gcc/
H A Dcrtstuff.c78 # define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \
80 call_ ## FUNC (void) \
83 FUNC (); \
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Demit2.c84 case FUNC:
120 } else if (ts == FUNC && tp->t_args != NULL) {
172 if (TP(sym->s_type)->t_tspec == FUNC) {
H A Dchk.c104 TP(sym->s_type)->t_tspec == FUNC &&
181 if (TP(sym->s_type)->t_tspec == FUNC)
312 if (tp1->t_tspec == FUNC && tp2->t_tspec == FUNC) {
353 if ((tp1 = TP(def->s_type))->t_tspec != FUNC)
357 if ((tp1 = TP(decl->s_type))->t_tspec != FUNC)
364 if ((tp1 = TP(call1->f_type))->t_tspec != FUNC)
371 if ((tp2 = TP(call->f_type))->t_tspec != FUNC)
1112 if (TP(sym1->s_type)->t_tspec != FUNC)
1272 if (t == FUNC) {
[all...]
/freebsd-11-stable/contrib/one-true-awk/
H A Dlex.c62 { "func", FUNC, FUNC },
63 { "function", FUNC, FUNC },
470 case FUNC:
H A Dawkgram.y55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
82 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
184 | FUNC funcname '(' varlist rparen {infunc++;} lbrace stmtlist '}'
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.c2186 /* FUNC: Define a configuration variable that uses a custom function for
2194 #define FUNC(f) _FUNC(f), 0 macro
2223 { FUNC(bssid) },
2224 { FUNC(bssid_hint) },
2225 { FUNC(bssid_blacklist) },
2226 { FUNC(bssid_whitelist) },
2231 { FUNC(proto) },
2232 { FUNC(key_mgmt) },
2234 { FUNC(pairwise) },
2235 { FUNC(grou
2427 #undef FUNC macro
4700 #define FUNC macro
4877 #undef FUNC macro
[all...]
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h629 #define FUNCTION_VALUE(VALTYPE, FUNC) \
817 #define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \
820 0: .long\t" USER_LABEL_PREFIX #FUNC " - 0b\n\
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1884 #define FUNCTION_VALUE(VALTYPE, FUNC) \
1885 mips_function_value ((VALTYPE), (FUNC), VOIDmode)
2134 #define INITIALIZE_TRAMPOLINE(ADDR, FUNC, CHAIN) \
2140 emit_move_insn (gen_rtx_MEM (ptr_mode, func_addr), FUNC); \
2741 #define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \
2748 jal " USER_LABEL_PREFIX #FUNC "\n\
2753 #define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \
2760 jal " USER_LABEL_PREFIX #FUNC "\n\

Completed in 170 milliseconds

12