Searched refs:prop_exists (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | cpu_prop_update.c | 48 prop_exists(picl_nodehdl_t node, char *name) in prop_exists() function 66 if (!prop_exists(node, name)) { in add_md_prop() 247 if (prop_exists(pnode, "compatible")) in add_compatible()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/ |
H A D | priplugin.c | 72 prop_exists(picl_nodehdl_t node, char *name) in prop_exists() function 90 if (!prop_exists(node, name)) { in add_md_prop()
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | device.h | 78 gboolean prop_exists);
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | idmap_config.c | 189 prop_exists(idmap_cfg_handles_t *handles, const char *name, boolean_t *exists) in prop_exists() function 2758 rc = prop_exists(handles, DEBUG_PROP, &debug_present); in upgrade_debug() 2804 rc = prop_exists(handles, DS_NAME_MAPPING_ENABLED, in upgrade_directory_mapping()
|