Searched refs:valid_props (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.h | 339 boolean_t valid_props(inetd_prop_t *, const char *fmri, basic_cfg_t **,
|
H A D | inetsvc.c | 557 * valid_props validates all the properties in an array of inetd_prop_t's, 572 valid_props(inetd_prop_t *prop, const char *fmri, basic_cfg_t **cfgpp, function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | config.c | 501 valid = valid_props(bprops, fmri, cfg, proto_info_pool, conn_ind_pool); 504 * Double check we've got all necessary properties (valid_props()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/ |
H A D | inetconv.c | 420 if (!valid_props(prop, NULL, NULL, NULL, NULL) || !valid) {
|
Completed in 55 milliseconds