Searched refs:ifmt (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dmain.cc82 format_type ifmt = F_SUN; // expected input format type local
109 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset);
112 (void) parse_format((char *)"pcm", ihdr, ifmt, i_offset);
115 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset);
118 (void) parse_format((char *)"g721", ihdr, ifmt, i_offset);
121 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset);
171 if (parse_format(optarg, ihdr, ifmt, i_offset) == -1) {
212 ifmt = F_SUN;
214 if (parse_format(argv[++optind], ihdr, ifmt, i_offset)
264 ofmt = ifmt;
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_trans.c411 o_mode_t ifmt = ip->i_mode & IFMT; local
420 if (level || (ifmt == IFDIR) || (ifmt == IFSHAD) ||
421 (ifmt == IFATTRDIR) || (ip == ip->i_ufsvfs->vfs_qinod))
438 o_mode_t ifmt = ip->i_mode & IFMT; local
440 if (frags && ((ifmt == IFDIR) || (ifmt == IFSHAD) ||
441 (ifmt == IFATTRDIR) || (ip == ip->i_ufsvfs->vfs_qinod)))
474 o_mode_t ifmt = ip->i_mode & IFMT; local
476 if (indir || ((ifmt
[all...]
H A Dufs_subr.c1075 o_mode_t ifmt = ip->i_mode & IFMT; local
1081 if (ifmt == IFDIR || ifmt == IFSHAD || ifmt == IFATTRDIR ||
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_s390x.c106 enum ifmt { enum
202 enum ifmt it_fmt;
H A Ddis_sparc_fmt.c484 typedef union ifmt { union

Completed in 111 milliseconds