Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c87 static int is_open = 0; variable
446 if (is_open) in tftp_open()
490 is_open = 1; in tftp_open()
590 is_open = 0; in tftp_close()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-channel.h395 int is_open; member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2237 int is_open = 0; in install_func() local
2353 is_open = grub_open (stage1_file); in install_func()
2354 if (! is_open in install_func()
2405 is_open = grub_open (file); in install_func()
2406 if (! is_open) in install_func()
2582 is_open = grub_open (config_filename); in install_func()
2583 if (! is_open) in install_func()
2595 is_open = 0; in install_func()
2725 if (is_open) in install_func()