Searched refs:d_location (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c314 error = api.status(ddp->d_location);
336 error = api.mklocation(ddp->d_location);
360 error = api.list_dt(ddp->d_location, listppp, count);
362 error = api.list_dn(ddp->d_location, listppp, count);
413 hp->d_desc.d_location = strdup(ddp->d_location);
414 if (hp->d_desc.d_resource == NULL || hp->d_desc.d_location == NULL) {
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,
443 free(hp->d_desc.d_location);
[all...]
H A Dconfopt.c403 if (query_dsvc_conf(ddp, DSVC_CK_PATH, &dsp->d_location) == -1) {
/osnet-11/usr/src/lib/libdhcpsvc/head/
H A Ddhcp_svc_private.h77 char *d_location; /* location of datastore containers */ member in struct:__anon1533
/osnet-11/usr/src/lib/libdhcpsvc/tests/
H A Dtest_private.c82 dsp.d_location = argv[2];
113 (void) printf("mklocation_dd of %s: ... ", dsp.d_location);

Completed in 25 milliseconds