Searched defs:mapinfo (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/tail/
H A Dextern.h45 struct mapinfo { struct
73 int mapprint(struct mapinfo *, off_t, off_t);
74 int maparound(struct mapinfo *, off_t);
/illumos-gate/usr/src/cmd/biosdev/
H A Dbiosdev.c84 static mapinfo_t mapinfo[BIOSDEV_NUM]; variable
599 (void) memset(mapinfo, 0, sizeof (mapinfo));
632 mapinfo[i].disklist_index = matchedindex;
633 mapinfo[i].matchcount++;
636 if (mapinfo[j].matchcount > 0 &&
637 mapinfo[j].disklist_index == matchedindex) {
638 mapinfo[j].matchcount++;
639 mapinfo[i].matchcount++;
655 if (mapinfo[
[all...]
/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c884 * "batch" request for idmap with results in mapinfo, the
897 struct mapinfo2uid *mip, *mapinfo = NULL; local
946 mapinfo = MALLOC(mapcnt * sizeof (*mapinfo));
947 if (mapinfo == NULL) {
951 bzero(mapinfo, mapcnt * sizeof (*mapinfo));
971 mip = mapinfo;
1013 if (mip != mapinfo) {
1027 mip = mapinfo;
1422 struct mapinfo2sid *mip, *mip_acl, *mapinfo = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c4805 * the old mapinfo list because the segment mapping handles
8154 * Find the correct mapinfo structure to use during the mapping
8182 rsm_free_mapinfo(rsm_mapinfo_t *mapinfo) argument
8186 while (mapinfo != NULL) {
8187 p = mapinfo;
8188 mapinfo = mapinfo->next;
8644 * information needed in rsm_devmap is in the mapinfo list.
8722 * multiple of PAGESIZE. Length mapped in each entry in mapinfo

Completed in 615 milliseconds