Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_syscall_arg_type.c82 static struct typedef_lookup umode_t = { .name = "umode_t" }; in is_mode_t() local
85 typedef_lookup(&umode_t); in is_mode_t()
86 if (!umode_t.sym) in is_mode_t()
89 if (type == umode_t.sym) in is_mode_t()