Searched refs:t_info (Results 1 - 25 of 58) sorted by relevance

123

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_resolve.h38 extern int setup_nb_parms(struct netconfig *, struct t_bind *, struct t_info *,
44 struct netconfig *, ushort_t, struct t_info *, caddr_t *,
47 struct netconfig **, ushort_t, struct t_info *,
H A Dnfs_resolve.c205 struct t_info *tinfo, caddr_t *fhp, bool_t direct_to_server,
276 struct t_info *tinfo, char *hostname, int fd, bool_t direct_to_server,
343 struct t_info *tinfo, caddr_t *fhp, bool_t direct_to_server,
/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...]
H A Dmisc_scsi.h103 int build_track_info(cd_device *dev, int trackno, struct track_info *t_info);
/illumos-gate/usr/src/lib/librdc/common/
H A Dllib-lrdc44 struct t_info *tinfo, int portmap);
H A Dlibrdc.h38 char *, char *, struct t_info *, int);
H A Dnetaddrs.c340 struct netconfig *nconf, ushort_t port, struct t_info *tinfo,
527 char *proto, char *srvport, struct t_info *tinfo, int portmap)
/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);
H A Dt_kuser.h61 struct t_info tp_info; /* Transport provider Info. */
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dtx.h290 extern struct _ti_user *_t_create(int, struct t_info *, int, int *);
311 extern int _tx_getinfo(int, struct t_info *, int);
317 extern int _tx_open(const char *, int, struct t_info *, int);
H A Dtli_wrappers.c90 * Note: The "struct t_info" parameter here refers to XTI one which
95 t_getinfo(int fd, struct t_info *info)
119 * Note: The "struct t_info" parameter here refers to XTI one which
124 t_open(const char *path, int flags, struct t_info *info)
H A Dxti_wrappers.c110 _xti_getinfo(int fd, struct t_info *info)
140 _xti_open(const char *path, int flags, struct t_info *info)
H A Dt_open.c64 _tx_open(const char *path, int flags, struct t_info *info, int api_semantics)
H A Dt_getinfo.c54 _tx_getinfo(int fd, struct t_info *info, int api_semantics)
109 /* XTI ONLY - TLI t_info struct does not have "flags" */
H A Dt_alloc.c64 struct t_info *info;
230 if ((p.info = calloc(1, sizeof (struct t_info))) == NULL)
/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 *);
/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/uts/common/ktli/
H A Dt_kalloc.c79 struct t_info *info;
160 p.info = kmem_zalloc(sizeof (struct t_info), KM_SLEEP);
/illumos-gate/usr/src/cmd/listen/
H A Dnlsaddr.c114 struct t_info info;
/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/lib/libnsl/rpc/
H A Drpc_soc.c82 struct t_info tinfo;
286 struct t_info tinfo;
520 struct t_info tinfo;
H A Dsvc_simple.c133 struct t_info tinfo;
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_svc.c249 struct t_info tinfo;
/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/lib/libnsl/dial/
H A Dinterface.c171 static struct t_info info;

Completed in 285 milliseconds

123