Home
last modified time | relevance | path

Searched refs:is_open (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/cmd/lms/tools/
H A DATVersion.cpp128 if (pidf.is_open()) { in IsAppRunning()
140 if (pidf.is_open()) { in IsAppRunning()
/titanic_41/usr/src/lib/libbsm/common/
H A Daudit_cron.c73 static int is_open = 0; in audit_cron_syslog() local
75 if (!is_open) { in audit_cron_syslog()
77 is_open = 1; in audit_cron_syslog()
/titanic_41/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-channel.c401 channel->is_open = 1; in xge_hal_channel_open()
529 channel->is_open = 0; in xge_hal_channel_close()
537 xge_assert(!tmp->is_open); in xge_hal_channel_close()
H A Dxgehal-mgmtaux.c1279 if (channel->is_open != 1) in xge_hal_aux_channel_read()
1294 __HAL_AUX_ENTRY(key, channel->is_open, "%u"); in xge_hal_aux_channel_read()
1330 if (channel->is_open != 1) in xge_hal_aux_channel_read()
1345 __HAL_AUX_ENTRY(key, channel->is_open, "%u"); in xge_hal_aux_channel_read()
H A Dxgehal-stats.c880 !channel->is_open) { in xge_hal_stats_channel()
H A Dxgehal-device.c5507 xge_assert(!channel->is_open); in xge_hal_device_terminate()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_rename.h98 uint_t is_open :1; member
/titanic_41/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-channel.h395 int is_open; member
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2234 int is_open = 0; in install_func() local
2350 is_open = grub_open (stage1_file); in install_func()
2351 if (! is_open in install_func()
2402 is_open = grub_open (file); in install_func()
2403 if (! is_open) in install_func()
2575 is_open = grub_open (config_filename); in install_func()
2576 if (! is_open) in install_func()
2588 is_open = 0; in install_func()
2718 if (is_open) in install_func()
/titanic_41/usr/src/cmd/lms/
H A DProtocol.cpp1747 if (!mfile.is_open()) {
1752 if (!wfile.is_open()) {
1767 if (!sfile.is_open()) {
1772 if (!dfile.is_open()) {
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_rename.c588 r->txn_stat.is_open = md_unit_isopen(r->uip); in check_dtree()
598 if ((r->txn_stat.is_open) && in check_dtree()
1255 r->txn_stat.is_open? "is_open " : "", in dump_dtree()
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dsvm_rcm.c195 static int is_open(dev_t devkey);
462 if (is_open(hspuser->hspuserkey)) { in svm_offline()
515 if ((deventry->devkey) && (is_open(deventry->devkey))) { in svm_offline()
2550 is_open(dev_t devkey) in is_open() function
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c4547 int is_open = 0; in meta_sp_reset_common() local
4555 if ((is_open = meta_isopen(sp, np, ep, options)) < 0) in meta_sp_reset_common()
4557 else if (is_open) in meta_sp_reset_common()
/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid_ioctl.c3137 if (! (delta->txn_stat.role_swapped) || ! (delta->txn_stat.is_open)) { in raid_rename_unlock()