Home
last modified time | relevance | path

Searched refs:has_fs (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/pyami/installers/ubuntu/
H A Debs.py147 has_fs = self.run('fsck %s' % self.device)
148 if has_fs != 0:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/pyami/installers/ubuntu/
H A Debs.py147 has_fs = self.run('fsck %s' % self.device)
148 if has_fs != 0:
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/pyami/installers/ubuntu/
H A Debs.py147 has_fs = self.run('fsck %s' % self.device)
148 if has_fs != 0:
/dports/devel/py-boto/boto-2.49.0/boto/pyami/installers/ubuntu/
H A Debs.py147 has_fs = self.run('fsck %s' % self.device)
148 if has_fs != 0:
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/sdl/
H A Dmenu_drive.c80 static int has_fs(void) in has_fs() function
90 …(type == ATTACH_DEVICE_FS || type == ATTACH_DEVICE_REAL || type == ATTACH_DEVICE_RAW) && has_fs()); in is_fs()
99 if (has_fs()) { in get_drive_type()
117 if (has_fs()) { in check_current_drive_type()
672 if (has_fs()) { in UI_MENU_CALLBACK()
/dports/emulators/vice/vice-3.5/src/arch/sdl/
H A Dmenu_drive.c81 static int has_fs(void) in has_fs() function
93 return ((type == ATTACH_DEVICE_FS || type == ATTACH_DEVICE_REAL) && has_fs()); in is_fs()
102 if (has_fs()) { in check_current_drive_type()
693 if (has_fs()) { in UI_MENU_CALLBACK()
/dports/devel/elfutils/elfutils-0.179/libcpu/
H A Di386_data.h106 else if (*d->prefixes & has_fs) in data_prefix()
109 *d->prefixes &= ~has_fs; in data_prefix()
H A Di386_disasm.c135 (has_cs | has_ds | has_es | has_fs | has_gs | has_ss)
/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/riscv/
H A Dcsrs.cc330 const bool has_fs = proc->extension_enabled('S') || proc->extension_enabled('F') in compute_sstatus_write_mask() local
336 | (has_fs ? SSTATUS_FS : 0) in compute_sstatus_write_mask()