Home
last modified time | relevance | path

Searched refs:is_opened (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c910 int is_opened, is_preset; in cmain() local
961 is_opened = is_preset = open_preset_menu (); in cmain()
962 if (! is_opened) in cmain()
964 is_opened = grub_open (config_file); in cmain()
971 if (!is_opened && errnum == ERR_FSYS_MOUNT && in cmain()
973 is_opened = grub_open (config_file); in cmain()
976 if (! is_opened) { in cmain()
/titanic_44/usr/src/uts/common/io/
H A Dlofi.c249 is_opened(struct lofi_state *lsp) in is_opened() function
432 if (is_opened(lsp)) { in lofi_zone_shutdown()
519 if (!is_opened(lsp) && (lsp->ls_cleanup || lsp->ls_vp == NULL)) { in lofi_close()
2419 if (is_opened(lsp)) { in lofi_unmap_file()