Searched defs:file_type (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dfile.cc83 int file_type; // ignore this ... local
154 (unsigned char *)&fhdr, &file_type, &ohdr,
/illumos-gate/usr/src/tools/protolist/
H A Dprotolist.c43 int file_type, struct FTW *ft)
42 visit_dir(const char *path, const struct stat *st, int file_type, struct FTW *ft) argument
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_iso9660.c151 unsigned char file_type; local
188 file_type = (idr->flags.l & 2) ? ISO_DIRECTORY : ISO_REGULAR;
245 file_type = ((rr_ptr.rr->u.px.mode.l & POSIX_S_IFMT)
366 if (file_type != ISO_DIRECTORY)
373 if (file_type != ISO_REGULAR)
H A Dfsys_ext2fs.c224 __u8 file_type; member in struct:ext2_dir_entry
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioUnixfile.cc97 int file_type; local
125 &file_type, &ohdr, &infosize);
H A Dfilehdr.c81 audio_write_filehdr(int fd, Audio_hdr *hdrp, int file_type, char *infop, argument
101 switch (file_type) {
261 audio_rewrite_filesize(int fd, int file_type, unsigned int size, argument
282 switch (file_type) {
318 audio_read_filehdr(int fd, Audio_hdr *hdrp, int *file_type, char *infop, argument
334 if ((err = audio_decode_filehdr(fd, buf, file_type, hdrp, &isize)) !=
349 if (*file_type == FILE_AU && hdrp->data_size != AUDIO_UNKNOWN_SIZE) {
432 int file_type; /* ignored */ local
461 (audio_decode_filehdr(fd, buf, &file_type, &hdr, &isize) ==
477 audio_endian(unsigned char *buf, int *file_type) argument
751 audio_decode_filehdr(int fd, unsigned char *buf, int *file_type, Audio_hdr *hdrp, int *isize) argument
[all...]
/illumos-gate/usr/src/tools/protocmp/
H A Dlist.c90 * print all elements of a list of type 'file_type'
95 print_type_list(elem_list *list, char file_type) argument
102 if (cur->file_type == file_type)
H A Dlist.h128 char file_type; member in struct:elem
157 extern void print_type_list(elem_list *list, char file_type);
/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid.c76 static int file_type; variable
123 * file_type tells us whether we had access to the state file or
252 if (file_type != 0)
256 file_type = TEMP_FILE;
263 file_type = STATE_FILE;
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c180 int file_type; local
395 err = audio_read_filehdr(ofd, &File_hdr, &file_type,
408 if (File_type != file_type) {
416 File_type = file_type;
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c253 int file_type; local
418 err = audio_read_filehdr(ifd, &File_hdr, &file_type,
575 ((!NetEndian && file_type == FILE_AIFF) ||
576 (!NetEndian && file_type == FILE_AU) ||
577 (NetEndian && file_type == FILE_WAV))) {
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c404 Elf_Kind file_type; local
437 file_type = elf_kind(elf_file);
438 if (file_type == ELF_K_AR) {
441 if (file_type == ELF_K_ELF) {
600 Elf_Kind file_type; local
631 file_type = elf_kind(arf);
632 if (file_type == ELF_K_ELF) {
/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)
4260 "%s: TEST: offset=%08x version=%08x, %s", file_type,
4268 "%s: BOOT: offset=%08x version=%08x, %s", file_type,
4284 "%s: STUB: offset=%08x version=%08x, %s", file_type,
4300 "%s: SLI1: offset=%08x version=%08x, %s", file_type,
4316 "%s: SLI2: offset=%08x version=%08x, %s", file_type,
4332 "%s: SLI3: offset=%08x version=%08x, %s", file_type,
4348 "%s: SLI4: offset=%08x version=%08x, %s", file_type,
4365 file_type, fil
4247 emlxs_validate_version(emlxs_hba_t *hba, emlxs_fw_file_t *file, uint32_t id, uint32_t type, char *file_type) argument
[all...]
H A Demlxs_dump.c491 uint32_t file_type)
495 switch (file_type) {
489 emlxs_fopen( emlxs_hba_t *hba, uint32_t file_type) argument
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c1883 Elf_Kind file_type; local
1909 file_type = elf_kind(arf);
1910 if (file_type == ELF_K_ELF) {
1948 Elf_Kind file_type; local
1974 file_type = elf_kind(elf_file);
1975 if (file_type == ELF_K_AR) {
1983 if (file_type == ELF_K_ELF) {
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3114 devfsadm_rm_work(char *file, int recurse, int file_type) argument
3129 if (file_type != TYPE_LINK) {

Completed in 129 milliseconds