Searched refs:prop (Results 126 - 150 of 357) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Drepval.c73 static scf_property_t *prop = NULL; variable
136 ((prop = scf_property_create(rep_handle)) == NULL)) {
167 scf_property_destroy(prop);
168 prop = NULL;
532 const char *prop, boolean_t store)
542 if (strcmp(prop, PR_NAME_START_PIDS) == 0) {
601 if ((ret = (store ? _store_rep_vals(vals, fmri, prop) :
602 _retrieve_rep_vals(vals, fmri, prop))) !=
615 store_rep_vals(uu_list_t *vals, const char *fmri, const char *prop) argument
617 return (store_retrieve_rep_vals(vals, fmri, prop, B_TRU
531 store_retrieve_rep_vals(uu_list_t *vals, const char *fmri, const char *prop, boolean_t store) argument
621 retrieve_rep_vals(uu_list_t *vals, const char *fmri, const char *prop) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c188 modify_prop(const scf_instance_t *inst, const char *pg, const char *prop, argument
234 if (scf_pg_get_property(gpg, prop, eprop) == -1) {
257 ret = scf_transaction_property_new(tx, ent, prop, type);
260 prop, type);
272 if (strcmp(prop, PR_PROTO_NAME) == 0) {
283 if ((strcmp(prop, PR_PROTO_NAME) != 0) &&
302 if (strcmp(prop, PR_PROTO_NAME) == 0)
320 delete_prop(const scf_instance_t *inst, const char *pg, const char *prop) argument
350 prop) != SCF_SUCCESS) {
356 prop);
446 scf_simple_prop_t *prop = NULL, *prop2 = NULL; local
527 print_prop_val(inetd_prop_t *prop) argument
571 scf_simple_prop_t *prop; local
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4u/
H A Doberon.esc98 prop fault.io.oberon@hostbridge (0)->
103 prop fault.io.oberon@hostbridge/pciexrc (0)->
119 prop fault.io.fire.hb.sw-config@hostbridge/pciexrc (0)->
129 prop error.io.oberon.pec.secondary@hostbridge/pciexrc (0) ->
137 prop error.io.oberon.pec.fabric_error@hostbridge/pciexrc(0) ->
152 prop upset.io.oberon.nodiag@hostbridge (0)->
/illumos-gate/usr/src/cmd/svc/startd/
H A Dexpand.c109 scf_property_t *prop)
122 if (scf_pg_get_property(pg, pn, prop) == 0)
132 if (scf_pg_get_property(pg, pn, prop) == 0)
165 scf_property_t *prop = NULL; local
190 (prop = scf_property_create(h)) == NULL)
203 if (scf_pg_get_property(pg, pn, prop) != 0)
215 if (get_prop(tmpinst, tmpsnap, pgn, pn, pg, prop) != 0)
221 /* Try prop or pg/prop in inst. */
223 prop
107 get_prop(const scf_instance_t *inst, scf_snapshot_t *snap, const char *pgn, const char *pn, scf_propertygroup_t *pg, scf_property_t *prop) argument
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c533 changelist_gather(zfs_handle_t *zhp, zfs_prop_t prop, int gather_flags, argument
551 if (prop == ZFS_PROP_NAME || prop == ZFS_PROP_ZONED ||
552 prop == ZFS_PROP_MOUNTPOINT || prop == ZFS_PROP_SHARENFS ||
553 prop == ZFS_PROP_SHARESMB) {
600 if (prop == ZFS_PROP_NAME) {
603 } else if (prop == ZFS_PROP_ZONED) {
606 } else if (prop == ZFS_PROP_CANMOUNT) {
608 } else if (prop
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Dproperties.c107 /* last prop in chain */
223 prop_t *prop; local
239 prop = find_property(dev, pname);
240 if (prop) {
241 PUSH(DS, (fstack_t)prop->data);
242 PUSH(DS, (fstack_t)prop->size);
289 char *prop; local
295 prop = add_property_buffer(env, len);
296 memcpy(prop, str, len);
297 prop[le
413 char *prop; local
722 print_content(fcode_env_t *env, char *prop, uchar_t *data, int len) argument
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c83 void *get_prop_val(Prop *prop);
104 static int get_prop_size(Prop *prop);
793 get_prop_val(Prop *prop) argument
795 if (prop == NULL)
798 return ((void *)(prop->value.val_ptr));
806 get_prop_size(Prop *prop) argument
809 if ((prop != NULL) && (prop->size > 0))
810 return (prop->size);
823 Prop *prop; local
[all...]
/illumos-gate/usr/src/cmd/kbd/
H A Dkbd.c640 scf_property_t *prop = NULL; local
654 (prop = scf_property_create(h)) == NULL ||
685 if (scf_pg_get_property(pg, KBD_PROP_KEYCLICK, prop) != 0 ||
686 scf_property_get_value(prop, val) != 0 ||
699 if (scf_pg_get_property(pg, KBD_PROP_KEYBOARD_ABORT, prop) != 0 ||
700 scf_property_get_value(prop, val) != 0 ||
718 if (scf_pg_get_property(pg, KBD_PROP_RPTDELAY, prop) != 0 ||
719 scf_property_get_value(prop, val) != 0 ||
730 if (scf_pg_get_property(pg, KBD_PROP_RPTRATE, prop) != 0 ||
731 scf_property_get_value(prop, va
[all...]
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c344 scf_simple_prop_t *prop; local
347 prop = scf_simple_prop_get(NULL, SMBD_DEFAULT_INSTANCE_FMRI,
349 if (prop != NULL) {
350 retstr = scf_simple_prop_next_boolean(prop);
352 scf_simple_prop_free(prop);
1241 sa_property_t prop; local
1258 prop = sa_create_property(name, value);
1259 if (prop != NULL)
1260 ret = sa_add_protocol_property(protoset, prop);
1321 scf_property_t *prop; local
1518 smb_set_proto_prop(sa_property_t prop) argument
1749 sa_property_t prop; local
1939 smb_sprint_option(char **rbuff, size_t *rbuffsize, size_t incr, sa_property_t prop, int sep) argument
2009 sa_property_t prop; local
2378 sa_property_t prop; local
2428 sa_property_t prop; local
2445 sa_property_t prop; local
[all...]
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.h99 extern struct memlist *fill_memlists(char *name, char *prop,
H A Dbootops.c107 update_memlist(char *name, char *prop, struct memlist **list) argument
110 *list = fill_memlists(name, prop, *list);
/illumos-gate/usr/src/cmd/make/bin/
H A Dmisc.cc311 register Property prop; local
407 if (((prop = get_prop(p->prop, macro_prop)) != NULL) &&
408 (prop->body.macro.value != NULL)) {
410 print_value(prop->body.macro.value,
411 (Daemon) prop->body.macro.daemon);
418 for (prop = get_prop(p->prop, conditional_prop);
419 prop != NULL;
420 prop
[all...]
H A Dfiles.cc101 (get_prop(target->prop, member_prop) != NULL)) {
156 (get_prop(target->prop, time_prop) == NULL)) {
515 if(plain_file->prop) {
516 Property sprop = get_prop(plain_file->prop,sccs_prop);
572 Property prop; local
589 prop = maybe_append_prop(name, member_prop);
590 prop->body.member.library = GETNAME(library, FIND_LENGTH);
591 prop->body.member.library->stat.is_file = true;
592 prop->body.member.entry = NULL;
593 prop
[all...]
H A Ddoname.cc189 source_line = get_prop(source->prop, line_prop);
307 line = get_prop(target->prop, line_prop);
333 true_target = get_prop(target->prop,
339 time = get_prop(true_target->prop, time_prop);
479 if ((line = get_prop(target->prop, line_prop)) != NULL) {
534 get_prop(target->prop,
549 ((member = get_prop(target->prop, member_prop)) !=
569 get_prop(target->prop,
604 prop,
651 get_prop(target->prop,
1327 Property prop; local
[all...]
H A Dnse_printdep.cc125 line = get_prop(name->prop, line_prop);
134 get_prop(dependencies->name->prop, line_prop));
185 get_prop(dep->name->prop, line_prop));
205 line2 = get_prop(dep->name->prop, line_prop);
292 line = get_prop(np->prop, line_prop);
333 if (((line= get_prop(target->prop, line_prop)) == NULL) ||
/illumos-gate/usr/src/cmd/cmd-inet/sbin/netstrategy/
H A Dnetstrategy.c140 const char **prop = required_properties; local
151 while (*prop != NULL) {
153 dn, *prop, &prop_value) != 1) {
157 prop++;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_008_pos.ksh93 for prop in $(gen_option_str "${props[*]}" "" "," $prop_numb)
95 log_must eval "zfs get -${depth_options[depth_item]} ${options[item]} $prop $dst > /dev/null 2>&1"
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c350 scf_simple_prop_t *prop = NULL, *lastprop = NULL; local
360 lastprop = prop;
361 prop = (scf_simple_prop_t *)
363 if (prop == NULL)
367 pgname = scf_simple_prop_pgname(prop);
387 name = scf_simple_prop_name(prop);
388 value = scf_simple_prop_next_astring(prop);
632 * smbfs_set_proto_prop(prop)
634 * check that prop is valid.
638 smbfs_set_proto_prop(sa_property_t prop) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c383 * prop is the property within that group to look up
399 get_property_value(const char *fmri, const char *pg, const char *prop, argument
409 if (scf_pg_get_property(res->sr_pg, prop, res->sr_prop) != 0) {
597 nwamd_set_count_property(const char *fmri, const char *pg, const char *prop, argument
616 if (set_property_value(&res, prop, SCF_TYPE_COUNT) != 0)
624 "setting %s", scf_strerror(scf_error()), prop);
630 nwamd_set_string_property(const char *fmri, const char *pg, const char *prop, argument
650 if (set_property_value(&res, prop, SCF_TYPE_ASTRING) != 0)
658 "setting %s", scf_strerror(scf_error()), prop);
664 * Deletes property prop fro
668 nwamd_delete_scf_property(const char *fmri, const char *pg, const char *prop) argument
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dllib-lsasl14 #include <sasl/prop.h>
/illumos-gate/usr/src/lib/libtnf/
H A Dutil.c36 tag_props_t prop; member in struct:ntop
83 props |= p->prop;
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo.h54 * The prop structures associated with a Prom_node were formerly statically
59 * structs, and altering the prop structure. The prop structure's name and value
63 * as the former prop structure, but the *next element now points to a
64 * static_prop structure instead of a prop structure.
113 typedef struct prop Prop;
114 struct prop { struct
/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.h48 CLzmaProps prop; member in struct:__anon1987
133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
/illumos-gate/usr/src/cmd/svc/shell/
H A Drouting_include.sh68 # set_daemon_value_property inst_fmri optstring options option prop
94 # set_daemon_ordered_multivalue_property inst_fmri optstring options option prop
128 # prop value_if_found default
170 for prop in $4
177 set_routeadm_property $1 $prop $val
220 # get_daemon_option_from_boolean_property inst_fmri prop option value_set
222 # Returns appropriate daemon option for boolean property prop - if current
234 # get_daemon_option_from_property inst_fmri prop option ignore_value
248 # get_daemon_ordered_multivalue_option_from_property inst_fmri prop
269 # get_nonoption_property inst_fmri prop ignore_valu
[all...]
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dutil.c316 get_intprop(pnode_t node, caddr_t prop, void *dst) argument
321 glen = prom_getprop(node, prop, dst);
360 "prop \"%s\", cpu_id %d\n",
399 for (cbp = cpu_data; cbp->prop; cbp++) {
400 if (get_intprop(node, cbp->prop, cbp->datap)) {
402 "node 0x%x, prop \"%s\"\n",
403 prog, node, cbp->prop);
407 cbp->prop, *cbp->datap));

Completed in 243 milliseconds

1234567891011>>