Home
last modified time | relevance | path

Searched refs:is_fs (Results 1 – 25 of 66) sorted by relevance

123

/dports/sysutils/autopsy/autopsy-2.24/lib/
H A DFs.pm28 $Fs::is_fs{'disk'} = 0;
32 $Fs::is_fs{'blkls'} = 0;
37 $Fs::is_fs{'raw'} = 0;
42 $Fs::is_fs{'swap'} = 0;
52 $Fs::is_fs{'bsdi'} = 1;
62 $Fs::is_fs{'freebsd'} = 1;
92 $Fs::is_fs{'ufs'} = 1;
120 $Fs::is_fs{'ext'} = 1;
139 $Fs::is_fs{'fat'} = $Fs::is_fs{'fat12'} = $Fs::is_fs{'fat16'} =
151 $Fs::is_fs{'ntfs'} = 1;
[all …]
H A DData.pm165 if ($Fs::is_fs{$ftype} == 1) {
188 if ($Fs::is_fs{$ftype} == 1);
486 if ($Fs::is_fs{$ftype} == 1) {
673 if ($Fs::is_fs{$ftype} == 1) {
H A DFrame.pm141 && ($Fs::is_fs{$Caseman::vol2ftype{$vol}} == 1));
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dtest_html5_emscripten_exit_fullscreen.c7 EM_BOOL is_fs = EM_FALSE; variable
11 is_fs = fullscreenChangeEvent->isFullscreen; in fullscreen_change()
13 printf("%s fullscreen\n", is_fs ? "entered" : "left"); in fullscreen_change()
38 if(is_fs) in key_down()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_descs.c143 static void dwxgmac2_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in dwxgmac2_prepare_tx_desc() argument
152 if (is_fs) in dwxgmac2_prepare_tx_desc()
171 if (is_fs && tx_own) in dwxgmac2_prepare_tx_desc()
181 static void dwxgmac2_prepare_tso_tx_desc(struct dma_desc *p, int is_fs, in dwxgmac2_prepare_tso_tx_desc() argument
193 if (is_fs) { in dwxgmac2_prepare_tso_tx_desc()
211 if (is_fs && tx_own) in dwxgmac2_prepare_tso_tx_desc()
H A Ddwmac4_descs.c311 static void dwmac4_rd_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in dwmac4_rd_prepare_tx_desc() argument
320 if (is_fs) in dwmac4_rd_prepare_tx_desc()
339 if (is_fs && tx_own) in dwmac4_rd_prepare_tx_desc()
349 static void dwmac4_rd_prepare_tso_tx_desc(struct dma_desc *p, int is_fs, in dwmac4_rd_prepare_tso_tx_desc() argument
363 if (is_fs) { in dwmac4_rd_prepare_tso_tx_desc()
382 if (is_fs && tx_own) in dwmac4_rd_prepare_tso_tx_desc()
H A Denh_desc.c316 static void enh_desc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in enh_desc_prepare_tx_desc() argument
327 if (is_fs) in enh_desc_prepare_tx_desc()
344 if (is_fs && tx_own) in enh_desc_prepare_tx_desc()
H A Dnorm_desc.c184 static void ndesc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in ndesc_prepare_tx_desc() argument
190 if (is_fs) in ndesc_prepare_tx_desc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_descs.c143 static void dwxgmac2_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in dwxgmac2_prepare_tx_desc() argument
152 if (is_fs) in dwxgmac2_prepare_tx_desc()
171 if (is_fs && tx_own) in dwxgmac2_prepare_tx_desc()
181 static void dwxgmac2_prepare_tso_tx_desc(struct dma_desc *p, int is_fs, in dwxgmac2_prepare_tso_tx_desc() argument
193 if (is_fs) { in dwxgmac2_prepare_tso_tx_desc()
211 if (is_fs && tx_own) in dwxgmac2_prepare_tso_tx_desc()
H A Ddwmac4_descs.c311 static void dwmac4_rd_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in dwmac4_rd_prepare_tx_desc() argument
320 if (is_fs) in dwmac4_rd_prepare_tx_desc()
339 if (is_fs && tx_own) in dwmac4_rd_prepare_tx_desc()
349 static void dwmac4_rd_prepare_tso_tx_desc(struct dma_desc *p, int is_fs, in dwmac4_rd_prepare_tso_tx_desc() argument
363 if (is_fs) { in dwmac4_rd_prepare_tso_tx_desc()
382 if (is_fs && tx_own) in dwmac4_rd_prepare_tso_tx_desc()
H A Denh_desc.c316 static void enh_desc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in enh_desc_prepare_tx_desc() argument
327 if (is_fs) in enh_desc_prepare_tx_desc()
344 if (is_fs && tx_own) in enh_desc_prepare_tx_desc()
H A Dnorm_desc.c184 static void ndesc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in ndesc_prepare_tx_desc() argument
190 if (is_fs) in ndesc_prepare_tx_desc()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_descs.c143 static void dwxgmac2_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in dwxgmac2_prepare_tx_desc() argument
152 if (is_fs) in dwxgmac2_prepare_tx_desc()
171 if (is_fs && tx_own) in dwxgmac2_prepare_tx_desc()
181 static void dwxgmac2_prepare_tso_tx_desc(struct dma_desc *p, int is_fs, in dwxgmac2_prepare_tso_tx_desc() argument
193 if (is_fs) { in dwxgmac2_prepare_tso_tx_desc()
211 if (is_fs && tx_own) in dwxgmac2_prepare_tso_tx_desc()
H A Ddwmac4_descs.c311 static void dwmac4_rd_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in dwmac4_rd_prepare_tx_desc() argument
320 if (is_fs) in dwmac4_rd_prepare_tx_desc()
339 if (is_fs && tx_own) in dwmac4_rd_prepare_tx_desc()
349 static void dwmac4_rd_prepare_tso_tx_desc(struct dma_desc *p, int is_fs, in dwmac4_rd_prepare_tso_tx_desc() argument
363 if (is_fs) { in dwmac4_rd_prepare_tso_tx_desc()
382 if (is_fs && tx_own) in dwmac4_rd_prepare_tso_tx_desc()
H A Denh_desc.c316 static void enh_desc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in enh_desc_prepare_tx_desc() argument
327 if (is_fs) in enh_desc_prepare_tx_desc()
344 if (is_fs && tx_own) in enh_desc_prepare_tx_desc()
H A Dnorm_desc.c184 static void ndesc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in ndesc_prepare_tx_desc() argument
190 if (is_fs) in ndesc_prepare_tx_desc()
/dports/graphics/goom/goom2k4-0/sdl-goom/
H A Dsdl_goom.c132 static int is_fs = 0; variable
374 if (is_fs) { in sdl_goom_cleanup()
490 is_fs = !is_fs; in sdl_goom_render_pcm()
532 if (is_fs) { in sdl_goom_render_pcm()
534 is_fs = !is_fs; in sdl_goom_render_pcm()
587 if (is_fs) in sdl_goom_render_pcm()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_widget_filepreview.c564 Eina_Bool is_fs = EINA_FALSE; in _e_wid_fprev_preview_file() local
657 is_fs = EINA_TRUE; in _e_wid_fprev_preview_file()
693 if (!is_fs) in _e_wid_fprev_preview_file()
700 is_fs = EINA_TRUE; in _e_wid_fprev_preview_file()
740 is_fs = EINA_TRUE; in _e_wid_fprev_preview_file()
742 if (is_fs) return; in _e_wid_fprev_preview_file()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/sdl/
H A Dmenu_drive.c88 static int is_fs(int type) in is_fs() function
657 support = (is_fs(parameter) || drive_check_type(parameter, drive - 8)); in UI_MENU_CALLBACK()
668 } else if (is_fs(parameter)) { in UI_MENU_CALLBACK()
/dports/emulators/vice/vice-3.5/src/arch/sdl/
H A Dmenu_drive.c91 static int is_fs(int type) in is_fs() function
678 support = (is_fs(parameter) || drive_check_type(parameter, drive - 8)); in UI_MENU_CALLBACK()
689 } else if (is_fs(parameter)) { in UI_MENU_CALLBACK()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.h38 #define is_fs(c) ((c)->nir->info.stage == MESA_SHADER_FRAGMENT) macro
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.h38 #define is_fs(c) ((c)->nir->info.stage == MESA_SHADER_FRAGMENT) macro
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.h38 #define is_fs(c) ((c)->nir->info.stage == MESA_SHADER_FRAGMENT) macro
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.h38 #define is_fs(c) ((c)->nir->info.stage == MESA_SHADER_FRAGMENT) macro
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.h38 #define is_fs(c) ((c)->nir->info.stage == MESA_SHADER_FRAGMENT) macro

123