Searched refs:is_open (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/lms/tools/
H A DATVersion.cpp128 if (pidf.is_open()) {
140 if (pidf.is_open()) {
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_cron.c73 static int is_open = 0; local
75 if (!is_open) {
77 is_open = 1;
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_rename.h98 uint_t is_open :1; member in struct:md_rendelta_status
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-channel.c401 channel->is_open = 1;
529 channel->is_open = 0;
537 xge_assert(!tmp->is_open);
H A Dxgehal-mgmtaux.c1279 if (channel->is_open != 1)
1293 xge_os_strlcpy(dest_addr, "is_open", dest_size);
1294 __HAL_AUX_ENTRY(key, channel->is_open, "%u");
1330 if (channel->is_open != 1)
1344 xge_os_strlcpy(dest_addr, "is_open", dest_size);
1345 __HAL_AUX_ENTRY(key, channel->is_open, "%u");
H A Dxgehal-stats.c880 !channel->is_open) {
H A Dxgehal-device.c5507 xge_assert(!channel->is_open);
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-channel.h333 * @is_open: True, if channel is open; false - otherwise.
395 int is_open; member in struct:__anon6597
/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c93 static int is_open = 0; variable
414 if (is_open)
455 is_open = 1;
542 is_open = 0;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2262 int is_open = 0;
2378 is_open = grub_open (stage1_file);
2379 if (! is_open
2430 is_open = grub_open (file);
2431 if (! is_open)
2607 is_open = grub_open (config_filename);
2608 if (! is_open)
2620 is_open = 0;
2750 if (is_open)
2234 int is_open = 0; local
/illumos-gate/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()) {
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_rename.c588 r->txn_stat.is_open = md_unit_isopen(r->uip);
598 if ((r->txn_stat.is_open) &&
1255 r->txn_stat.is_open? "is_open " : "",
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dsvm_rcm.c195 static int is_open(dev_t devkey);
462 if (is_open(hspuser->hspuserkey)) {
515 if ((deventry->devkey) && (is_open(deventry->devkey))) {
2539 * is_open()
2550 is_open(dev_t devkey) function
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c4547 int is_open = 0; local
4555 if ((is_open = meta_isopen(sp, np, ep, options)) < 0)
4557 else if (is_open)
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid_ioctl.c3137 if (! (delta->txn_stat.role_swapped) || ! (delta->txn_stat.is_open)) {

Completed in 136 milliseconds