Searched defs:mapfile (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPscantext.c50 char mapfile[PATH_MAX]; local
83 (void) snprintf(mapfile, sizeof (mapfile), "%s/%d/map",
85 if ((mapfd = open(mapfile, O_RDONLY)) < 0) {
86 dprintf("failed to open %s: %s\n", mapfile, strerror(errno));
H A DPcontrol.c106 char mapfile[PATH_MAX]; local
112 (void) snprintf(mapfile, sizeof (mapfile), "%s/%d/map",
114 if ((mapfd = open(mapfile, O_RDONLY)) < 0 ||
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dscratchops.c89 char mapfile[MAXPATHLEN]; local
91 (void) snprintf(mapfile, sizeof (mapfile), "%s/" PATH_MAPFILE,
97 if ((fd = open(mapfile, flags, 0644)) == -1) {
102 if (lstat(mapfile, &lbuf) == -1)
109 fd = open(mapfile, O_RDWR);
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumponline.c221 mapfile(fd, offset, bytes, fetch) function
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dcheckmap.c84 * identified by the mapfile arg. When the package is installed, the mapfile
92 checkmap(int maptyp, int uninst, char *mapfile, char *envfile, argument
157 if (vfpOpen(&vfp, mapfile, "r", VFP_NONE) != 0) {
158 progerr(gettext(ERR_PKGMAP), mapfile); local
H A Dmain.c118 static char *mapfile, variable
279 mapfile = optarg;
385 if (mapfile) {
393 if (checkmap(0, (device != NULL), mapfile, envfile, NULL,
/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c100 static char *mapfile = IDMAP; /* network id file */ variable
142 mf = fopen(mapfile, "r");
146 domapfile(mapfile, mf);
160 domapfile(mapfile, mf)
161 char *mapfile;
169 curfile = mapfile;
509 { 'm', IDMAP, &mapfile },
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c46 * There are two styles of mapfile supported by the link-editor:
73 * They control how the mapfile is interpreted. We use the 'cdir_'
84 * This file contains core code used by both mapfile styles: File management,
522 * or continues an identifier, for each supported mapfile syntax version.
818 * mf - If non-NULL, the mapfile descriptor for the mapfile
1235 * Process a mapfile control directive. These directives start with
1236 * the dollar character, and are used to manage details of the mapfile
1339 * Set up a temporary mapfile descriptor to reference the
1355 * Null terminate the arguments, and advance the main mapfile
2269 ld_map_parse(const char *mapfile, Ofl_desc *ofl) argument
[all...]
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c230 char mapfile[64]; local
237 (void) sprintf(mapfile, "/proc/%d/rmap", (int)Psp->pr_pid);
238 if ((mapfd = open(mapfile, O_RDONLY)) < 0 ||
760 char mapfile[64]; local
771 (void) sprintf(mapfile, "/proc/%d/rmap", (int)Psp->pr_pid);
772 if ((mapfd = open(mapfile, O_RDONLY)) < 0 ||
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c962 char *mapfile = NULL; local
980 mapfile = optarg;
1010 if ((outfile == NULL) && (mapfile == NULL) && (header == NULL)) {
1077 if (mapfile)
1078 produce_map(mapfile);

Completed in 86 milliseconds