Home
last modified time | relevance | path

Searched refs:FUNC (Results 1 – 24 of 24) sorted by relevance

/freebsd-13-stable/sys/mips/mediatek/
HDmtk_pinctrl.h45 #define FUNC(_name, _value) \ macro
60 FUNC("i2c", 0), FUNC("gpio", 1)
64 FUNC("spi", 0), FUNC("gpio", 1)
68 FUNC("uartf", 0), FUNC("pcm uartf", 1), FUNC("pcm i2s", 2),
69 FUNC("i2s uartf", 3), FUNC("pcm gpio", 4), FUNC("gpio uartf", 5),
70 FUNC("gpio i2s", 6), FUNC("gpio", 7)
74 FUNC("wdt rst", 0), FUNC("wdt", 0), FUNC("wdt refclk", 1),
75 FUNC("gpio", 2)
79 FUNC("uartlite", 0), FUNC("gpio", 1)
83 FUNC("jtag", 0), FUNC("gpio", 1)
[all …]
/freebsd-13-stable/contrib/apr-util/crypto/
HDapr_sha1.c78 #define FUNC(n,i) \ macro
127 FUNC(1, 0); FUNC(1, 1); FUNC(1, 2); FUNC(1, 3); FUNC(1, 4); in sha_transform()
128 FUNC(1, 5); FUNC(1, 6); FUNC(1, 7); FUNC(1, 8); FUNC(1, 9); in sha_transform()
129 FUNC(1,10); FUNC(1,11); FUNC(1,12); FUNC(1,13); FUNC(1,14); in sha_transform()
130 FUNC(1,15); FUNC(1,16); FUNC(1,17); FUNC(1,18); FUNC(1,19); in sha_transform()
132 FUNC(2,20); FUNC(2,21); FUNC(2,22); FUNC(2,23); FUNC(2,24); in sha_transform()
133 FUNC(2,25); FUNC(2,26); FUNC(2,27); FUNC(2,28); FUNC(2,29); in sha_transform()
134 FUNC(2,30); FUNC(2,31); FUNC(2,32); FUNC(2,33); FUNC(2,34); in sha_transform()
135 FUNC(2,35); FUNC(2,36); FUNC(2,37); FUNC(2,38); FUNC(2,39); in sha_transform()
137 FUNC(3,40); FUNC(3,41); FUNC(3,42); FUNC(3,43); FUNC(3,44); in sha_transform()
[all …]
/freebsd-13-stable/sys/compat/ndis/
HDpe_var.h503 #define FUNC void(*)(void) macro
506 #define IMPORT_SFUNC(x, y) { #x, (FUNC)x, NULL, y, WINDRV_WRAP_STDCALL }
508 { #x, (FUNC)y, NULL, z, WINDRV_WRAP_STDCALL }
509 #define IMPORT_FFUNC(x, y) { #x, (FUNC)x, NULL, y, WINDRV_WRAP_FASTCALL }
511 { #x, (FUNC)y, NULL, z, WINDRV_WRAP_FASTCALL }
512 #define IMPORT_RFUNC(x, y) { #x, (FUNC)x, NULL, y, WINDRV_WRAP_REGPARM }
514 { #x, (FUNC)y, NULL, z, WINDRV_WRAP_REGPARM }
515 #define IMPORT_CFUNC(x, y) { #x, (FUNC)x, NULL, y, WINDRV_WRAP_CDECL }
517 { #x, (FUNC)y, NULL, z, WINDRV_WRAP_CDECL }
521 #define IMPORT_SFUNC(x, y) { #x, (FUNC)x, NULL, y, WINDRV_WRAP_AMD64 }
[all …]
HDsubr_hal.c476 { NULL, (FUNC)dummy, NULL, 0, WINDRV_WRAP_STDCALL },
HDsubr_usbd.c1453 { NULL, (FUNC)dummy, NULL, 0, WINDRV_WRAP_STDCALL },
HDsubr_ndis.c3366 { NULL, (FUNC)dummy, NULL, 0, WINDRV_WRAP_STDCALL },
HDsubr_ntoskrnl.c4440 { NULL, (FUNC)dummy, NULL, 0, WINDRV_WRAP_STDCALL },
/freebsd-13-stable/crypto/heimdal/lib/krb5/
HDwarn.c82 #define FUNC(ETEXT, CODE, LEVEL) \ macro
127 FUNC(1, code, 1); in krb5_warn()
161 FUNC(0, 0, 1); in krb5_warnx()
205 FUNC(1, code, 0); in krb5_err()
244 FUNC(0, 0, 0); in krb5_errx()
286 FUNC(1, code, 0); in krb5_abort()
314 FUNC(0, 0, 0); in krb5_abortx()
/freebsd-13-stable/contrib/bsnmp/snmpd/
HDsnmpmod.h125 #define INSERT_OBJECT_FUNC_LINK(PTR, LIST, LINK, FUNC) do { \ argument
129 if ((FUNC)(_lelem, (PTR)) > 0) \
137 #define INSERT_OBJECT_FUNC_LINK_REV(PTR, LIST, HEAD, LINK, FUNC) do { \ argument
141 if ((FUNC)(_lelem, (PTR)) < 0) \
191 #define FIND_OBJECT_FUNC_LINK(LIST, OID, SUB, LINK, FUNC) ({ \ argument
195 if ((FUNC)(OID, SUB, _lelem) == 0) \
200 #define NEXT_OBJECT_FUNC_LINK(LIST, OID, SUB, LINK, FUNC) ({ \ argument
204 if ((FUNC)(OID, SUB, _lelem) < 0) \
240 #define INSERT_OBJECT_FUNC_REV(PTR, LIST, HEAD, FUNC) \ argument
241 INSERT_OBJECT_FUNC_LINK_REV(PTR, LIST, HEAD, link, FUNC)
[all …]
/freebsd-13-stable/contrib/ngatm/libngatm/
HDunicust.h83 #define _TIMER_START(UNI,ARG,FIELD,DUE,FUNC) \ argument
85 UNI->arg, DUE, FUNC, ARG))
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
HDconfig.c2493 #define FUNC(f) _FUNC(f), 0 macro
2522 { FUNC(bssid) },
2523 { FUNC(bssid_hint) },
2524 { FUNC(bssid_ignore) },
2525 { FUNC(bssid_accept) },
2526 { FUNC(bssid_blacklist) }, /* deprecated alias for bssid_ignore */
2527 { FUNC(bssid_whitelist) }, /* deprecated alias for bssid_accept */
2532 { FUNC(proto) },
2533 { FUNC(key_mgmt) },
2535 { FUNC(pairwise) },
[all …]
/freebsd-13-stable/contrib/one-true-awk/
HDlex.c64 { "func", FUNC, FUNC },
65 { "function", FUNC, FUNC },
495 case FUNC: in word()
HDawkgram.y55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
83 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
185 | FUNC funcname '(' varlist rparen {infunc = true;} lbrace stmtlist '}'
/freebsd-13-stable/sys/netgraph/atm/uni/
HDng_uni_cust.h92 #define _TIMER_START(UNI,ARG,FIELD,DUE,FUNC) do { \ argument
95 hz * (DUE) / 1000, FUNC, (ARG), 0); \
/freebsd-13-stable/sys/sys/
HDkobj.h97 #define KOBJMETHOD(NAME, FUNC) \ argument
98 { &NAME##_desc, (kobjop_t) (1 ? FUNC : (NAME##_t *)NULL) }
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
HDBTF.def29 HANDLE_BTF_KIND(12, FUNC)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-account.cpp76 FUNC, enumerator
90 clEnumValN(SortField::FUNC, "func", "function names")));
360 case SortField::FUNC: in exportStats()
/freebsd-13-stable/sys/dev/cardbus/
HDcardbus_cis.c109 #define MAKETUPLE(NAME,FUNC) { CISTPL_ ## NAME, #NAME, decode_tuple_ ## FUNC } argument
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
HDUnwind-EHABI.cpp67 FUNC = 0x1, enumerator
127 case Descriptor::FUNC: { in ProcessDescriptors()
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
HDaead_aes256gcm_aesni.c177 #define FUNC(N, MAKEN) … macro
194 FUNC(8, MAKE8)
/freebsd-13-stable/contrib/tcpdump/
HDCMakeLists.txt1401 foreach(FUNC strlcat strlcpy strdup strsep getservent getopt_long)
1402 string(TOUPPER ${FUNC} FUNC_UPPERCASE)
1405 set(NETDISSECT_SOURCE_LIST_C ${NETDISSECT_SOURCE_LIST_C} missing/${FUNC}.c)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDExecution.cpp523 #define IMPLEMENT_VECTOR_UNORDERED(TY, X, Y, FUNC) \ argument
526 Dest = FUNC(Src1, Src2, Ty); \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDR600Instructions.td1633 def FUNC : ILFormat< (outs), (ins),
1634 "FUNC", []>;
/freebsd-13-stable/sys/mips/mips/
HDfp.S106 and v1, a0, 0x3F # mask FUNC field
112 lw a3, func_fmt_tbl(v1) # switch on FUNC & FMT