Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tail/
H A Dextern.h45 struct mapinfo { struct
46 off_t mapoff;
47 off_t maxoff;
48 size_t maplen;
49 char *start;
73 int mapprint(struct mapinfo *, off_t, off_t); argument
/illumos-gate/usr/src/cmd/biosdev/
H A Dbiosdev.c82 static mapinfo_t mapinfo[BIOSDEV_NUM]; variable
/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c900 struct mapinfo2uid *mip, *mapinfo = NULL; in smbfs_acl_sd2zfs() local
1425 struct mapinfo2sid *mip, *mip_acl, *mapinfo = NULL; in smbfs_acl_zfs2sd() local
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c8181 rsm_free_mapinfo(rsm_mapinfo_t *mapinfo) in rsm_free_mapinfo()