Searched defs:exist (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/powertop/common/
H A Dbattery.c48 uint32_t exist; member in struct:battery_state
107 pt_display_acpi_power(battery_state.exist, battery_state.present_rate,
170 battery_state.exist = 1;
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dproj.c54 int exist; local
133 exist = 0;
139 exist++;
150 if (!exist) {
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c274 boolean_t exist, need_quotes; local
335 exist = B_FALSE;
340 if (operation == PZE_ADD && !exist) {
348 * that doesn't exist, but we can't modify a missing
351 if (operation == PZE_MODIFY && !exist) {
456 exist = B_TRUE;
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpfsck.c224 int exist, local
241 exist = (stat(path, &stbuf) == 0);
246 if (!exist)
256 if (exist && !S_ISDIR(stbuf.st_mode)) {
261 exist = 0;
264 if (!exist)
269 if (exist && !S_ISREG(stbuf.st_mode)) {
274 exist = 0;
277 if (!exist)
285 if (exist
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_device_cache.c611 ENTRY *exist = NULL; local
618 if ((exist = hsearch(entry, ENTER)) != NULL) {
620 exist->data = (void *)attrs;
729 * do not yet exist on the system and hence are unknown
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c201 boolean_t exist = B_FALSE; local
204 mod_hash_walk(softmac_hash, softmac_exist, &exist);
206 return (exist);
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c183 boolean_t exist = B_FALSE; local
186 mod_hash_walk(dld_ap_hashp, drv_ap_exist, &exist);
188 if (exist)
908 * Validate that the specified list of modules exist.
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Daggr_rcm.c983 boolean_t exist = B_FALSE; local
1007 exist = B_TRUE;
1030 if (!exist)
1039 if (!exist && ret != 0)
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c2019 uchar_t *inq_dtype, int err, int exist)
2050 if (exist == PROP_EXIST) {
4682 * exist so it may be a driver
4692 * did exist.
2018 update_map_dev_FCP_prop(impl_map_dev_prop_t **prop_list, uchar_t *inq_dtype, int err, int exist) argument

Completed in 1312 milliseconds