Home
last modified time | relevance | path

Searched defs:START (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dinterval_tree_generic.h31 #define INTERVAL_TREE_DEFINE(type, field, valtype, dummy, START, LAST, \ argument
39 #define __IT_DEFINE_ITER_FROM(type, field, valtype, START, LAST, name) \ argument
70 #define __IT_DEFINE_INSERT(type, field, START, attr, name) \ argument
/freebsd/contrib/dma/
H A Dmail.c150 START, enumerator
/freebsd/crypto/openssl/apps/
H A Ds_time.c107 #define START 0 macro
H A Dspeed.c124 #define START 0 macro
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h92 #define DECL_RANGE(BASE, START, END) \ argument
94 #define LAST_DECL_RANGE(BASE, START, END) \ argument
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_wsc.c20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
H A Deap_server_tls.c22 enum { START, CONTINUE, SUCCESS, FAILURE } state; enumerator
H A Deap_server_tnc.c18 START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE, enumerator
H A Deap_server_sim.c34 START, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE enumerator
H A Deap_server_ttls.c30 START, PHASE1, PHASE2_START, PHASE2_METHOD, enumerator
H A Deap_server_peap.c35 START, PHASE1, PHASE1_ID2, PHASE2_START, PHASE2_ID, enumerator
H A Deap_server_fast.c34 START, PHASE1, PHASE2_START, PHASE2_ID, PHASE2_METHOD, enumerator
H A Deap_server_teap.c32 START, PHASE1, PHASE1B, PHASE2_START, PHASE2_ID, enumerator
/freebsd/sys/dev/firewire/
H A Dif_fwip.c289 #define START 0 in fwip_init() macro
/freebsd/sys/dev/usb/input/
H A Duhid_snes.c65 #define START 0x20 macro
/freebsd/contrib/byacc/
H A Ddefs.h117 ,START enumerator
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c172 #define START(node) ((node)->start) macro