Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_impl.h86 int anb_index; member
95 anr += (_rf_)->ir_audit_buf.anb_index; \
96 (_rf_)->ir_audit_buf.anb_index++; \
97 (_rf_)->ir_audit_buf.anb_index &= \
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c1241 node->n_audit_buf->anb_index = 0; in smb_node_alloc()
1379 anr += abn->anb_index; in smb_node_audit()
1380 abn->anb_index++; in smb_node_audit()
1381 abn->anb_index &= abn->anb_max_index; in smb_node_audit()
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c2478 anb->anb_index--; in iscsi_refcnt_impl()
2479 anb->anb_index &= anb->anb_max_index; in iscsi_refcnt_impl()
2484 anr = anb->anb_records + anb->anb_index; in iscsi_refcnt_impl()
2520 anb->anb_index--; in iscsi_refcnt_impl()
2521 anb->anb_index &= anb->anb_max_index; in iscsi_refcnt_impl()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c2735 anb->anb_index--; in smbnode_dcmd()
2736 anb->anb_index &= anb->anb_max_index; in smbnode_dcmd()
2741 anr = anb->anb_records + anb->anb_index; in smbnode_dcmd()
2786 anb->anb_index--; in smbnode_dcmd()
2787 anb->anb_index &= anb->anb_max_index; in smbnode_dcmd()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h195 int anb_index; member