Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_impl.h92 refcnt_audit_record_t *anr; \
94 anr = (_rf_)->ir_audit_buf.anb_records; \
95 anr += (_rf_)->ir_audit_buf.anb_index; \
99 anr->anr_refcnt = (_rf_)->ir_refcnt; \
100 anr->anr_depth = getpcstack(anr->anr_stack, \
/illumos-gate/usr/src/uts/common/io/vioscsi/
H A Dvioscsi.h213 struct virtio_scsi_ctrl_an_req anr; member
219 struct virtio_scsi_ctrl_an_resp anr; member
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c1374 smb_audit_record_node_t *anr; in smb_node_audit() local
1378 anr = abn->anb_records; in smb_node_audit()
1379 anr += abn->anb_index; in smb_node_audit()
1382 anr->anr_refcnt = node->n_refcnt; in smb_node_audit()
1383 anr->anr_depth = getpcstack(anr->anr_stack, in smb_node_audit()
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c2482 refcnt_audit_record_t *anr; in iscsi_refcnt_impl() local
2484 anr = anb->anb_records + anb->anb_index; in iscsi_refcnt_impl()
2486 if (anr->anr_depth) { in iscsi_refcnt_impl()
2491 mdb_printf("\nRefCnt: %u\t", anr->anr_refcnt); in iscsi_refcnt_impl()
2493 for (i = 0; i < anr->anr_depth; i++) { in iscsi_refcnt_impl()
2494 if (mdb_lookup_by_addr(anr->anr_stack[i], in iscsi_refcnt_impl()
2500 anr->anr_stack[i] - in iscsi_refcnt_impl()
2506 while (i < anr->anr_depth) { in iscsi_refcnt_impl()
2507 if (mdb_lookup_by_addr(anr->anr_stack[i], in iscsi_refcnt_impl()
2514 anr->anr_stack[i] - in iscsi_refcnt_impl()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c2739 smb_audit_record_node_t *anr; in smbnode_dcmd() local
2741 anr = anb->anb_records + anb->anb_index; in smbnode_dcmd()
2743 if (anr->anr_depth) { in smbnode_dcmd()
2749 anr->anr_refcnt); in smbnode_dcmd()
2752 i < anr->anr_depth; in smbnode_dcmd()
2755 anr->anr_stack[i], in smbnode_dcmd()
2763 anr->anr_stack[i] - in smbnode_dcmd()
2769 while (i < anr->anr_depth) { in smbnode_dcmd()
2771 anr->anr_stack[i], in smbnode_dcmd()
2780 anr->anr_stack[i] - in smbnode_dcmd()