Searched refs:cl_tp (Results 1 – 3 of 3) sorted by relevance
261 if (cl->cl_tp == NULL) { in clnt_tp_create()262 cl->cl_tp = strdup(nconf->nc_device); in clnt_tp_create()263 if (cl->cl_tp == NULL) in clnt_tp_create()361 cl->cl_tp = strdup(nconf->nc_device); in clnt_tli_create()362 if (cl->cl_tp == NULL) in clnt_tli_create()366 cl->cl_tp = __UNCONST(""); in clnt_tli_create()
289 cl->cl_tp = NULL; in clnt_dg_create()718 if (cl->cl_tp && cl->cl_tp[0]) in clnt_dg_destroy()719 mem_free(cl->cl_tp, strlen(cl->cl_tp) +1); in clnt_dg_destroy()
164 char *cl_tp; /* device name */ member