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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_sg.c452 ilbd_srv_t *nsrv, *lsrv; local
455 nsrv = calloc(sizeof (*nsrv), 1);
456 if (nsrv == NULL)
458 n_sg_srv = &nsrv->isv_srv;
474 list_insert_head(srvlist, nsrv);
477 search = i_test_and_insert(nsrv, lsrv,
486 list_insert_tail(srvlist, nsrv);
494 *ret_srv = nsrv;
496 free(nsrv);
599 ilbd_srv_t *nsrv; local
[all...]

Completed in 58 milliseconds