/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | alias.c | 403 map->map_class->map_cname, map->map_file); 456 if (stat(map->map_file, &stb) < 0) 465 map->map_file, ext == NULL ? "" : ext) >= sizeof(buf)) 470 map->map_file, ext == NULL ? "" : ext); 472 map->map_file, ext == NULL ? "" : ext); 525 if ((af = safefopen(map->map_file, O_RDWR, 0, sff)) == NULL) 530 (af = safefopen(map->map_file, O_RDONLY, 0, sff)) == NULL) 536 map->map_file, sm_errstring(saveerr)); 539 map->map_file, sm_errstring(saveerr)); 548 map->map_file, sm_errstring(errno)); [all …]
|
H A D | map.c | 282 map->map_file = p; 287 map->map_file = newstr(map->map_file); 295 if (map->map_file == NULL && 489 map->map_file == NULL ? "NULL" : map->map_file); 554 map->map_file == NULL ? "NULL" : 555 map->map_file); 567 map->map_file == NULL ? "NULL" : 568 map->map_file, 660 map->map_file == NULL ? "NULL" : map->map_file); 1161 map->map_file = newstr(p); [all …]
|
H A D | udb.c | 866 val = udbmatch(key, map->map_file, NULL);
|
H A D | sendmail.h | 1198 char *map_file; /* the (nominal) filename */ variable
|
H A D | readcf.c | 4127 s->s_map.map_mflags, s->s_map.map_file);
|
/titanic_50/usr/src/grub/grub-0.97/lib/ |
H A D | device.c | 522 read_device_map (FILE *fp, char **map, const char *map_file) in read_device_map() argument 529 fprintf (stderr, "%s:%d: error: %s\n", map_file, no, msg); in read_device_map() 537 fprintf (stderr, "%s:%d: warning: ", map_file, no); in read_device_map() 647 init_device_map (char ***map, const char *map_file, int floppy_disks) in init_device_map() argument 664 if (map_file) in init_device_map() 667 fp = fopen (map_file, "r"); in init_device_map() 672 ret = read_device_map (fp, *map, map_file); in init_device_map() 684 if (map_file) in init_device_map() 686 fp = fopen (map_file, "w"); in init_device_map()
|
H A D | device.h | 38 extern int init_device_map (char ***map, const char *map_file,
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 184 mptr->map_file = fptr; in file_info_new() 219 if (mp->map_file == NULL) { in file_info_new() 223 mp->map_file = fptr; in file_info_new() 230 mp->map_file->file_pname)); in file_info_new() 296 if ((fptr = mptr->map_file) != NULL) { in map_info_free() 335 if ((fptr = mptr->map_file) == NULL && in map_iter() 388 if ((fptr = mptr->map_file) == NULL && in map_set() 510 if (mptr->map_file != NULL && in Pupdate_maps() 511 mptr->map_file->file_map == mptr) in Pupdate_maps() 512 mptr->map_file->file_map = newp; in Pupdate_maps() [all …]
|
H A D | Pcore.c | 87 if (mp->map_file == NULL || mp->map_file->file_fd < 0) in core_rw() 90 fd = mp->map_file->file_fd; in core_rw() 1348 (fp = mp->map_file) == NULL) { in fake_up_symtab() 1933 if ((fp = mp->map_file) == NULL && in core_iter_mapping() 1995 if (mp->map_file == NULL) { in core_iter_mapping() 2000 mp->map_file = fp; in core_iter_mapping() 2008 mp->map_file->file_pname)); in core_iter_mapping() 2015 mp->map_file == fp; mp++) { in core_iter_mapping() 2168 if (mp->map_file == NULL || in core_load_shdrs() 2169 mp->map_file->file_ctf_buf != NULL) { in core_load_shdrs() [all …]
|
H A D | Pcontrol.h | 128 file_info_t *map_file; /* pointer into list of mapped files */ member
|
H A D | Pzone.c | 775 file_info_t *fptr = mptr->map_file; in Pfindmap() 812 fptr = mptr->map_file; in Pfindmap()
|
H A D | Pcontrol.c | 3843 if ((mp->map_file = fp) != NULL) { in Padd_mapping() 3885 mp->map_file->file_map = mp; in Psort_mappings()
|
/titanic_50/usr/src/lib/libproc/i386/ |
H A D | Pisadep.c | 54 if (mp == NULL || (fp = mp->map_file) == NULL || in Ppltdest()
|
/titanic_50/usr/src/lib/libproc/sparc/ |
H A D | Pisadep.c | 58 if (mp == NULL || (fp = mp->map_file) == NULL || in Ppltdest()
|
/titanic_50/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 57 if (mp == NULL || (fp = mp->map_file) == NULL || in Ppltdest()
|
/titanic_50/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 54 if (mp == NULL || (fp = mp->map_file) == NULL || in Ppltdest()
|