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

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdcsrv.c172 rdcsrv_t *srvp; local
176 srvp = &rdcsrv_disptab[req->rq_vers - RDC_VERS_MIN];
177 disp = &srvp->disptab[req->rq_proc];
214 rdcsrv_t *srvp; local
234 srvp = &rdcsrv_disptab[req->rq_vers - RDC_VERS_MIN];
235 disp = &srvp->disptab[req->rq_proc];
237 if (req->rq_proc >= srvp->nprocs ||
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoed.c264 void *srvp; local
339 pkt_output, &srvp);
368 if (launch && launch_service(tunfd, poep, srvp, ptc))
H A Doptions.c1876 * and (through *srvp) a pointer to the last (or only) service. If
1883 uint32_t *outp, void **srvp)
1901 *srvp = NULL;
1976 *srvp = (void *)sep;
2011 *srvp = (void *)sep;
2021 if (*srvp != NULL) {
2022 sep = (const struct service_entry *)*srvp;
2072 launch_service(int tunfd, poep_t *poep, void *srvp, struct ppptun_control *ptc) argument
2074 const struct service_entry *sep = (const struct service_entry *)srvp;
1882 locate_service(poep_t *poep, int plen, const char *iname, ppptun_atype *pap, uint32_t *outp, void **srvp) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_rules.c1021 ilbd_srv_t *srvp; local
1035 srvp = list_head(&sg->isg_srvlist);
1036 for (i = 0; srvp != NULL; srvp = list_next(&sg->isg_srvlist, srvp)) {
1041 ILB_SGSRV_2_KSRV(&srvp->isv_srv, &kcmd->servers[i]);

Completed in 69 milliseconds