Searched defs:t_info (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h74 struct t_info { struct
166 #define T_INFO 7 /* struct t_info */
205 extern int t_getinfo(int fildes, struct t_info *info);
210 extern int t_open(const char *path, int oflag, struct t_info *info);
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c107 xlator_init(const Translator_info *t_info) argument
116 Verbosity = t_info->ti_verbosity;
117 seterrseverity(t_info->ti_verbosity);
120 Flags = t_info->ti_flags;
126 IsFilterLib = t_info->ti_libtype;
129 TargetArchStr = t_info->ti_arch;
130 TargetArchToken = t_info->ti_archtoken;
135 OutputFile = t_info->ti_output_file;
146 Versfile = t_info->ti_versfile;
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c131 xlator_init(const Translator_info *t_info) argument
141 Verbose = t_info->ti_verbosity;
143 db_set_output_file(t_info->ti_output_file);
144 db_set_arch(t_info->ti_arch);
/illumos-gate/usr/src/cmd/cdrw/
H A Dmisc_scsi.c162 build_track_info(cd_device *dev, int trackno, struct track_info *t_info) argument
168 (void) memset(t_info, 0, sizeof (*t_info));
171 t_info->ti_track_no = trackno;
177 t_info->ti_flags = 0x3000;
178 t_info->ti_track_no = 1;
179 t_info->ti_session_no = 1;
180 t_info->ti_track_mode = 0x4;
181 t_info->ti_data_mode = 1;
182 t_info
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtiuser.h89 struct t_info { struct
180 #define T_INFO 7 /* struct t_info */
/illumos-gate/usr/src/head/
H A Dxti.h263 struct t_info { struct
276 * Flags definitions for the t_info structure
369 #define T_INFO 7 /* struct t_info */
490 extern int t_open(char *, int, struct t_info *);
504 extern int t_open(const char *, int, struct t_info *);
513 extern int t_getinfo(int, struct t_info *);

Completed in 67 milliseconds