Searched defs:exist (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/cmd/powertop/common/ |
H A D | battery.c | 48 uint32_t exist; member in struct:battery_state 104 pt_display_acpi_power(battery_state.exist, battery_state.present_rate, 160 battery_state.exist = 1;
|
/osnet-11/usr/src/lib/libuvfs/common/ |
H A D | stash.c | 79 libuvfs_stash_node_t *exist; local 82 exist = libuvfs_stash_get_impl(fs, fid, key, NULL); 86 *found = (exist != NULL) ? B_TRUE : B_FALSE; 87 if (exist != NULL) 88 return (exist->st_value);
|
/osnet-11/usr/src/lib/libzonecfg/common/ |
H A D | getzoneent.c | 266 boolean_t exist, need_quotes; local 327 exist = B_FALSE; 332 if (operation == PZE_ADD && !exist) { 340 * that doesn't exist, but we can't modify a missing 343 if (operation == PZE_MODIFY && !exist) { 449 exist = B_TRUE;
|
/osnet-11/usr/src/lib/storage/libg_fc/common/ |
H A D | map.c | 2018 uchar_t *inq_dtype, int err, int exist) 2049 if (exist == PROP_EXIST) { 4681 * exist so it may be a driver 4691 * did exist. 2017 update_map_dev_FCP_prop(impl_map_dev_prop_t **prop_list, uchar_t *inq_dtype, int err, int exist) argument
|
Completed in 42 milliseconds