Searched refs:iprop (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kproplog/
H A DMakefile16 # Definitions needed to rpcgen iprop-related files
17 ISRC= iprop.h iprop_xdr.c
18 KRB5IPROPDIR= $(SRC)/cmd/krb5/iprop
19 CMD= grep -v "usr/src/cmd/krb5/iprop" > $@
46 # Rules to rpcgen-erate derived files from the iprop.x spec file
47 iprop.h: $(KRB5IPROPDIR)/iprop.x
49 $(RPCGEN) -h $(KRB5IPROPDIR)/iprop.x > $@
51 iprop_xdr.c: iprop.h $(KRB5IPROPDIR)/iprop
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A DMakefile17 # Definitions needed to rpcgen iprop-related files
18 ISRC= iprop.h iprop_xdr.c
19 KRB5IPROPDIR= $(SRC)/cmd/krb5/iprop
20 CMD= grep -v "usr/src/cmd/krb5/iprop" > $@
62 # Rules to rpcgen-erate derived files from the iprop.x spec file
63 iprop.h: $(KRB5IPROPDIR)/iprop.x
65 $(RPCGEN) -h $(KRB5IPROPDIR)/iprop.x > $@
67 iprop_xdr.c: iprop.h $(KRB5IPROPDIR)/iprop
[all...]
/illumos-gate/usr/src/cmd/krb5/slave/
H A DMakefile29 # Definitions needed to rpcgen iprop-related files
30 ISRC= iprop.h iprop_xdr.c
31 KRB5IPROPDIR= $(SRC)/cmd/krb5/iprop
32 CMD= grep -v "usr/src/cmd/krb5/iprop" > $@
83 # Rules to rpcgen-erate derived files from the iprop.x spec file
84 iprop.h: $(KRB5IPROPDIR)/iprop.x
86 $(RPCGEN) -h $(KRB5IPROPDIR)/iprop.x > $@
88 iprop_xdr.c: iprop.h $(KRB5IPROPDIR)/iprop
[all...]
/illumos-gate/usr/src/lib/krb5/kdb/
H A DMakefile.com43 # Definitions needed to rpcgen iprop-related files
44 ISRCHDR= ../iprop.h
46 KRB5IPROPDIR= $(SRC)/cmd/krb5/iprop
47 CMD= grep -v "usr/src/cmd/krb5/iprop" > $@
97 # Rules to rpcgen-erate derived files from the iprop.x spec file
98 $(ISRCHDR): $(KRB5IPROPDIR)/iprop.x
100 $(RPCGEN) -h $(KRB5IPROPDIR)/iprop.x > $@
102 $(ISRCXDR): $(ISRCHDR) $(KRB5IPROPDIR)/iprop.x
104 $(RPCGEN) -c $(KRB5IPROPDIR)/iprop.x | $(CMD)
108 # Explicitly state the dependancy on iprop
[all...]
H A Dkdb_log.h13 #include <iprop.h>
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A DMakefile16 ISRCHDR= iprop.h
17 KRB5IPROPDIR= $(SRC)/cmd/krb5/iprop
51 # Rpcgen-erate iprop.h from the iprop.x spec file
52 $(ISRCHDR): $(KRB5IPROPDIR)/iprop.x
54 $(RPCGEN) -h $(KRB5IPROPDIR)/iprop.x > $@
56 # Explicitly state the dependency on iprop.h
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A DMakefile.com49 ISRCHDR= ../iprop.h
50 KRB5IPROPDIR= $(SRC)/cmd/krb5/iprop
95 # Rpcgen-erate iprop.h from the iprop.x spec file
96 $(ISRCHDR): $(KRB5IPROPDIR)/iprop.x
98 $(RPCGEN) -h $(KRB5IPROPDIR)/iprop.x > $@
100 # Explicitly state the dependancy on iprop.h
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c821 property_t *iprop; local
841 iprop = internal_property_new();
842 iprop->sc_property_name = strdup(loadbuf);
843 if (iprop->sc_property_name == NULL) {
844 internal_property_free(iprop);
849 if (scf_property_type(prop, &iprop->sc_value_type) != 0) {
958 internal_attach_value(iprop, ival);
961 *ipp = iprop;
965 free(iprop->sc_property_name);
966 internal_property_free(iprop);
1101 property_t *iprop; local
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A DMakefile.com57 -I$(SRC)/cmd/krb5/iprop \
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/
H A DMakefile.com50 -I$(SRC)/cmd/krb5/iprop \
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A DMakefile30 -I$(SRC)/cmd/krb5/iprop \
/illumos-gate/usr/src/uts/common/io/
H A Di8042.c834 int *iprop; local
850 DDI_PROP_DONTPASS, "reg", &iprop, &iprop_len) !=
873 which_port = iprop[rnumber];
874 ddi_prop_free((void *)iprop);
1461 int *iprop; local
1474 DDI_PROP_DONTPASS, "reg", &iprop, &iprop_len) !=
1483 which_port = iprop[0];
1484 ddi_prop_free((void *)iprop);
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A DMakefile.com73 -I$(SRC)/cmd/krb5/iprop \
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1041 read_prop(scf_handle_t *h, inetd_prop_t *iprop, int index, const char *inst, argument
1050 if ((sprop = scf_simple_prop_get(h, inst, pg_name, iprop->ip_name)) ==
1054 switch (iprop->ip_type) {
1058 if ((iprop->ip_value.iv_string = strdup(tmp_char)) == NULL) {
1072 iprop->ip_value.iv_string_list,
1077 iprop->ip_value.iv_string_list = cpp;
1091 iprop->ip_value.iv_boolean =
1097 iprop->ip_value.iv_cnt = *tmp_cnt;
1102 iprop->ip_value.iv_int = *tmp_int;
1108 iprop
[all...]

Completed in 95 milliseconds