Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dautoconf.h185 int dh_max; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1920 dil->dil_max = header.dh_max; in devinfo_audit_log_walk_init()
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c3360 dh->dh_max = ((logsize * PAGESIZE) - sizeof (*dh)) / in da_log_init()
3396 if (dh->dh_curr >= dh->dh_max) in da_log_enter()
3397 dh->dh_curr -= dh->dh_max; in da_log_enter()