Home
last modified time | relevance | path

Searched refs:tsti (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_anal.c147 type_extern_suffix(ndr_typeinfo_t *tsti, char *funcbuf, size_t buflen) in type_extern_suffix() argument
154 for (ti = tsti; ti; ti = ti->type_down) { in type_extern_suffix()
263 type_ident_decl(ndr_typeinfo_t *tsti, char *funcbuf, size_t buflen, char *ident) in type_ident_decl() argument
271 for (ti = tsti; ti; ti = ti->type_down, n_tt++) { in type_ident_decl()
282 type_null_decl(ndr_typeinfo_t *tsti, char *funcbuf, size_t buflen) in type_null_decl() argument
285 type_ident_decl(tsti, funcbuf+1, buflen, ""); in type_null_decl()
290 type_name_decl(ndr_typeinfo_t *tsti, char *funcbuf, size_t buflen, char *name) in type_name_decl() argument
292 type_ident_decl(tsti, funcbuf, buflen, name); in type_name_decl()
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dcompare-with-null.c4 int tsti(int *p) { return !p; } in tsti() function
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c416 sotpi_info_t *tsti; in so_strinit() local
431 tsti = SOTOTPI(tso); in so_strinit()
434 sti->sti_tsdu_size = tsti->sti_tsdu_size; in so_strinit()
435 sti->sti_etsdu_size = tsti->sti_etsdu_size; in so_strinit()
436 sti->sti_addr_size = tsti->sti_addr_size; in so_strinit()
437 sti->sti_opt_size = tsti->sti_opt_size; in so_strinit()
438 sti->sti_tidu_size = tsti->sti_tidu_size; in so_strinit()
439 sti->sti_serv_type = tsti->sti_serv_type; in so_strinit()
444 if ((tsti->sti_serv_type != T_CLTS) && in so_strinit()