Home
last modified time | relevance | path

Searched refs:file_type (Results 1 – 23 of 23) sorted by relevance

/titanic_53/usr/src/tools/protocmp/
H A Dprotocmp.c255 if (i->file_type != j->file_type) { in elem_compare()
261 if ((i->file_type == FILE_T) && in elem_compare()
262 ((j->file_type == EDIT_T) || in elem_compare()
263 (j->file_type == VOLATILE_T) || in elem_compare()
264 (j->file_type == LINK_T))) { in elem_compare()
266 } else if ((j->file_type == FILE_T) && in elem_compare()
267 ((i->file_type == EDIT_T) || in elem_compare()
268 (i->file_type == VOLATILE_T) || in elem_compare()
269 (i->file_type == LINK_T))) { in elem_compare()
282 if (check_sym && ((res == 0) && (i->file_type == SYM_LINK_T))) { in elem_compare()
[all …]
H A Dprotodir.c103 e->file_type = type[0]; in parse_proto_line()
140 if (e->file_type == SYM_LINK_T || e->file_type == LINK_T) { in parse_proto_line()
143 } else if (e->file_type == EDIT_T) { in parse_proto_line()
158 if (e->file_type != SYM_LINK_T) { in parse_proto_line()
159 if ((e->file_type == CHAR_DEV_T) || in parse_proto_line()
160 (e->file_type == BLOCK_DEV_T)) { in parse_proto_line()
213 } else if (dup->file_type == DIR_T) { in parse_proto_line()
275 e->file_type = type[0]; in parse_proto_link()
311 if ((p->file_type == SYM_LINK_T) || (p->file_type == LINK_T)) { in parse_proto_link()
H A Dlist.h128 char file_type; member
157 extern void print_type_list(elem_list *list, char file_type);
H A Dlist.c95 print_type_list(elem_list *list, char file_type) in print_type_list() argument
102 if (cur->file_type == file_type) in print_type_list()
H A Dproto_list.c180 e->file_type = *v[CODE]; in parse_line()
196 if (e->file_type != SYM_LINK_T) in parse_line()
H A Dexception_list.c75 e->file_type = DIR_T; in parse_exception_line()
/titanic_53/usr/src/cmd/audio/utilities/
H A Dfilehdr.c81 audio_write_filehdr(int fd, Audio_hdr *hdrp, int file_type, char *infop, in audio_write_filehdr() argument
101 switch (file_type) { in audio_write_filehdr()
261 audio_rewrite_filesize(int fd, int file_type, unsigned int size, in audio_rewrite_filesize() argument
282 switch (file_type) { in audio_rewrite_filesize()
318 audio_read_filehdr(int fd, Audio_hdr *hdrp, int *file_type, char *infop, in audio_read_filehdr() argument
334 if ((err = audio_decode_filehdr(fd, buf, file_type, hdrp, &isize)) != in audio_read_filehdr()
349 if (*file_type == FILE_AU && hdrp->data_size != AUDIO_UNKNOWN_SIZE) { in audio_read_filehdr()
432 int file_type; /* ignored */ in audio_isaudiofile() local
461 (audio_decode_filehdr(fd, buf, &file_type, &hdr, &isize) == in audio_isaudiofile()
477 audio_endian(unsigned char *buf, int *file_type) in audio_endian() argument
[all …]
H A DAudioUnixfile.cc97 int file_type; in decode_filehdr() local
125 &file_type, &ohdr, &infosize); in decode_filehdr()
/titanic_53/usr/src/grub/grub-0.97/stage2/
H A Dfsys_iso9660.c151 unsigned char file_type; in iso9660_dir() local
188 file_type = (idr->flags.l & 2) ? ISO_DIRECTORY : ISO_REGULAR; in iso9660_dir()
245 file_type = ((rr_ptr.rr->u.px.mode.l & POSIX_S_IFMT) in iso9660_dir()
366 if (file_type != ISO_DIRECTORY) in iso9660_dir()
373 if (file_type != ISO_REGULAR) in iso9660_dir()
H A Dfsys_ext2fs.c224 __u8 file_type; member
/titanic_53/usr/src/lib/libuuid/common/
H A Duuid.c76 static int file_type; variable
252 if (file_type != 0) in map_state()
256 file_type = TEMP_FILE; in map_state()
263 file_type = STATE_FILE; in map_state()
/titanic_53/usr/src/cmd/sgs/nm/common/
H A Dnm.c404 Elf_Kind file_type; in each_file() local
437 file_type = elf_kind(elf_file); in each_file()
438 if (file_type == ELF_K_AR) { in each_file()
441 if (file_type == ELF_K_ELF) { in each_file()
600 Elf_Kind file_type; in print_ar_files() local
631 file_type = elf_kind(arf); in print_ar_files()
632 if (file_type == ELF_K_ELF) { in print_ar_files()
/titanic_53/usr/src/cmd/audio/audioconvert/
H A Dfile.cc83 int file_type; // ignore this ... in open_input_file() local
154 (unsigned char *)&fhdr, &file_type, &ohdr, in open_input_file()
/titanic_53/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c180 int file_type; in main() local
395 err = audio_read_filehdr(ofd, &File_hdr, &file_type, in main()
408 if (File_type != file_type) { in main()
416 File_type = file_type; in main()
/titanic_53/usr/src/cmd/audio/audioplay/
H A Daudioplay.c253 int file_type; in main() local
418 err = audio_read_filehdr(ifd, &File_hdr, &file_type, in main()
575 ((!NetEndian && file_type == FILE_AIFF) || in main()
576 (!NetEndian && file_type == FILE_AU) || in main()
577 (NetEndian && file_type == FILE_WAV))) { in main()
/titanic_53/usr/src/tools/protolist/
H A Dprotolist.c43 int file_type, struct FTW *ft) in visit_dir() argument
/titanic_53/usr/src/cmd/sgs/dump/common/
H A Ddump.c1882 Elf_Kind file_type; in dump_ar_files() local
1908 file_type = elf_kind(arf); in dump_ar_files()
1909 if (file_type == ELF_K_ELF) { in dump_ar_files()
1947 Elf_Kind file_type; in each_file() local
1973 file_type = elf_kind(elf_file); in each_file()
1974 if (file_type == ELF_K_AR) { in each_file()
1982 if (file_type == ELF_K_ELF) { in each_file()
/titanic_53/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c121 char *file_type);
4248 uint32_t type, char *file_type) in emlxs_validate_version() argument
4260 "%s: TEST: offset=%08x version=%08x, %s", file_type, in emlxs_validate_version()
4268 "%s: BOOT: offset=%08x version=%08x, %s", file_type, in emlxs_validate_version()
4284 "%s: STUB: offset=%08x version=%08x, %s", file_type, in emlxs_validate_version()
4300 "%s: SLI1: offset=%08x version=%08x, %s", file_type, in emlxs_validate_version()
4316 "%s: SLI2: offset=%08x version=%08x, %s", file_type, in emlxs_validate_version()
4332 "%s: SLI3: offset=%08x version=%08x, %s", file_type, in emlxs_validate_version()
4348 "%s: SLI4: offset=%08x version=%08x, %s", file_type, in emlxs_validate_version()
4365 file_type, file->offset, file->version, file->label); in emlxs_validate_version()
[all …]
H A Demlxs_dump.c491 uint32_t file_type) in emlxs_fopen() argument
495 switch (file_type) { in emlxs_fopen()
/titanic_53/usr/src/boot/lib/libstand/
H A Dnandfs.c565 d->d_type = dirent->file_type; in nandfs_readdir()
/titanic_53/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h899 extern emlxs_file_t *emlxs_fopen(emlxs_hba_t *hba, uint32_t file_type);
/titanic_53/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3114 devfsadm_rm_work(char *file, int recurse, int file_type) in devfsadm_rm_work() argument
3129 if (file_type != TYPE_LINK) { in devfsadm_rm_work()
/titanic_53/usr/src/grub/grub-0.97/
H A DChangeLog6106 of `name_len' to __u8 and added the new member `file_type' after