Searched defs:t_info (Results 1 – 6 of 6) sorted by relevance
74 struct t_info { struct75 t_scalar_t addr; /* size of protocol address */76 t_scalar_t options; /* size of protocol options */77 t_scalar_t tsdu; /* size of max transport service data unit */78 t_scalar_t etsdu; /* size of max expedited tsdu */79 t_scalar_t connect; /* max data for connection primitives */80 t_scalar_t discon; /* max data for disconnect primitives */81 t_scalar_t servtype; /* provider service type */
89 struct t_info { struct90 long addr; /* size of protocol address */91 long options; /* size of protocol options */92 long tsdu; /* size of max transport service data unit */93 long etsdu; /* size of max expedited tsdu */94 long connect; /* max data for connection primitives */95 long discon; /* max data for disconnect primitives */96 long servtype; /* provider service type */
263 struct t_info { struct276 * Flags definitions for the t_info structure argument
107 xlator_init(const Translator_info *t_info) in xlator_init()
162 build_track_info(cd_device *dev, int trackno, struct track_info *t_info) in build_track_info()
131 xlator_init(const Translator_info *t_info) in xlator_init()