Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c47 typedef struct obj_ent obj_ent_t; typedef
52 static obj_ent_t obj_tbl[] = {
83 static obj_ent_t *obj_lkup(char *);
318 obj_ent_t *oep; in proc_object()
329 (oep = obj_lkup(obj_str)) == (obj_ent_t *)0 || in proc_object()
424 obj_ent_t *
429 for (i = 0; i < sizeof (obj_tbl) / sizeof (obj_ent_t); i++) in obj_lkup()