Searched refs:eflags (Results 51 - 71 of 71) sorted by relevance

123

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddst_api.c155 dst_lib_init(isc_mem_t *mctx, isc_entropy_t *ectx, unsigned int eflags) { argument
156 return (dst_lib_init2(mctx, ectx, NULL, eflags));
161 const char *engine, unsigned int eflags) {
202 dst_entropy_flags = eflags;
160 dst_lib_init2(isc_mem_t *mctx, isc_entropy_t *ectx, const char *engine, unsigned int eflags) argument
/freebsd-9.3-release/contrib/gdb/gdb/
H A Darm-tdep.c2555 unsigned int elfosabi, eflags;
2574 eflags = EF_ARM_EABI_VERSION(elf_elfheader(abfd)->e_flags);
2575 switch (eflags)
2593 "version 0x%x", eflags);
2553 unsigned int elfosabi, eflags; local
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dtrap.c523 (entry->eflags & MAP_ENTRY_NOFAULT) != 0) {
/freebsd-9.3-release/sys/vm/
H A Dvm_meter.c178 if ((entry->eflags & MAP_ENTRY_IS_SUB_MAP) ||
H A Dvm_pageout.c679 if ((tmpe->eflags & MAP_ENTRY_IS_SUB_MAP) == 0) {
709 if ((tmpe->eflags & MAP_ENTRY_IS_SUB_MAP) == 0) {
H A Dvm_mmap.c852 if ((current->eflags & MAP_ENTRY_IS_SUB_MAP) ||
H A Dswap_pager.c2477 if ((cur->eflags & MAP_ENTRY_IS_SUB_MAP) == 0 &&
H A Dvm_object.c2174 } else if (entry->eflags & MAP_ENTRY_IS_SUB_MAP) {
/freebsd-9.3-release/usr.bin/grep/
H A Dgrep.c79 int eflags = REG_STARTEND; variable
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/
H A Dgfs.c316 * eflags - value for ed_eflags (if processing edirent_t)
325 ino64_t ino, const char *name, int eflags, int *ncookies, u_long **cookies)
334 edp->ed_eflags = eflags;
324 gfs_readdir_emit(gfs_readdir_state_t *st, uio_t *uiop, offset_t voff, ino64_t ino, const char *name, int eflags, int *ncookies, u_long **cookies) argument
/freebsd-9.3-release/sys/boot/pc98/btx/btx/
H A Dbtx.S39 * Fields in %eflags.
473 * -0x08 user %eflags -0x0c flags (only used if interrupt)
542 * purpose and segment registers and clear %eflags. This gives the
550 movl $PSL_RESERVED_DEFAULT,%ebx # Set clean %eflags
574 * %ebx now holds the %eflags to pass to real mode.
633 * -0x3c %eflags
641 pushfl # Save %eflags
692 * saved eflags on the kernel stack based on the flags from the user.
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-signzone.c3050 unsigned int eflags; local
3349 eflags = ISC_ENTROPY_BLOCKING;
3351 eflags |= ISC_ENTROPY_GOODONLY;
3357 result = dst_lib_init2(mctx, ectx, engine, eflags);
/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.c6275 regexec (preg, string, nmatch, pmatch, eflags)
6280 int eflags;
6290 private_preg.not_bol = !!(eflags & REG_NOTBOL);
6291 private_preg.not_eol = !!(eflags & REG_NOTEOL);
/freebsd-9.3-release/sys/i386/xen/
H A Dmp_machdep.c887 ctxt.user_regs.eflags = PSL_KERNEL | 0x1000; /* IOPL_RING1 */
/freebsd-9.3-release/lib/libprocstat/
H A Dlibprocstat.c610 if (vmentry.eflags & MAP_ENTRY_IS_SUB_MAP)
631 if ((vmentry.eflags & MAP_ENTRY_COW) == 0 &&
/freebsd-9.3-release/sys/compat/linprocfs/
H A Dlinprocfs.c1037 if (entry->eflags & MAP_ENTRY_IS_SUB_MAP)
/freebsd-9.3-release/sys/kern/
H A Dsys_process.c361 (entry->eflags & MAP_ENTRY_IS_SUB_MAP) != 0) {
H A Dimgact_elf.c1381 if (entry->eflags & (MAP_ENTRY_NOCOREDUMP|MAP_ENTRY_IS_SUB_MAP))
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dregex.c8024 regmatch_t pmatch[], int eflags)
8034 private_preg.not_bol = !!(eflags & REG_NOTBOL);
8035 private_preg.not_eol = !!(eflags & REG_NOTEOL);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dregex.c8024 regmatch_t pmatch[], int eflags)
8034 private_preg.not_bol = !!(eflags & REG_NOTBOL);
8035 private_preg.not_eol = !!(eflags & REG_NOTEOL);
/freebsd-9.3-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c1625 if ((entry->eflags & MAP_ENTRY_IS_SUB_MAP) ||

Completed in 399 milliseconds

123