Searched refs:d_api (Results 1 – 2 of 2) sorted by relevance
406 error = load_public_module(ddp, &hp->d_instance, &hp->d_api); in open_dd()429 error = hp->d_api.open_dt(&hp->d_hand, ddp->d_location, flags); in open_dd()431 error = hp->d_api.open_dn(&hp->d_hand, ddp->d_location, flags, in open_dd()443 (void) unload_public_module(&hp->d_instance, &hp->d_api); in open_dd()500 error = (*handp)->d_api.close_dt(&((*handp)->d_hand)); in close_dd()502 error = (*handp)->d_api.close_dn(&((*handp)->d_hand)); in close_dd()506 &(*handp)->d_api); in close_dd()549 lookup = hand->d_api.lookup_dt; in lookup_dd()552 lookup = hand->d_api.lookup_dn; in lookup_dd()633 error = hand->d_api.add_dt(hand->d_hand, newp); in add_dd_entry()[all …]
158 dsvc_splapi_t d_api; /* service provider layer API */ member