Home
last modified time | relevance | path

Searched refs:ENTRY (Results 1 – 25 of 166) sorted by relevance

1234567

/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dstrerror.c69 # define ENTRY(value, name, msg) {value, name, msg} macro
71 # define ENTRY(value, name, msg) {value, name} macro
77 ENTRY(EPERM, "EPERM", "Not owner"),
80 ENTRY(ENOENT, "ENOENT", "No such file or directory"),
83 ENTRY(ESRCH, "ESRCH", "No such process"),
86 ENTRY(EINTR, "EINTR", "Interrupted system call"),
89 ENTRY(EIO, "EIO", "I/O error"),
92 ENTRY(ENXIO, "ENXIO", "No such device or address"),
95 ENTRY(E2BIG, "E2BIG", "Arg list too long"),
98 ENTRY(ENOEXEC, "ENOEXEC", "Exec format error"),
[all …]
H A Dstrsignal.c73 # define ENTRY(value, name, msg) {value, name, msg} macro
75 # define ENTRY(value, name, msg) {value, name} macro
81 ENTRY(SIGHUP, "SIGHUP", "Hangup"),
84 ENTRY(SIGINT, "SIGINT", "Interrupt"),
87 ENTRY(SIGQUIT, "SIGQUIT", "Quit"),
90 ENTRY(SIGILL, "SIGILL", "Illegal instruction"),
93 ENTRY(SIGTRAP, "SIGTRAP", "Trace/breakpoint trap"),
98 ENTRY(SIGIOT, "SIGIOT", "IOT trap"),
101 ENTRY(SIGABRT, "SIGABRT", "Aborted"),
104 ENTRY(SIGEMT, "SIGEMT", "Emulation trap"),
[all …]
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dstrerror.c69 # define ENTRY(value, name, msg) {value, name, msg} macro
71 # define ENTRY(value, name, msg) {value, name} macro
77 ENTRY(EPERM, "EPERM", "Not owner"),
80 ENTRY(ENOENT, "ENOENT", "No such file or directory"),
83 ENTRY(ESRCH, "ESRCH", "No such process"),
86 ENTRY(EINTR, "EINTR", "Interrupted system call"),
89 ENTRY(EIO, "EIO", "I/O error"),
92 ENTRY(ENXIO, "ENXIO", "No such device or address"),
95 ENTRY(E2BIG, "E2BIG", "Arg list too long"),
98 ENTRY(ENOEXEC, "ENOEXEC", "Exec format error"),
[all …]
H A Dstrsignal.c73 # define ENTRY(value, name, msg) {value, name, msg} macro
75 # define ENTRY(value, name, msg) {value, name} macro
81 ENTRY(SIGHUP, "SIGHUP", "Hangup"),
84 ENTRY(SIGINT, "SIGINT", "Interrupt"),
87 ENTRY(SIGQUIT, "SIGQUIT", "Quit"),
90 ENTRY(SIGILL, "SIGILL", "Illegal instruction"),
93 ENTRY(SIGTRAP, "SIGTRAP", "Trace/breakpoint trap"),
98 ENTRY(SIGIOT, "SIGIOT", "IOT trap"),
101 ENTRY(SIGABRT, "SIGABRT", "Aborted"),
104 ENTRY(SIGEMT, "SIGEMT", "Emulation trap"),
[all …]
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dstrerror.c69 # define ENTRY(value, name, msg) {value, name, msg} macro
71 # define ENTRY(value, name, msg) {value, name} macro
77 ENTRY(EPERM, "EPERM", "Not owner"),
80 ENTRY(ENOENT, "ENOENT", "No such file or directory"),
83 ENTRY(ESRCH, "ESRCH", "No such process"),
86 ENTRY(EINTR, "EINTR", "Interrupted system call"),
89 ENTRY(EIO, "EIO", "I/O error"),
92 ENTRY(ENXIO, "ENXIO", "No such device or address"),
95 ENTRY(E2BIG, "E2BIG", "Arg list too long"),
98 ENTRY(ENOEXEC, "ENOEXEC", "Exec format error"),
[all …]
H A Dstrsignal.c73 # define ENTRY(value, name, msg) {value, name, msg} macro
75 # define ENTRY(value, name, msg) {value, name} macro
81 ENTRY(SIGHUP, "SIGHUP", "Hangup"),
84 ENTRY(SIGINT, "SIGINT", "Interrupt"),
87 ENTRY(SIGQUIT, "SIGQUIT", "Quit"),
90 ENTRY(SIGILL, "SIGILL", "Illegal instruction"),
93 ENTRY(SIGTRAP, "SIGTRAP", "Trace/breakpoint trap"),
98 ENTRY(SIGIOT, "SIGIOT", "IOT trap"),
101 ENTRY(SIGABRT, "SIGABRT", "Aborted"),
104 ENTRY(SIGEMT, "SIGEMT", "Emulation trap"),
[all …]
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dstrerror.c69 # define ENTRY(value, name, msg) {value, name, msg} macro
71 # define ENTRY(value, name, msg) {value, name} macro
77 ENTRY(EPERM, "EPERM", "Not owner"),
80 ENTRY(ENOENT, "ENOENT", "No such file or directory"),
83 ENTRY(ESRCH, "ESRCH", "No such process"),
86 ENTRY(EINTR, "EINTR", "Interrupted system call"),
89 ENTRY(EIO, "EIO", "I/O error"),
92 ENTRY(ENXIO, "ENXIO", "No such device or address"),
95 ENTRY(E2BIG, "E2BIG", "Arg list too long"),
98 ENTRY(ENOEXEC, "ENOEXEC", "Exec format error"),
[all …]
H A Dstrsignal.c73 # define ENTRY(value, name, msg) {value, name, msg} macro
75 # define ENTRY(value, name, msg) {value, name} macro
81 ENTRY(SIGHUP, "SIGHUP", "Hangup"),
84 ENTRY(SIGINT, "SIGINT", "Interrupt"),
87 ENTRY(SIGQUIT, "SIGQUIT", "Quit"),
90 ENTRY(SIGILL, "SIGILL", "Illegal instruction"),
93 ENTRY(SIGTRAP, "SIGTRAP", "Trace/breakpoint trap"),
98 ENTRY(SIGIOT, "SIGIOT", "IOT trap"),
101 ENTRY(SIGABRT, "SIGABRT", "Aborted"),
104 ENTRY(SIGEMT, "SIGEMT", "Emulation trap"),
[all …]
/dflybsd-src/usr.bin/chpass/
H A Dchpass.h53 } ENTRY; typedef
63 extern ENTRY list[];
70 int p_change(char *, struct passwd *, ENTRY *);
71 int p_class(char *, struct passwd *, ENTRY *);
72 int p_expire(char *, struct passwd *, ENTRY *);
73 int p_gecos(char *, struct passwd *, ENTRY *);
74 int p_gid(char *, struct passwd *, ENTRY *);
75 int p_hdir(char *, struct passwd *, ENTRY *);
76 int p_login(char *, struct passwd *, ENTRY *);
77 int p_passwd(char *, struct passwd *, ENTRY *);
[all …]
H A Dfield.c57 p_login(char *p, struct passwd *pw, ENTRY *ep __unused) in p_login()
83 p_passwd(char *p, struct passwd *pw, ENTRY *ep __unused) in p_passwd()
95 p_uid(char *p, struct passwd *pw, ENTRY *ep __unused) in p_uid()
120 p_gid(char *p, struct passwd *pw, ENTRY *ep __unused) in p_gid()
150 p_class(char *p, struct passwd *pw, ENTRY *ep __unused) in p_class()
162 p_change(char *p, struct passwd *pw, ENTRY *ep __unused) in p_change()
172 p_expire(char *p, struct passwd *pw, ENTRY *ep __unused) in p_expire()
182 p_gecos(char *p, struct passwd *pw __unused, ENTRY *ep) in p_gecos()
193 p_hdir(char *p, struct passwd *pw, ENTRY *ep __unused) in p_hdir()
208 p_shell(char *p, struct passwd *pw, ENTRY *ep __unused) in p_shell()
/dflybsd-src/contrib/ncurses/include/
H A Dterm_entry.h114 typedef struct entry ENTRY; typedef
118 ENTRY *link;
127 ENTRY *crosslinks[MAX_CROSSLINKS];
131 ENTRY *next;
132 ENTRY *last;
135 extern NCURSES_EXPORT_VAR(ENTRY *) _nc_head;
136 extern NCURSES_EXPORT_VAR(ENTRY *) _nc_tail;
141 #define NULLHOOK (bool(*)(ENTRY *))0
169 extern NCURSES_EXPORT(ENTRY *) _nc_copy_entry (ENTRY *oldp);
171 extern NCURSES_EXPORT(void) _nc_init_entry (ENTRY *const);
[all …]
/dflybsd-src/sys/platform/pc64/x86_64/
H A Dsupport.s54 ENTRY(bzero)
69 ENTRY(memset)
89 ENTRY(pagezero)
99 ENTRY(pagezero)
118 ENTRY(bcopy)
136 ENTRY(memmove)
144 ENTRY(reset_dbregs)
162 ENTRY(memcpy)
172 ENTRY(fillw)
198 ENTRY(kreadmem64)
[all …]
/dflybsd-src/contrib/ncurses/ncurses/tinfo/
H A Dentries.c64 NCURSES_EXPORT_VAR(ENTRY *) _nc_head = 0;
65 NCURSES_EXPORT_VAR(ENTRY *) _nc_tail = 0;
67 static ENTRY *
68 _nc_delink_entry(ENTRY * headp, TERMTYPE2 *tterm) in _nc_delink_entry()
71 ENTRY *ep, *last; in _nc_delink_entry()
94 _nc_free_entry(ENTRY * headp, TERMTYPE2 *tterm) in _nc_free_entry()
97 ENTRY *ep; in _nc_free_entry()
105 _nc_free_entries(ENTRY * headp) in _nc_free_entries()
H A Dalloc_entry.c62 _nc_init_entry(ENTRY * const tp) in _nc_init_entry()
82 NCURSES_EXPORT(ENTRY *)
83 _nc_copy_entry(ENTRY * oldp) in _nc_copy_entry()
85 ENTRY *newp = typeCalloc(ENTRY, 1); in _nc_copy_entry()
127 _nc_wrap_entry(ENTRY * const ep, bool copy_strings) in _nc_wrap_entry()
226 _nc_merge_entry(ENTRY * const target, ENTRY * const source) in _nc_merge_entry()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-type.c85 #define ENTRY(X) { X, #X } macro
89 ENTRY (TYPE_CODE_BITSTRING),
90 ENTRY (TYPE_CODE_PTR),
91 ENTRY (TYPE_CODE_ARRAY),
92 ENTRY (TYPE_CODE_STRUCT),
93 ENTRY (TYPE_CODE_UNION),
94 ENTRY (TYPE_CODE_ENUM),
95 ENTRY (TYPE_CODE_FLAGS),
96 ENTRY (TYPE_CODE_FUNC),
97 ENTRY (TYPE_CODE_INT),
[all …]
/dflybsd-src/sys/platform/pc64/apic/
H A Dioapic_ipl.s76 ENTRY(IOAPIC_INTRDIS)
93 ENTRY(IOAPIC_INTREN)
117 ENTRY(ioapic_read)
125 ENTRY(ioapic_write)
/dflybsd-src/test/nvmm/demo/smallkern/
H A Dlocore.S184 ENTRY(start)
443 ENTRY(lidt)
448 ENTRY(vmmcall)
452 ENTRY(outsb)
460 ENTRY(clts)
465 ENTRY(sti)
470 ENTRY(lcr8)
475 ENTRY(rdmsr)
484 ENTRY(cpuid)
/dflybsd-src/sys/dev/crypto/aesni/
H A Daeskeys_x86_64.S46 ENTRY(_key_expansion_128)
61 ENTRY(_key_expansion_192a)
85 ENTRY(_key_expansion_192b)
104 ENTRY(_key_expansion_256b)
118 ENTRY(aesni_set_enckey)
232 ENTRY(aesni_set_deckey)
H A Daesencdec_x86_64.S33 ENTRY(aesni_enc)
56 ENTRY(aesni_dec)
79 ENTRY(aesni_decrypt_cbc)
/dflybsd-src/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_vmxfunc.S121 ENTRY(vmx_vmlaunch)
154 ENTRY(vmx_vmresume)
187 ENTRY(vmx_resume_rip)
206 ENTRY(vmx_insn_failvalid)
211 ENTRY(vmx_insn_failinvalid)
/dflybsd-src/lib/libc/x86_64/string/
H A Dbcopy.S40 ENTRY(memcpy)
43 ENTRY(memmove)
45 ENTRY(bcopy)
/dflybsd-src/lib/libc/x86_64/
H A DSYS.h40 #define RSYSCALL(x) ENTRY(__CONCAT(__sys_,x)); \
49 #define PSEUDO(x) ENTRY(__CONCAT(__sys_,x)); \
56 #define RSYSCALL(x) ENTRY(__CONCAT(__sys_,x)); \
65 #define PSEUDO(x) ENTRY(__CONCAT(__sys_,x)); \
/dflybsd-src/include/
H A Dsearch.h23 } ENTRY; typedef
51 ENTRY *hsearch(ENTRY, ACTION);
/dflybsd-src/sys/platform/vkernel64/x86_64/
H A Dswtch.s108 ENTRY(cpu_heavy_switch)
234 ENTRY(cpu_exit_switch)
306 ENTRY(cpu_heavy_restore)
524 ENTRY(savectx)
598 ENTRY(cpu_idle_restore)
641 ENTRY(cpu_kthread_restore)
678 ENTRY(cpu_lwkt_switch)
730 ENTRY(cpu_lwkt_restore)
753 ENTRY(bootstrap_idle)
/dflybsd-src/lib/libc/stdlib/
H A Dhcreate.c64 ENTRY ent;
147 ENTRY *
148 hsearch(ENTRY item, ACTION action) in hsearch()

1234567