HomeSort by relevance Sort by last modified time
    Searched defs:prop (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /netvirt/usr/src/lib/smbsrv/libmlsvc/common/
smb_share_util.c 43 sa_property_t prop; local
56 prop = (sa_property_t)sa_get_property(opts, SHOPT_AD_CONTAINER);
57 if (prop != NULL) {
58 if ((val = sa_get_property_attr(prop, "value")) != NULL) {
65 prop = (sa_property_t)sa_get_property(opts, "description");
66 if (prop != NULL) {
67 if ((val = sa_get_property_attr(prop, "value")) != NULL) {
  /netvirt/usr/src/cmd/mdb/common/modules/usba/
usba.c 52 ddi_prop_t prop; local
55 if (mdb_vread(&prop, sizeof (prop), p) == -1) {
60 (uintptr_t)prop.prop_name) == -1) {
69 p = (uintptr_t)prop.prop_next;
  /netvirt/usr/src/lib/fm/topo/libtopo/common/
topo_protocol.c 45 nvlist_t *prop, *ap; local
48 TOPO_PROP_ASRU, priv, &prop, err) < 0)
51 if (nvlist_lookup_nvlist(prop, TOPO_PROP_VAL_VAL, &ap) != 0 ||
54 nvlist_free(prop);
58 nvlist_free(prop);
66 nvlist_t *prop, *fp; local
69 priv, &prop, err) < 0)
72 if (nvlist_lookup_nvlist(prop, TOPO_PROP_VAL_VAL, &fp) != 0 ||
75 nvlist_free(prop);
79 nvlist_free(prop);
    [all...]
  /netvirt/usr/src/common/zfs/
zfs_deleg.c 80 zfs_prop_t prop; local
87 prop = zfs_name_to_prop(perm);
88 if (prop != ZPROP_INVAL && zfs_prop_delegatable(prop))
89 return (zfs_prop_to_name(prop));
  /netvirt/usr/src/lib/libprtdiag/common/
cpu.c 64 Prop *prop; local
68 if ((prop = find_prop(pnode, "clock-frequency")) == NULL) {
72 if ((value = (uint_t *)get_prop_val(prop)) == NULL) {
  /netvirt/usr/src/lib/libtnf/
util.c 36 tag_props_t prop; member in struct:ntop
83 props |= p->prop;
  /netvirt/usr/src/uts/i86pc/os/
mlsetup.c 87 char prop[32]; local
90 if ((BOP_GETPROPLEN(bootops, name) > sizeof (prop)) ||
91 (BOP_GETPROP(bootops, name, prop) < 0) ||
92 (kobj_getvalue(prop, &ll) == -1))
  /netvirt/usr/src/cmd/cmd-inet/sbin/netstrategy/
netstrategy.c 115 const char **prop = required_properties; local
126 while (*prop != NULL) {
128 dn, *prop, &prop_value) != 1) {
132 prop++;
  /netvirt/usr/src/cmd/iscsi/iscsitgtd/
mgmt_remove.c 99 char *prop; local
105 if (tgt_find_value_str(x, XML_ELEMENT_NAME, &prop) == False) {
112 free(prop);
122 if (zfs_iscsi_perm_check(zh, prop, cred) != 0) {
124 free(prop);
134 if (strcmp(targ->x_value, prop) == 0)
137 free(prop);
146 if (tgt_find_value_str(targ, XML_ELEMENT_INAME, &prop) ==
163 if (isns_dereg(prop) != 0)
166 logout_targ(prop);
177 char *prop = NULL; local
339 char *prop = NULL; local
    [all...]
mgmt_list.c 96 char *prop = NULL; local
107 if ((tgt_find_value_str(x, XML_ELEMENT_NAME, &prop) == True) &&
108 (prop == NULL)) {
131 if (prop != NULL) {
132 if (strcmp(prop, targ->x_value) == 0) {
160 free(prop);
171 char *prop = NULL; local
176 if ((tgt_find_value_str(x, XML_ELEMENT_NAME, &prop) == True) &&
177 (prop == NULL)) {
186 if ((prop == NULL) |
228 char *prop = NULL; local
353 char *prop; local
    [all...]
  /netvirt/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/common/
createprop_methods.c 66 CCIMProperty *prop; local
71 prop = cim_createProperty(pName, pType, pValue, NULL, pIsKey);
73 prop = cim_createReferenceProperty(pName, pOP, pIsKey);
76 if (prop == NULL) {
83 if (cim_addProperty(pInst, prop) == cim_false) {
87 cim_freeProperty(prop);
126 CCIMProperty *prop; local
131 prop = cim_createProperty(pName, pType, pValue, NULL, pIsKey);
133 prop = cim_createReferenceProperty(pName, pOP, pIsKey);
139 if (prop == NULL)
    [all...]
nfsprov_methods.c 65 CCIMProperty *prop = NULL; local
83 prop = cim_createProperty("outParams", string_array,
86 prop = cim_createProperty("outParams", string, single_value,
90 if (prop == NULL) {
99 outParams = cim_addPropertyToPropertyList(outParams, prop);
  /netvirt/usr/src/lib/libiscsitgt/common/
gen.c 178 scf_simple_prop_t *prop; local
182 if ((prop = scf_simple_prop_get(NULL, service, "application",
186 if ((ret = scf_simple_prop_next_boolean(prop)) != NULL)
189 scf_simple_prop_free(prop);
  /netvirt/usr/src/lib/libnsl/common/
daemon_utils.c 228 scf_simple_prop_t *prop; local
232 prop = scf_simple_prop_get(NULL, fmri, "application", "auto_enable");
233 if (!prop)
235 ret = scf_simple_prop_next_boolean(prop);
237 scf_simple_prop_free(prop);
  /netvirt/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/lib/
libDispatch.c 219 CCIMProperty* prop = NULL; local
248 prop = cim_getProperty(inst, pPropName);
254 return ((CCIMProperty *)prop);
407 CCIMProperty *prop; local
428 prop = (*cpInvokeMethodTable[index])
431 return ((CCIMProperty*)prop);
  /netvirt/usr/src/cmd/wbem/provider/c/wbem_disk/common/
util.c 131 CCIMProperty *prop; local
135 prop = cim_createProperty(name, type, value, NULL, is_key);
136 if (prop == NULL) {
140 if ((cim_addProperty(inst, prop)) == cim_false) {
141 cim_freeProperty(prop);
152 CCIMProperty *prop; local
155 prop = cim_createReferenceProperty(role, obj, isKey);
156 if (prop == NULL) {
160 if (cim_addProperty(inst, prop) == cim_false) {
161 cim_freeProperty(prop);
    [all...]
  /netvirt/usr/src/cmd/wbem/provider/c/wbem_disk/lib/
libDispatch.c 218 CCIMProperty* prop = NULL; local
247 prop = cim_getProperty(inst, pPropName);
253 return ((CCIMProperty *)prop);
406 CCIMProperty *prop; local
427 prop = (*cpInvokeMethodTable[index])
430 return ((CCIMProperty*)prop);
  /netvirt/usr/src/lib/efcode/fcdriver/
property.c 120 char *prop; local
136 } else if (os_get_prop_common(pd->common, node, name, inherit, &prop,
140 PUSH(DS, (fstack_t)prop);
  /netvirt/usr/src/lib/smbsrv/libsmb/common/
smb_scfutil.c 253 scf_property_t *prop; local
259 prop = scf_property_create(handle->scf_handle);
260 if (value && prop &&
261 (scf_pg_get_property(handle->scf_pg, propname, prop) == 0)) {
262 if (scf_property_get_value(prop, value) == 0) {
274 if (prop != NULL)
275 scf_property_destroy(prop);
347 scf_property_t *prop = NULL; local
353 prop = scf_property_create(handle->scf_handle);
354 if ((prop) && (value) &
442 scf_property_t *prop = NULL; local
541 scf_property_t *prop = NULL; local
    [all...]
  /netvirt/usr/src/psm/stand/cpr/common/
support.c 95 cprop_t *prop, *tail; local
133 for (prop_errors = 0, prop = cdef.props, tail = prop + CPR_MAXPROP;
134 prop < tail; prop++) {
137 prop->mod, prop->name, prop->value);
139 if (prop->mod != PROP_MOD)
142 len = prom_strlen(prop->value)
    [all...]
  /netvirt/usr/src/cmd/dfs.cmds/sharectl/
sharectl.c 160 sa_property_t prop; local
169 for (prop = sa_get_protocol_property(propset,
171 prop != NULL;
172 prop = sa_get_next_protocol_property(
173 prop)) {
179 name = sa_get_property_attr(prop,
183 prop, "value");
199 prop = sa_get_protocol_property(
201 if (prop != NULL) {
203 prop, "value")
275 sa_property_t prop; local
    [all...]
  /netvirt/usr/src/cmd/eeprom/i386/
benv_kvm.c 35 static int getpropval(struct openpromio *opp, char *prop);
129 getpropval(struct openpromio *opp, char *prop)
133 (void) strlcpy(opp->oprom_array, prop, MAXPROPSIZE);
142 getnextprop(struct openpromio *opp, char *prop)
146 (void) strlcpy(opp->oprom_array, prop, MAXPROPSIZE);
161 prom_getprop(char *prop, int *lenp)
165 if (!getpropval(opp, prop))
172 prom_nextprop(char *prop)
176 if (!getnextprop(opp, prop))
223 ddi_prop_t *prop, *plist local
    [all...]
  /netvirt/usr/src/cmd/pools/poolcfg/
poolcfg.h 51 typedef struct prop { struct
55 struct prop *prop_next;
  /netvirt/usr/src/cmd/svc/common/
manifest_hash.c 110 scf_property_t *prop; local
123 (prop = scf_property_create(hndl)) == NULL ||
144 if (scf_pg_get_property(pg, MHASH_PROP, prop) != SCF_SUCCESS) {
149 if (scf_property_get_value(prop, val) != SCF_SUCCESS) {
175 scf_property_destroy(prop);
190 scf_property_t *prop = NULL; local
201 (prop = scf_property_create(hndl)) == NULL) {
392 scf_property_destroy(prop);
  /netvirt/usr/src/cmd/svc/svcadm/
synch.c 102 scf_property_t *prop, const char *name)
107 if (scf_pg_get_property(pg, name, prop) == -1) {
117 if (scf_property_get_value(prop, val) != 0) {
148 scf_property_t *prop; local
151 (prop = scf_property_create(h)) == NULL)
154 if (scf_pg_get_property(pg, name, prop) != 0) {
164 if (scf_iter_property_values(iter, prop) != 0) {
170 scf_property_destroy(prop);
173 scf_property_destroy(prop);
456 scf_property_t *prop; local
    [all...]

Completed in 840 milliseconds

1 2 3 4 5 6 7 8