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

/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c1698 smb_audit_buf_node_t *anb; local
1700 anb = mdb_alloc(sizeof (smb_audit_buf_node_t),
1703 if (mdb_vread(anb, sizeof (*anb),
1704 (uintptr_t)node.n_audit_buf) != sizeof (*anb)) {
1708 ctr = anb->anb_max_index + 1;
1709 anb->anb_index--;
1710 anb->anb_index &= anb->anb_max_index;
1715 anr = anb
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c2462 refcnt_audit_buf_t *anb; local
2474 anb = &refcnt.ir_audit_buf;
2476 ctr = anb->anb_max_index + 1;
2477 anb->anb_index--;
2478 anb->anb_index &= anb->anb_max_index;
2483 anr = anb->anb_records + anb->anb_index;
2519 anb->anb_index--;
2520 anb
[all...]

Completed in 313 milliseconds