Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddevpolicy.c99 } tableent_t; typedef
107 static tableent_t *devpolicy; /* The device policy itself */
414 tableent_t *newpolicy, *oldpolicy; in devpolicy_load()
494 newpolicy = kmem_zalloc(nmaj * sizeof (tableent_t), KM_SLEEP); in devpolicy_load()