Searched refs:SysconfVar (Results 1 – 4 of 4) sorted by relevance
12 use nix::unistd::{SysconfVar, sysconf};46 let alm = sysconf(SysconfVar::AIO_LISTIO_MAX) in test_lio_listio_resubmit()
1399 let ngroups_max = match sysconf(SysconfVar::NGROUPS_MAX) { in getgroups()1512 let ngroups_max = match sysconf(SysconfVar::NGROUPS_MAX) { in getgrouplist()1963 pub enum SysconfVar { enum2426 pub fn sysconf(var: SysconfVar) -> Result<Option<c_long>> { in sysconf()2601 let bufsize = match sysconf(SysconfVar::GETPW_R_SIZE_MAX) { in from_anything()2722 let bufsize = match sysconf(SysconfVar::GETGR_R_SIZE_MAX) { in from_anything()
607 let open_max = sysconf(SysconfVar::OPEN_MAX); in test_sysconf_limited()617 let open_max = sysconf(SysconfVar::_XOPEN_CRYPT); in test_sysconf_unsupported()
181 - Add `CLK_TCK` to `SysconfVar`