/illumos-gate/usr/src/tools/protocmp/ |
H A D | protocmp.c | 255 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 D | protodir.c | 103 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 D | list.h | 126 char file_type; member 155 extern void print_type_list(elem_list *list, char file_type);
|
H A D | list.c | 93 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 D | proto_list.c | 182 e->file_type = *v[CODE]; in parse_line() 198 if (e->file_type != SYM_LINK_T) in parse_line()
|
H A D | exception_list.c | 77 e->file_type = DIR_T; in parse_exception_line()
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | filehdr.c | 79 audio_write_filehdr(int fd, Audio_hdr *hdrp, int file_type, char *infop, in audio_write_filehdr() argument 99 switch (file_type) { in audio_write_filehdr() 259 audio_rewrite_filesize(int fd, int file_type, unsigned int size, in audio_rewrite_filesize() argument 280 switch (file_type) { in audio_rewrite_filesize() 316 audio_read_filehdr(int fd, Audio_hdr *hdrp, int *file_type, char *infop, in audio_read_filehdr() argument 332 if ((err = audio_decode_filehdr(fd, buf, file_type, hdrp, &isize)) != in audio_read_filehdr() 347 if (*file_type == FILE_AU && hdrp->data_size != AUDIO_UNKNOWN_SIZE) { in audio_read_filehdr() 430 int file_type; /* ignored */ in audio_isaudiofile() local 459 (audio_decode_filehdr(fd, buf, &file_type, &hdr, &isize) == in audio_isaudiofile() 475 audio_endian(unsigned char *buf, int *file_type) in audio_endian() argument [all …]
|
H A D | AudioUnixfile.cc | 95 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 D | fsys_iso9660.c | 151 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 D | fsys_ext2fs.c | 224 __u8 file_type; member
|
/illumos-gate/usr/src/lib/libuuid/common/ |
H A D | uuid.c | 76 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/sgs/nm/common/ |
H A D | nm.c | 451 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/audiorecord/ |
H A D | audiorecord.c | 183 int file_type; in main() local 398 err = audio_read_filehdr(ofd, &File_hdr, &file_type, in main() 411 if (File_type != file_type) { in main() 419 File_type = file_type; in main()
|
/illumos-gate/usr/src/cmd/audio/audioconvert/ |
H A D | file.cc | 81 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 D | audioplay.c | 257 int file_type; in main() local 422 err = audio_read_filehdr(ifd, &File_hdr, &file_type, in main() 579 ((!NetEndian && file_type == FILE_AIFF) || in main() 580 (!NetEndian && file_type == FILE_AU) || in main() 581 (NetEndian && file_type == FILE_WAV))) { in main()
|
/illumos-gate/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 1883 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/tools/protolist/ |
H A D | protolist.c | 43 int file_type, struct FTW *ft) in visit_dir() argument
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_download.c | 121 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 D | emlxs_dump.c | 497 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 D | emlxs_extern.h | 902 extern emlxs_file_t *emlxs_fopen(emlxs_hba_t *hba, uint32_t file_type);
|
/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | devfsadm.c | 3126 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 D | ChangeLog | 6106 of `name_len' to __u8 and added the new member `file_type' after
|