Home
last modified time | relevance | path

Searched refs:bsdflags (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libsys/
H A Dauxv.c71 static int pagesize, osreldate, canary_len, ncpus, pagesizes_len, bsdflags; variable
101 bsdflags = aux->a_un.a_val; in init_aux()
394 *(int *)buf = bsdflags; in _elf_aux_info()
/freebsd/contrib/jemalloc/src/
H A Dpages.c596 int bsdflags; in init_thp_state()
598 if (_elf_aux_info(AT_BSDFLAGS, &bsdflags, sizeof(bsdflags)) == 0) in init_thp_state()
599 return ((bsdflags & ELF_BSDF_VMNOOVERCOMMIT) == 0); in init_thp_state()
444 int bsdflags; os_overcommits_sysctl() local
/freebsd/lib/libthr/thread/
H A Dthr_sig.c151 int bsdflags, error; in _thr_signal_block_check_fast() local
153 error = elf_aux_info(AT_BSDFLAGS, &bsdflags, sizeof(bsdflags)); in _thr_signal_block_check_fast()
156 fast_sigblock = (bsdflags & ELF_BSDF_SIGFASTBLK) != 0; in _thr_signal_block_check_fast()
/freebsd/sys/kern/
H A Dimgact_elf.c1454 uint32_t bsdflags; in __elfN() local
1499 bsdflags = 0; in __elfN()
1500 bsdflags |= __elfN(sigfastblock) ? ELF_BSDF_SIGFASTBLK : 0; in __elfN()
1502 bsdflags |= (oc & (SWAP_RESERVE_FORCE_ON | SWAP_RESERVE_RLIMIT_ON)) != in __elfN()
1504 AUXARGS_ENTRY(pos, AT_BSDFLAGS, bsdflags); in __elfN()
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c5331 nfsv4tov_type(uint32_t ntyp, uint16_t *bsdflags) in nfsv4tov_type() argument
5338 *bsdflags |= SFBSD_NAMEDATTR; in nfsv4tov_type()
5341 *bsdflags |= SFBSD_NAMEDATTR; in nfsv4tov_type()