Searched refs:unmap (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/xen/
H A Dgnttab.h143 gnttab_set_unmap_op(struct gnttab_unmap_grant_ref *unmap, vm_paddr_t addr,
147 unmap->host_addr = addr;
149 unmap->host_addr = vtophys(addr);
151 unmap->host_addr = addr;
153 unmap->handle = handle;
154 unmap->dev_bus_addr = 0;
158 gnttab_set_replace_op(struct gnttab_unmap_and_replace *unmap, vm_paddr_t addr,
162 unmap->host_addr = vtophys(addr);
163 unmap->new_addr = vtophys(new_addr);
165 unmap
[all...]
/freebsd-9.3-release/contrib/groff/src/libs/libbib/
H A Dmap.c53 int unmap(char *p, int len) function
76 int unmap(char *p, int len) function
H A Dindex.cpp43 int unmap(void *, int len);
121 if (unmap(map_addr, map_len) < 0)
122 error("unmap: %1", strerror(errno));
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.memenable.ksh56 xdt:mem::page-grant-unmap,
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.h292 int mthca_MAP_EQ(struct mthca_dev *dev, u64 event_mask, int unmap,
H A Dmthca_cmd.c1586 int mthca_MAP_EQ(struct mthca_dev *dev, u64 event_mask, int unmap, argument
1590 unmap ? "Clearing" : "Setting",
1592 return mthca_cmd(dev, event_mask, (unmap << 31) | eq_num,
/freebsd-9.3-release/sys/dev/hme/
H A Dif_hme.c555 int a, unmap, nsegs; local
558 unmap = rd->hrx_m != NULL;
559 if (unmap && keepold) {
593 if (unmap) {
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Deq.c288 static int mlx4_MAP_EQ(struct mlx4_dev *dev, u64 event_mask, int unmap, argument
291 return mlx4_cmd(dev, event_mask, (unmap << 31) | eq_num,
/freebsd-9.3-release/sys/dev/xen/blkback/
H A Dblkback.c384 * unmap it when a connection is torn down.
390 * mapping the ring and required to unmap it when a connection
1083 * \param req The request structure to unmap.
1088 struct gnttab_unmap_grant_ref unmap[XBB_MAX_SEGMENTS_PER_REQLIST]; local
1099 unmap[invcount].host_addr = xbb_get_gntaddr(reqlist, i, 0);
1100 unmap[invcount].dev_bus_addr = 0;
1101 unmap[invcount].handle = reqlist->gnt_handles[i];
1107 unmap, invcount);

Completed in 189 milliseconds