/src/lib/libc/compat/arch/vax/sys/ |
compat___sigreturn14.S | 41 #undef ENTRY 42 #define ENTRY(x, y) _ENTRY(x, y); pushr $0x3f; _PROF_PROLOGUE; popr $0x3f
|
compat_sigreturn13.S | 41 #undef ENTRY 42 #define ENTRY(x, y) \
|
/src/lib/libc/compat/arch/i386/sys/ |
compat___sigreturn14.S | 48 #undef ENTRY 55 #define ENTRY(x) \
|
compat_sigreturn.S | 48 #undef ENTRY 55 #define ENTRY(x) \
|
/src/usr.bin/man/ |
manconf.h | 50 /* ENTRY: each TAG has one or more ENTRY strings linked off of it */ 56 } ENTRY;
|
/src/sys/external/bsd/compiler_rt/dist/include/xray/ |
xray_interface.h | 25 ENTRY = 0, 41 /// - entry type: identifies what kind of instrumentation point was 42 /// encountered (function entry, function exit, etc.). See the 53 extern int __xray_set_handler(void (*entry)(int32_t, XRayEntryType)); 64 extern int __xray_set_handler_arg1(void (*entry)(int32_t, XRayEntryType, 72 extern int __xray_set_customevent_handler(void (*entry)(void *, std::size_t)); 80 extern int __xray_set_typedevent_handler(void (*entry)(uint16_t, const void *,
|
/src/sys/external/bsd/gnu-efi/dist/lib/x86_64/ |
efi_stub.S | 51 #define ENTRY(name) \ 55 ENTRY(efi_call0) 61 ENTRY(efi_call1) 68 ENTRY(efi_call2) 76 ENTRY(efi_call3) 85 ENTRY(efi_call4) 95 ENTRY(efi_call5) 106 ENTRY(efi_call6) 119 ENTRY(efi_call7) 134 ENTRY(efi_call8 [all...] |
/src/usr.bin/chpass/ |
chpass.h | 40 } ENTRY; 51 extern ENTRY list[]; 59 int p_change(const char *, struct passwd *, ENTRY *); 60 int p_class(const char *, struct passwd *, ENTRY *); 61 int p_expire(const char *, struct passwd *, ENTRY *); 62 int p_gecos(const char *, struct passwd *, ENTRY *); 63 int p_gid(const char *, struct passwd *, ENTRY *); 64 int p_hdir(const char *, struct passwd *, ENTRY *); 65 int p_login(const char *, struct passwd *, ENTRY *); 66 int p_passwd(const char *, struct passwd *, ENTRY *); [all...] |
/src/sys/arch/sparc64/include/ |
locore.h | 145 #ifdef ENTRY 146 #undef ENTRY 151 #define ENTRY(x) \ 164 #define ENTRY(x) .globl _C_LABEL(x); .type _C_LABEL(x),@function; \
|
/src/sys/arch/hppa/include/ |
asm.h | 47 .export x, entry ! .label x ! .proc 52 .entry 57 .entry 95 #define ENTRY(x,n) !\ 99 #define ALTENTRY(x) ! .export x, entry ! .label x
|
/src/include/ |
search.h | 20 typedef struct entry { struct 23 } ENTRY; 62 ENTRY *hsearch(ENTRY, ACTION); 69 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
|
/src/sys/arch/evbarm/stand/boot2440/ |
Makefile | 6 SRCS= entry.S main.c devopen.c netif.c dev_net.c dm9000.c dev_sdmmc.c 36 ENTRY= _start 56 ${LD} -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${.TARGET}.elf \
|
/src/sys/arch/evbarm/stand/bootimx23/ |
Makefile | 32 ENTRY= _start 46 ${LD} -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${.TARGET} \
|
/src/sys/arch/mmeye/stand/boot/ |
Makefile | 12 SRCS= entry.S 56 ENTRY= start 77 ${LD} -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${PROG} \
|
/src/sys/arch/ofppc/stand/ofwboot/ |
Makefile | 43 ENTRY= _start 69 -e ${ENTRY} -o ${PROG}.X ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
|
/src/sys/arch/shark/stand/ofwboot/ |
Makefile | 36 ENTRY= _start 63 ${LD} -s -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${.TARGET}.aout \
|
/src/sys/arch/sandpoint/stand/altboot/ |
Makefile | 8 SRCS= entry.S main.c brdsetup.c pci.c devopen.c dev_net.c memfs.c 36 ENTRY= _start 65 ${LD} -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${PROG} \
|
/src/sys/arch/amd64/include/ |
asm.h | 106 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
|
/src/sys/arch/ia64/include/ |
asm.h | 59 * ENTRY 63 #define ENTRY(_name_, _n_args_) \ 90 * Global alias for a leaf function, or alternate entry point 98 * Local alias for a leaf function, or alternate entry point
|
/src/sys/arch/or1k/include/ |
asm.h | 64 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
|
/src/sys/arch/sparc/include/ |
asm.h | 149 #define ENTRY(name) _ENTRY(_C_LABEL(name)); _PROF_PROLOGUE
|
/src/sys/arch/sparc/stand/ofwboot/ |
Makefile | 62 ENTRY= _start 102 ${LD} -N -p -Ttext ${RELOC} -e ${ENTRY} >lderr -o ${PROG} \ 107 ${LD} -X -N -S -Ttext ${RELOC} -e ${ENTRY} -o ${PROG} \
|
/src/sys/arch/i386/include/ |
asm.h | 174 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
|
/src/sys/arch/m68k/include/ |
asm.h | 117 #define ENTRY(name) _ENTRY(_C_LABEL(name)) _PROF_PROLOG 126 * simply provides an alternate function entry point. The m68k 137 #define ALTENTRY(name, rname) ENTRY(name); jra rname+12
|
/src/sys/arch/vax/include/ |
asm.h | 76 #define ENTRY(x, regs) _ENTRY(_C_LABEL(x), regs); _PROF_PROLOGUE
|