Home
last modified time | relevance | path

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

/freebsd-13.1/sys/mips/mediatek/
H A Dmtk_pinctrl.h166 FUNC("spis", 0), FUNC("gpio", 1), FUNC("utif", 2), FUNC("pwm", 3)
170 FUNC("spi", 0), FUNC("gpio", 1), FUNC("refclk", 2), FUNC("-", 3)
178 FUNC("uart0", 0), FUNC("gpio", 1), FUNC("-", 2), FUNC("-", 3)
182 FUNC("sdxc", 0), FUNC("gpio", 1), FUNC("utif", 2), FUNC("jtag", 3)
194 FUNC("i2c", 0), FUNC("gpio", 1), FUNC("debug", 2), FUNC("-", 3)
198 FUNC("uart1", 0), FUNC("gpio", 1), FUNC("pwm", 2), FUNC("sw r", 3)
202 FUNC("uart2", 0), FUNC("gpio", 1), FUNC("pwm", 2), FUNC("sdxc", 3)
206 FUNC("pwm", 0), FUNC("gpio", 1), FUNC("utif", 2), FUNC("sdxc", 3)
239 FUNC("mdio", 0), FUNC("gpio", 1), FUNC("-", 2), FUNC("-", 3)
247 FUNC("spi", 0), FUNC("gpio", 1), FUNC("nand1", 2), FUNC("-", 3)
[all …]
/freebsd-13.1/contrib/apr-util/crypto/
H A Dapr_sha1.c127 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()
138 FUNC(3,45); FUNC(3,46); FUNC(3,47); FUNC(3,48); FUNC(3,49); in sha_transform()
[all …]
/freebsd-13.1/sys/compat/ndis/
H A Dpe_var.h505 #define FUNC void(*)(void) macro
510 { #x, (FUNC)y, NULL, z, WINDRV_WRAP_STDCALL }
513 { #x, (FUNC)y, NULL, z, WINDRV_WRAP_FASTCALL }
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)x, NULL, y, WINDRV_WRAP_AMD64 }
525 { #x, (FUNC)y, NULL, z, WINDRV_WRAP_AMD64 }
528 { #x, (FUNC)y, NULL, z, WINDRV_WRAP_AMD64 }
531 { #x, (FUNC)y, NULL, z, WINDRV_WRAP_AMD64 }
[all …]
H A Dsubr_hal.c478 { NULL, (FUNC)dummy, NULL, 0, WINDRV_WRAP_STDCALL },
H A Dsubr_usbd.c1455 { NULL, (FUNC)dummy, NULL, 0, WINDRV_WRAP_STDCALL },
H A Dsubr_ndis.c3368 { NULL, (FUNC)dummy, NULL, 0, WINDRV_WRAP_STDCALL },
H A Dsubr_ntoskrnl.c4442 { NULL, (FUNC)dummy, NULL, 0, WINDRV_WRAP_STDCALL },
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dwarn.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.1/contrib/bsnmp/snmpd/
H A Dsnmpmod.h125 #define INSERT_OBJECT_FUNC_LINK(PTR, LIST, LINK, FUNC) do { \ argument
129 if ((FUNC)(_lelem, (PTR)) > 0) \
141 if ((FUNC)(_lelem, (PTR)) < 0) \
195 if ((FUNC)(OID, SUB, _lelem) == 0) \
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)
249 #define FIND_OBJECT_FUNC(LIST, OID, SUB, FUNC) \ argument
250 FIND_OBJECT_FUNC_LINK(LIST, OID, SUB, link, FUNC)
258 #define NEXT_OBJECT_FUNC(LIST, OID, SUB, FUNC) \ argument
[all …]
/freebsd-13.1/contrib/ngatm/libngatm/
H A Dunicust.h83 #define _TIMER_START(UNI,ARG,FIELD,DUE,FUNC) \ argument
85 UNI->arg, DUE, FUNC, ARG))
/freebsd-13.1/contrib/one-true-awk/
H A Dlex.c64 { "func", FUNC, FUNC },
65 { "function", FUNC, FUNC },
495 case FUNC: in word()
H A Dawkgram.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.1/contrib/wpa/wpa_supplicant/
H A Dconfig.c2415 { FUNC(bssid) },
2425 { FUNC(proto) },
2426 { FUNC(key_mgmt) },
2428 { FUNC(pairwise) },
2429 { FUNC(group) },
2431 { FUNC(auth_alg) },
2442 { FUNC(eap) },
2540 { FUNC(ocv) },
2566 { FUNC(psk_list) },
2658 #undef FUNC
[all …]
/freebsd-13.1/sys/netgraph/atm/uni/
H A Dng_uni_cust.h94 #define _TIMER_START(UNI,ARG,FIELD,DUE,FUNC) do { \ argument
97 hz * (DUE) / 1000, FUNC, (ARG), 0); \
/freebsd-13.1/sys/sys/
H A Dkobj.h99 #define KOBJMETHOD(NAME, FUNC) \ argument
100 { &NAME##_desc, (kobjop_t) (1 ? FUNC : (NAME##_t *)NULL) }
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTF.def29 HANDLE_BTF_KIND(12, FUNC)
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp74 FUNC, enumerator
88 clEnumValN(SortField::FUNC, "func", "function names")));
358 case SortField::FUNC: in exportStats()
/freebsd-13.1/sys/dev/cardbus/
H A Dcardbus_cis.c111 #define MAKETUPLE(NAME,FUNC) { CISTPL_ ## NAME, #NAME, decode_tuple_ ## FUNC } argument
/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp67 FUNC = 0x1, enumerator
127 case Descriptor::FUNC: { in ProcessDescriptors()
/freebsd-13.1/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c177 #define FUNC(N, MAKEN) … macro
194 FUNC(8, MAKE8)
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp589 ECase(FUNC); in enumeration()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp523 #define IMPLEMENT_VECTOR_UNORDERED(TY, X, Y, FUNC) \ argument
526 Dest = FUNC(Src1, Src2, Ty); \
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Instructions.td1646 def FUNC : ILFormat< (outs), (ins),
1647 "FUNC", []>;
/freebsd-13.1/sys/mips/mips/
H A Dfp.S107 and v1, a0, 0x3F # mask FUNC field
113 lw a3, func_fmt_tbl(v1) # switch on FUNC & FMT