/illumos-gate/usr/src/lib/libtnf/ |
H A D | util.c | 36 tag_props_t prop; member in struct:ntop 83 props |= p->prop;
|
H A D | datum.c | 105 has_prop(tnf_datum_t datum, tag_props_t prop) argument 110 return (INFO_PROP(DATUM_INFO(datum), prop));
|
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/ |
H A D | 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;
|
/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | bootops.c | 107 update_memlist(char *name, char *prop, struct memlist **list) argument 110 *list = fill_memlists(name, prop, *list);
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_protocol.c | 43 nvlist_t *prop, *ap; local 46 TOPO_PROP_ASRU, priv, &prop, err) < 0) 49 if (nvlist_lookup_nvlist(prop, TOPO_PROP_VAL_VAL, &ap) != 0 || 52 nvlist_free(prop); 56 nvlist_free(prop); 64 nvlist_t *prop, *fp; local 67 priv, &prop, err) < 0) 70 if (nvlist_lookup_nvlist(prop, TOPO_PROP_VAL_VAL, &fp) != 0 || 73 nvlist_free(prop); 77 nvlist_free(prop); [all...] |
/illumos-gate/usr/src/lib/libprtdiag/common/ |
H A D | 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) {
|
H A D | libdevinfo_sun4u.c | 200 Prop *prop = NULL; /* tail of properties list */ local 331 else if (prop != NULL) 332 prop->next = temp; 333 prop = temp; 334 prop->next = NULL; 398 } else if (prop != NULL) { 399 prop->next = temp; 401 prop = temp; 402 prop->next = NULL;
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | class_id.c | 47 opp_zalloc(size_t size, const char *prop) argument 54 if (prop != NULL) 55 (void) strcpy(opp->oprom_array, prop); 86 return_property(int prom_fd, const char *prop) argument 90 struct openpromio *opp = opp_zalloc(strlen(prop) + 1, prop); 101 if (proplen > (strlen(prop) + 1)) { 103 opp = opp_zalloc(proplen, prop);
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | config.c | 63 scf_property_t *prop = NULL; local 78 prop = scf_property_create(handle); 84 prop == NULL || value == NULL || value_iter == NULL) { 120 if (scf_pg_get_property(pg, CONFIG_ESI_THRESHOLD, prop) == -1) { 126 if (scf_property_get_value(prop, value) == -1) { 150 if (scf_pg_get_property(pg, CONFIG_MGMT_SCN, prop) == -1) { 156 if (scf_property_get_value(prop, value) == -1) { 174 if (scf_pg_get_property(pg, CONFIG_DATA_STORE, prop) == -1) { 180 if (scf_property_get_value(prop, value) == -1) { 198 if (scf_pg_get_property(pg, CONFIG_CONTROL_NODES, prop) [all...] |
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/ |
H A D | prom_mem.c | 194 prom_phys_installed(caddr_t prop) argument 196 return (prom_getprop(prom_mem_phandle(), "reg", prop)); 200 prom_phys_avail(caddr_t prop) argument 202 return (prom_getprop(prom_mem_phandle(), "available", prop));
|
H A D | prom_mmu.c | 242 prom_virt_avail(caddr_t prop) argument 244 return (prom_getprop(prom_mmu_phandle(), "available", prop));
|
/illumos-gate/usr/src/lib/efcode/fcdriver/ |
H A D | 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);
|
/illumos-gate/usr/src/lib/libc/sparc/sys/ |
H A D | uadmin.c | 104 scf_simple_prop_t *prop = NULL; local 121 prop = real_scf_simple_prop_get(NULL, fmri, "config", 123 if (prop) { 124 if ((ret_val = real_scf_simple_prop_next_boolean(prop)) != 128 real_scf_simple_prop_free(prop);
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_ndd.c | 64 * If there is a driver.conf setting for the prop, we use 127 char **options, *prop; local 154 prop = options[noptions-1]; 155 if (strstr(prop, "ethernet") == NULL) 157 if (strstr(prop, "1000")) { 158 if (strstr(prop, "auto")) { 162 } else if (strstr(prop, "full")) 164 else if (strstr(prop, "half")) 166 } else if (strstr(prop, "100")) { 167 if (strstr(prop, "aut [all...] |
/illumos-gate/usr/src/common/zfs/ |
H A D | zpool_prop.c | 149 zpool_prop_to_name(zpool_prop_t prop) argument 151 return (zpool_prop_table[prop].pd_name); 155 zpool_prop_get_type(zpool_prop_t prop) argument 157 return (zpool_prop_table[prop].pd_proptype); 161 zpool_prop_readonly(zpool_prop_t prop) argument 163 return (zpool_prop_table[prop].pd_attr == PROP_READONLY); 167 zpool_prop_default_string(zpool_prop_t prop) argument 169 return (zpool_prop_table[prop].pd_strdefault); 173 zpool_prop_default_numeric(zpool_prop_t prop) argument 175 return (zpool_prop_table[prop] 199 zpool_prop_string_to_index(zpool_prop_t prop, const char *string, uint64_t *index) argument 206 zpool_prop_index_to_string(zpool_prop_t prop, uint64_t index, const char **string) argument 213 zpool_prop_random_value(zpool_prop_t prop, uint64_t seed) argument 221 zpool_prop_values(zpool_prop_t prop) argument 227 zpool_prop_column_name(zpool_prop_t prop) argument 233 zpool_prop_align_right(zpool_prop_t prop) argument [all...] |
H A D | zfs_deleg.c | 84 zfs_prop_t prop; local 91 prop = zfs_name_to_prop(perm); 92 if (prop != ZPROP_INVAL && zfs_prop_delegatable(prop)) 93 return (zfs_prop_to_name(prop));
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_smf.c | 254 scf_simple_prop_t *prop; local 257 prop = scf_simple_prop_get(NULL, svc_name, SCF_PG_GENERAL, 260 if (scf_simple_prop_numvalues(prop) == 1) { 261 if (*scf_simple_prop_next_boolean(prop) != 0) 265 scf_simple_prop_free(prop);
|
/illumos-gate/usr/src/lib/libc/amd64/sys/ |
H A D | uadmin.c | 120 scf_simple_prop_t *prop = NULL; local 137 prop = real_scf_simple_prop_get(NULL, fmri, "config", 139 if (prop) { 140 if ((ret_val = real_scf_simple_prop_next_boolean(prop)) != 144 real_scf_simple_prop_free(prop);
|
/illumos-gate/usr/src/lib/libc/i386/sys/ |
H A D | uadmin.c | 119 scf_simple_prop_t *prop = NULL; local 136 prop = real_scf_simple_prop_get(NULL, fmri, "config", 138 if (prop) { 139 if ((ret_val = real_scf_simple_prop_next_boolean(prop)) != 143 real_scf_simple_prop_free(prop);
|
/illumos-gate/usr/src/common/lzma/ |
H A D | LzmaDec.h | 48 CLzmaProps prop; member in struct:__anon1987 133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.h | 51 typedef struct prop { struct 55 struct prop *prop_next;
|
/illumos-gate/usr/src/cmd/eeprom/i386/ |
H A D | benv_kvm.c | 33 static int getpropval(struct openpromio *opp, char *prop); 127 getpropval(struct openpromio *opp, char *prop) argument 131 (void) strlcpy(opp->oprom_array, prop, MAXPROPSIZE); 140 getnextprop(struct openpromio *opp, char *prop) argument 144 (void) strlcpy(opp->oprom_array, prop, MAXPROPSIZE); 169 prom_getprop(char *prop, int *lenp) argument 173 if (!getpropval(opp, prop)) 180 prom_nextprop(char *prop) argument 184 if (!getnextprop(opp, prop)) 231 ddi_prop_t *prop, *plis local [all...] |
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_rpc.c | 149 const char *name, const char *path, const char *prop, 173 (void) fmd_conf_setprop(fmd.d_conf, prop, buf); 148 fmd_rpc_svc_init(void (*disp)(struct svc_req *, SVCXPRT *), const char *name, const char *path, const char *prop, rpcprog_t pmin, rpcprog_t pmax, rpcvers_t vers, uint_t sndsize, uint_t rcvsize, int force) argument
|
/illumos-gate/usr/src/cmd/audit/ |
H A D | audit.c | 172 scf_simple_prop_t *prop = NULL; local 175 if ((prop = scf_simple_prop_get(NULL, AUDITD_FMRI, SCF_PG_RESTARTER, 180 if ((scf_simple_prop_numvalues(prop) < 0) || 181 (cid = scf_simple_prop_next_count(prop)) == NULL) { 182 scf_simple_prop_free(prop); 188 scf_simple_prop_free(prop); 191 scf_simple_prop_free(prop);
|
/illumos-gate/usr/src/cmd/hotplugd/ |
H A D | hotplugd_impl.c | 168 ddi_hp_property_t prop; local 177 if ((rv = pack_properties(options, &prop)) != 0) { 188 free_properties(&prop); 199 &prop, &results)) 204 &prop, &results)) 219 free_properties(&prop); 262 pack_properties(const char *options, ddi_hp_property_t *prop) argument 269 (void) memset(prop, 0, sizeof (ddi_hp_property_t)); 325 prop->nvlist_buf = buf; 326 prop 342 unpack_properties(ddi_hp_property_t *prop, char **optionsp) argument 428 free_properties(ddi_hp_property_t *prop) argument [all...] |