Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c2092 omrp = kmem_zalloc(sizeof (*omrp), KM_SLEEP); in mac_resource_ctl_set()
2093 bcopy(nmrp, omrp, sizeof (*omrp)); in mac_resource_ctl_set()
2104 omrp)) != 0) { in mac_resource_ctl_set()
2128 kmem_free(omrp, sizeof (*omrp)); in mac_resource_ctl_set()
2165 kmem_free(omrp, sizeof (*omrp)); in mac_resource_ctl_set()
4710 mac_resource_props_t *omrp; in i_mac_set_resources() local
4713 omrp = kmem_zalloc(sizeof (*omrp), KM_SLEEP); in i_mac_set_resources()
4714 bcopy(MCIP_RESOURCE_PROPS(vmcip), omrp, sizeof (*omrp)); in i_mac_set_resources()
4756 omrp)) != 0) { in i_mac_set_resources()
4758 sizeof (*omrp)); in i_mac_set_resources()
[all …]