Searched refs:bsdflags (Results 1 – 5 of 5) sorted by relevance
| /src/lib/libsys/ |
| H A D | auxv.c | 71 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()
|
| /src/lib/libthr/thread/ |
| H A D | thr_sig.c | 151 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()
|
| /src/contrib/jemalloc/src/ |
| H A D | pages.c | 596 int bsdflags; in os_overcommits_sysctl() local 598 if (_elf_aux_info(AT_BSDFLAGS, &bsdflags, sizeof(bsdflags)) == 0) in os_overcommits_sysctl() 599 return ((bsdflags & ELF_BSDF_VMNOOVERCOMMIT) == 0); in os_overcommits_sysctl()
|
| /src/sys/kern/ |
| H A D | imgact_elf.c | 1454 uint32_t bsdflags; in freebsd_copyout_auxargs() local 1499 bsdflags = 0; in freebsd_copyout_auxargs() 1500 bsdflags |= __elfN(sigfastblock) ? ELF_BSDF_SIGFASTBLK : 0; in freebsd_copyout_auxargs() 1502 bsdflags |= (oc & (SWAP_RESERVE_FORCE_ON | SWAP_RESERVE_RLIMIT_ON)) != in freebsd_copyout_auxargs() 1504 AUXARGS_ENTRY(pos, AT_BSDFLAGS, bsdflags); in freebsd_copyout_auxargs()
|
| /src/sys/fs/nfs/ |
| H A D | nfs_commonsubs.c | 5594 nfsv4tov_type(uint32_t ntyp, uint16_t *bsdflags) in nfsv4tov_type() argument 5601 *bsdflags |= SFBSD_NAMEDATTR; in nfsv4tov_type() 5604 *bsdflags |= SFBSD_NAMEDATTR; in nfsv4tov_type()
|