Home
last modified time | relevance | path

Searched refs:inetd_prop_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.h325 } inetd_prop_t; typedef
327 inetd_prop_t *get_prop_table(size_t *);
328 inetd_prop_t *find_prop(const inetd_prop_t *, const char *, inet_type_t);
329 int64_t get_prop_value_int(const inetd_prop_t *, const char *);
330 uint64_t get_prop_value_count(const inetd_prop_t *, const char *);
331 boolean_t get_prop_value_boolean(const inetd_prop_t *, const char *);
332 const char *get_prop_value_string(const inetd_prop_t *, const char *);
334 void put_prop_value_int(inetd_prop_t *, const char *, int64_t);
335 void put_prop_value_count(inetd_prop_t *, const char *, uint64_t);
336 void put_prop_value_boolean(inetd_prop_t *, const char *, boolean_t);
[all …]
H A Dinetsvc.c138 inetd_prop_t *
150 inetd_prop_t *
175 inetd_prop_t *p; in get_prop_value_int()
189 inetd_prop_t *p; in get_prop_value_count()
203 inetd_prop_t *p; in get_prop_value_boolean()
217 inetd_prop_t *p; in get_prop_value_string()
231 inetd_prop_t *p; in get_prop_value_string_list()
245 inetd_prop_t *p; in put_prop_value_int()
260 inetd_prop_t *p; in put_prop_value_count()
1189 inetd_prop_t *
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c50 static inetd_prop_t method_props[] = {
71 static void destroy_method_props(inetd_prop_t *);
397 static inetd_prop_t *
400 inetd_prop_t *ret; in read_method_props()
422 destroy_method_props(inetd_prop_t *mprop) in destroy_method_props()
442 destroy_inst_props(inetd_prop_t *bprops, inetd_prop_t **mprops) in destroy_inst_props()
460 read_inst_props(const char *fmri, inetd_prop_t **bprops, in read_inst_props()
461 inetd_prop_t **mprops, scf_error_t *err) in read_inst_props()
494 valid_inst_props(const char *fmri, inetd_prop_t *bprops, inetd_prop_t **mprops, in valid_inst_props()
578 inetd_prop_t *bprops; in read_instance_cfg()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c384 commit_props(const scf_instance_t *inst, inetd_prop_t *mod, boolean_t defaults) in commit_props()
525 print_prop_val(inetd_prop_t *prop) in print_prop_val()
570 inetd_prop_t *proplist; in list_props_cb()
710 inetd_prop_t *proptable; in list_defaults()
754 inetd_prop_t *mod, *prop_table; in modify_inst_props_cb()
766 if ((mod = malloc(numprops * sizeof (inetd_prop_t))) == NULL) in modify_inst_props_cb()
769 (void) memcpy(mod, prop_table, numprops * sizeof (inetd_prop_t)); in modify_inst_props_cb()
886 inetd_prop_t *mod, *prop_table; in modify_defaults()
909 if ((mod = malloc(numprops * sizeof (inetd_prop_t))) == NULL) in modify_defaults()
912 (void) memcpy(mod, prop_table, numprops * sizeof (inetd_prop_t)); in modify_defaults()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c358 invalid_props(inetd_prop_t *p) in invalid_props()
385 inetd_prop_t *prop, *inetd_properties; in valid_basic_properties()
391 prop = safe_malloc(prop_size * sizeof (inetd_prop_t)); in valid_basic_properties()
393 prop_size * sizeof (inetd_prop_t)); in valid_basic_properties()