Searched defs:tpp (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libnsl/netselect/
H A Dnetselect.c219 struct netconfig **tpp; local
228 for (tpp = netpp; *tpp; tpp++) {
229 if (strcmp((*tpp)->nc_netid, netid) == 0) {
230 if (*tpp && (strcmp((*tpp)->nc_netid, "udp6") == 0 ||
231 strcmp((*tpp)->nc_netid, "tcp6") == 0)) {
238 return (netconfig_dup(*tpp));
268 struct netconfig **tpp; /* use local
395 struct netconfig **tpp; /* scans the list from netconfig file */ local
668 char **tpp; /* traverses the list, populating it */ local
881 struct netconfig **tpp; local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_walker.c813 pi_walkerlist_find(topo_mod_t *mod, mde_cookie_t mde_node, tnode_t **tpp) argument
823 *tpp = NULL;
828 *tpp = result->t_parent;
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c123 void **tpp = mpp; local
125 if (tpp) {
126 for (; *tpp; tpp++)
127 (*free_ent)(*tpp);
151 void **tpp; local
158 for (tpp = mpp; *tpp; tpp++)
161 diff = tpp
276 char **tpp = cpp; local
308 char **tpp = fpp; local
[all...]
/osnet-11/usr/src/lib/fm/libdisklog/common/
H A Dlibdisklog.c1839 disklog_open_device(libscsi_hdl_t **hpp, libscsi_target_t **tpp, argument
1849 if ((*tpp = libscsi_open(*hpp, "uscsi", dev)) == NULL) {

Completed in 28 milliseconds