Home
last modified time | relevance | path

Searched refs:tnd_tnrhtp_c (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/tsol/tnd/
H A Dtnd.h89 struct tnd_tnrhtp_c { struct
91 struct tnd_tnrhtp_c *tp_next; argument
H A Dtnd.c571 struct tnd_tnrhtp_c *tp1 = (struct tnd_tnrhtp_c *)v1; in tp_compar()
572 struct tnd_tnrhtp_c *tp2 = (struct tnd_tnrhtp_c *)v2; in tp_compar()
584 struct tnd_tnrhtp_c *new, **old; in nss_get_tp()
592 if ((new = (struct tnd_tnrhtp_c *) in nss_get_tp()
593 calloc(1, sizeof (struct tnd_tnrhtp_c))) == NULL) in nss_get_tp()
596 old = (struct tnd_tnrhtp_c **)tsearch(new, &tp_tree, tp_compar); in nss_get_tp()
617 load_tp_entry(struct tnd_tnrhtp_c **tppp, VISIT visit, int level) in load_tp_entry()
619 struct tnd_tnrhtp_c *tpp; in load_tp_entry()
643 struct tnd_tnrhtp_c dummy; in tp_flush_cache()
644 struct tnd_tnrhtp_c *tp; in tp_flush_cache()