Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_syscall_arg_type.c51 struct typedef_lookup { struct
71 static void typedef_lookup(struct typedef_lookup *tl) in typedef_lookup() argument
82 static struct typedef_lookup umode_t = { .name = "umode_t" }; in is_mode_t()
85 typedef_lookup(&umode_t); in is_mode_t()
96 static struct typedef_lookup pid_t = { .name = "pid_t" }; in is_pid_t()
99 typedef_lookup(&pid_t); in is_pid_t()
H A Dcheck_kernel_printf.c324 struct typedef_lookup { struct
344 static void typedef_lookup(struct typedef_lookup *tl) in typedef_lookup() argument
560 static struct typedef_lookup netdev = { .name = "netdev_features_t" }; in netdev_feature()
570 typedef_lookup(&netdev); in netdev_feature()
580 static struct typedef_lookup dma = { .name = "dma_addr_t" }; in address_val()
581 static struct typedef_lookup phys = { .name = "phys_addr_t" }; in address_val()
582 struct typedef_lookup *which = &phys; in address_val()
602 typedef_lookup(which); in address_val()
626 static struct typedef_lookup gfp = { .name = "gfp_t" }; in flag_string()
641 typedef_lookup(&gfp); in flag_string()