Home
last modified time | relevance | path

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

/illumos-gate/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()
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()
332 p.file_type = e->file_type; in print_elem()
365 e->file_type, e->name, in print_elem()
[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.h126 char file_type; member
155 extern void print_type_list(elem_list *list, char file_type);
H A Dlist.c93 print_type_list(elem_list *list, char file_type) in print_type_list() argument
100 if (cur->file_type == file_type) in print_type_list()
H A Dproto_list.c182 e->file_type = *v[CODE]; in parse_line()
198 if (e->file_type != SYM_LINK_T) in parse_line()
H A Dexception_list.c77 e->file_type = DIR_T; in parse_exception_line()
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c99 switch (file_type) { in audio_write_filehdr()
280 switch (file_type) { in audio_rewrite_filesize()
430 int file_type; /* ignored */ in audio_isaudiofile() local
475 audio_endian(unsigned char *buf, int *file_type) in audio_endian() argument
487 *file_type = FILE_AU; in audio_endian()
490 *file_type = FILE_WAV; in audio_endian()
494 *file_type = FILE_AIFF; in audio_endian()
762 hdrp->endian = audio_endian(buf, file_type); in audio_decode_filehdr()
786 if ((hdrp->endian = audio_endian(buf, file_type)) == in audio_decode_filehdr()
794 switch (*file_type) { in audio_decode_filehdr()
[all …]
H A DAudioUnixfile.cc95 int file_type; in decode_filehdr() local
123 &file_type, &ohdr, &infosize); in decode_filehdr()
/illumos-gate/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
/illumos-gate/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()
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c184 int file_type; in main() local
399 err = audio_read_filehdr(ofd, &File_hdr, &file_type, in main()
412 if (File_type != file_type) { in main()
420 File_type = file_type; in main()
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c451 Elf_Kind file_type; local
484 file_type = elf_kind(elf_file);
485 if (file_type == ELF_K_AR) {
488 if (file_type == ELF_K_ELF) {
647 Elf_Kind file_type; local
678 file_type = elf_kind(arf);
679 if (file_type == ELF_K_ELF) {
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dfile.cc81 int file_type; // ignore this ... in open_input_file() local
152 (unsigned char *)&fhdr, &file_type, &ohdr, in open_input_file()
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c258 int file_type; in main() local
423 err = audio_read_filehdr(ifd, &File_hdr, &file_type, in main()
580 ((!NetEndian && file_type == FILE_AIFF) || in main()
581 (!NetEndian && file_type == FILE_AU) || in main()
582 (NetEndian && file_type == FILE_WAV))) { in main()
/illumos-gate/usr/src/tools/protolist/
H A Dprotolist.c43 int file_type, struct FTW *ft) in visit_dir() argument
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c1883 Elf_Kind file_type; in dump_ar_files() local
1909 file_type = elf_kind(arf); in dump_ar_files()
1910 if (file_type == ELF_K_ELF) { in dump_ar_files()
1948 Elf_Kind file_type; in each_file() local
1974 file_type = elf_kind(elf_file); in each_file()
1975 if (file_type == ELF_K_AR) { in each_file()
1983 if (file_type == ELF_K_ELF) { in each_file()
/illumos-gate/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.c497 uint32_t file_type) in emlxs_fopen() argument
501 switch (file_type) { in emlxs_fopen()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h902 extern emlxs_file_t *emlxs_fopen(emlxs_hba_t *hba, uint32_t file_type);
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3126 devfsadm_rm_work(char *file, int recurse, int file_type) in devfsadm_rm_work() argument
3141 if (file_type != TYPE_LINK) { in devfsadm_rm_work()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog6106 of `name_len' to __u8 and added the new member `file_type' after