Home
last modified time | relevance | path

Searched refs:lookup_value (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libsysdecode/
H A Dflags.c113 return (lookup_value(semctlops, cmd)); in sysdecode_semctl_cmd()
124 return (lookup_value(shmctlops, cmd)); in sysdecode_shmctl_cmd()
157 return (lookup_value(idtypes, idtype)); in sysdecode_idtype()
173 str = lookup_value(ngbtsolevel, level); in sysdecode_sockopt_level()
209 str = lookup_value(socktype, type & ~(SOCK_CLOEXEC | SOCK_NONBLOCK)); in sysdecode_socket_type()
235 return (lookup_value(acltype, type)); in sysdecode_acltype()
256 return (lookup_value(extattrns, namespace)); in sysdecode_extattrnamespace()
263 return (lookup_value(fadvisebehav, advice)); in sysdecode_fadvice()
344 return (lookup_value(getfsstatmode, mode)); in sysdecode_getfsstat_mode()
351 return (lookup_value(rusage, who)); in sysdecode_getrusage_who()
[all …]
H A Dlinux.c142 str = lookup_value(clockids, which); in sysdecode_linux_clockid()
158 str = lookup_value(clockcpuids, ci); in sysdecode_linux_clockid()
186 return (lookup_value(sigprocmaskhow, how)); in sysdecode_linux_sigprocmask_how()
H A Dsupport.c34 lookup_value(struct name_table *table, uintmax_t val) in lookup_value() function
159 str = lookup_value(table, val); in print_value()
H A Dsupport.h54 const char *lookup_value(struct name_table *, uintmax_t);