Lines Matching defs:dsp
53 dsvc_datastore_t dsp;
82 dsp.d_location = argv[2];
83 dsp.d_resource = strdup(mods[i]);
84 dsp.d_conver = DSVC_CUR_CONVER;
107 error = status_dd(&dsp);
110 (void) printf("Datastore version is %d\n", dsp.d_conver);
113 (void) printf("mklocation_dd of %s: ... ", dsp.d_location);
114 error = mklocation_dd(&dsp);
119 error = list_dd(&dsp, DSVC_DHCPTAB, &listpp, &count);
137 error = open_dd(&handle, &dsp, DSVC_DHCPTAB, "dhcptab",
285 error = list_dd(&dsp, DSVC_DHCPTAB, &listpp, &count);
303 error = remove_dd(&dsp, DSVC_DHCPTAB, NULL);
308 error = open_dd(&handle, &dsp, DSVC_DHCPNETWORK, "129.148.5.0",
517 error = list_dd(&dsp, DSVC_DHCPNETWORK, &listpp, &count);
535 error = remove_dd(&dsp, DSVC_DHCPNETWORK, "129.148.5.0");