Searched refs:d_api (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c404 error = load_public_module(ddp, &hp->d_instance, &hp->d_api);
427 error = hp->d_api.open_dt(&hp->d_hand, ddp->d_location, flags);
429 error = hp->d_api.open_dn(&hp->d_hand, ddp->d_location, flags,
441 (void) unload_public_module(&hp->d_instance, &hp->d_api);
498 error = (*handp)->d_api.close_dt(&((*handp)->d_hand));
500 error = (*handp)->d_api.close_dn(&((*handp)->d_hand));
504 &(*handp)->d_api);
547 lookup = hand->d_api.lookup_dt;
550 lookup = hand->d_api.lookup_dn;
631 error = hand->d_api
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/head/
H A Ddhcp_svc_private.h154 dsvc_splapi_t d_api; /* service provider layer API */ member in struct:dsvc_handle

Completed in 31 milliseconds