Searched defs:devinfo_audit_log (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1818 uintptr_t devinfo_audit_log; local
1821 if (mdb_readvar(&devinfo_audit_log, "devinfo_audit_log") == -1) {
1822 mdb_warn("failed to read 'devinfo_audit_log'");
1827 devinfo_audit_log) == -1) {
1829 devinfo_audit_log);
1841 dil->dil_base = devinfo_audit_log +
1940 devinfo_audit_log(uintptr_t addr, uint_t flags, int argc, function
1946 (void) mdb_walk_dcmd("devinfo_audit_log", "devinfo_audit", argc, argv);
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c189 static devinfo_log_header_t *devinfo_audit_log; /* devinfo log */ variable
271 if (devinfo_audit_log) {
3290 devinfo_audit_log = dh;
3301 devinfo_log_header_t *dh = devinfo_audit_log;
3303 if (devinfo_audit_log == NULL)

Completed in 78 milliseconds