| /netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/ |
| H A D | ttm_memory.c | 56 struct ttm_mem_global *glob; member 105 spin_lock(&zone->glob->lock); in ttm_mem_zone_show() 116 spin_unlock(&zone->glob->lock); in ttm_mem_zone_show() 122 static void ttm_check_swapping(struct ttm_mem_global *glob); 142 spin_lock(&zone->glob->lock); in ttm_mem_zone_store() 155 spin_unlock(&zone->glob->lock); in ttm_mem_zone_store() 157 ttm_check_swapping(zone->glob); in ttm_mem_zone_store() 191 struct ttm_mem_global *glob = in ttm_mem_global_show() local 195 spin_lock(&glob->lock); in ttm_mem_global_show() 196 val = glob->lower_mem_limit; in ttm_mem_global_show() [all …]
|
| H A D | ttm_bo.c | 145 struct ttm_bo_global *glob = in ttm_bo_global_show() local 149 atomic_read(&glob->bo_count)); in ttm_bo_global_show() 627 struct ttm_bo_global *glob = &ttm_bo_glob; in ttm_bo_delayed_delete() local 633 spin_lock(&glob->lru_lock); in ttm_bo_delayed_delete() 643 spin_unlock(&glob->lru_lock); in ttm_bo_delayed_delete() 646 spin_lock(&glob->lru_lock); in ttm_bo_delayed_delete() 652 spin_unlock(&glob->lru_lock); in ttm_bo_delayed_delete() 656 spin_lock(&glob->lru_lock); in ttm_bo_delayed_delete() 660 spin_unlock(&glob->lru_lock); in ttm_bo_delayed_delete() 1506 struct ttm_bo_global *glob = &ttm_bo_glob; in ttm_bo_force_list_clean() local [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/m4/ |
| H A D | glob.m4 | 1 # glob.m4 serial 3 7 # The glob module assumes you want GNU glob, with glob_pattern_p etc, 8 # rather than vanilla POSIX glob. This means your your code should 9 # always include <glob.h> for the glob prototypes. 15 GLOB_H=glob.h 16 AC_LIBSOURCES([glob.c, glob_.h, glob-libc.h]) 17 AC_LIBOBJ([glob]) 23 AC_CHECK_HEADERS([glob.h], [], [GLOB_H=glob.h]) 26 AC_CACHE_CHECK([for GNU glob interface version 1], 35 GLOB_H=glob.h [all …]
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | dosbuild.bat | 22 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g commands.c -o commands.o 23 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g job.c -o job.o 24 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g dir.c -o dir.o 25 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g file.c -o file.o 26 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g misc.c -o misc.o 27 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g main.c -o main.o 28 gcc -c -I. -I./glob -DHAVE_CONFIG_H -DINCLUDEDIR=\"c:/djgpp/include\" -O2 -g read.c -o read.o 29 gcc -c -I. -I./glob -DHAVE_CONFIG_H -DLIBDIR=\"c:/djgpp/lib\" -O2 -g remake.c -o remake.o 30 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g rule.c -o rule.o 31 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g implicit.c -o implicit.o [all …]
|
| H A D | build_w32.bat | 31 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D TIVOLI /D _DEBUG /D WINDOWS32… 33 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … 35 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … 37 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … 39 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … 41 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … 43 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … 45 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … 47 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … 49 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … [all …]
|
| /netbsd-src/external/gpl2/gmake/dist/glob/ |
| H A D | ChangeLog | 3 * glob.c (my_malloc) [WINDOWS32]: Provide a full ISO C prototype, 8 * fnmatch.h, glob.h [WINDOWS32]: Fix ifdefs in headers. 13 * glob.c (glob_in_dir): Change FNM_CASEFOLD to be enabled if 18 * glob.h: Patch for FreeBSD by Mike Barcroft <mike@freebsd.org> 26 to build the local GNU glob library or use the system one. 36 * glob.h (glob): If #defining to glob64, do this before 43 * glob.c (prefix_array) [__MSDOS__,WINDOWS32]: Keep the trailing 52 * glob.c, glob.h, fnmatch.c, fnmatch.h: Update to latest version 58 * glob.c: Move getlogin{,_r} prototypes below glob.h to get __P() 63 * configure.in: Remove; configuration for glob is handled by the [all …]
|
| H A D | SMakefile | 1 # Makefile for standalone distribution of libglob.a (fnmatch, glob). 19 VPATH = /glob/ 21 srcdir = /glob/ 41 all: glob.lib 43 glob.lib : glob.o fnmatch.o 44 $(AR) $(ARFLAGS) $@ glob.o fnmatch.o 50 glob.o: $(srcdir)glob.h $(srcdir)fnmatch.h glob.c 57 .PHONY: clean realclean glob-clean glob-realclean distclean 58 clean glob-clean: 59 -$(RM) -f glob.lib *.o core [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | glob.m4 | 1 # glob.m4 serial 26 7 # The glob module assumes you want GNU glob, with glob_pattern_p etc, 8 # rather than vanilla POSIX glob. This means your code should 9 # always include <glob.h> for the glob prototypes. 15 AC_CHECK_FUNCS_ONCE([glob glob_pattern_p]) 20 AC_CACHE_CHECK([for GNU glob interface version 1 or 2], 32 AC_CACHE_CHECK([whether glob lists broken symlinks], 46 #include <glob.h>]], 48 if (glob ("conf*-globtest", 0, NULL, &found) == GLOB_NOMATCH) 70 AC_CACHE_CHECK([whether glob NOTDIR*/ omits symlink to nondir], [all …]
|
| H A D | glob_h.m4 | 14 AC_CHECK_HEADERS_ONCE([glob.h]) 15 gl_CHECK_NEXT_HEADERS([glob.h]) 28 dnl Override <glob.h> always, to support the C++ GNULIB_NAMESPACE. 32 dnl Provide a substitute <glob.h> file. 40 gl_WARN_ON_USE_PREPARE([[#include <glob.h> 42 [glob globfree glob_pattern_p]) 45 dnl Unconditionally enables the replacement of <glob.h>.
|
| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | expand.cpp | 45 glob_to_regex(const std::string& glob) in glob_to_regex() argument 48 regex.reserve(glob.length() * 2); in glob_to_regex() 51 for (std::string::const_iterator iter = glob.begin(); iter != glob.end(); in glob_to_regex() 71 impl::is_glob(const std::string& glob) in is_glob() argument 74 return glob.find_first_of("*?") != std::string::npos; in is_glob() 78 impl::matches_glob(const std::string& glob, const std::string& candidate) in matches_glob() argument 80 return tools::text::match(candidate, glob_to_regex(glob)); in matches_glob()
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
| H A D | ttm_memory.h | 86 extern int ttm_mem_global_init(struct ttm_mem_global *glob); 87 extern void ttm_mem_global_release(struct ttm_mem_global *glob); 88 extern int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory, 90 extern void ttm_mem_global_free(struct ttm_mem_global *glob, 92 extern int ttm_mem_global_alloc_page(struct ttm_mem_global *glob, 95 extern void ttm_mem_global_free_page(struct ttm_mem_global *glob, 98 extern uint64_t ttm_get_kernel_zone_memory_size(struct ttm_mem_global *glob); 99 extern bool ttm_check_under_lowerlimit(struct ttm_mem_global *glob,
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | make_sunver.pl | 158 my $glob = 'glob'; 189 $glob = 'glob'; 201 $glob = 'glob'; 241 $glob = 'ign'; 249 $glob = 'cxx'; 267 if ($glob eq 'ign') { 274 print "$ws##$ptn ($glob)\n"; 278 if ($glob eq 'glob') { 292 } elsif ($glob eq 'cxx') {
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | make_sunver.pl | 158 my $glob = 'glob'; 189 $glob = 'glob'; 201 $glob = 'glob'; 241 $glob = 'ign'; 249 $glob = 'cxx'; 267 if ($glob eq 'ign') { 274 print "$ws##$ptn ($glob)\n"; 278 if ($glob eq 'glob') { 292 } elsif ($glob eq 'cxx') {
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | broken-glob.m4 | 3 dnl check for glob(3) 6 AC_CACHE_CHECK(for working glob, ac_cv_func_glob_working, 10 #include <glob.h>]],[[ 11 glob(NULL, GLOB_BRACE|GLOB_NOCHECK|GLOB_QUOTE|GLOB_TILDE| 22 AC_DEFINE(HAVE_GLOB, 1, [define if you have a glob() that groks 27 #include <glob.h>],glob)
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | glob.in.h | 82 # define glob rpl_glob macro 105 _GL_FUNCDECL_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags, 109 _GL_CXXALIAS_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags, 114 _GL_FUNCDECL_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags, 119 _GL_CXXALIAS_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags, 123 _GL_CXXALIASWARN (glob); 125 # undef glob 127 _GL_WARN_ON_USE (glob,
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
| H A D | make_exports.pl | 25 my $glob = \@globs; 34 $glob = \@globs; 46 $glob = \@ignored; 51 $glob = \@cxx_globs; 62 push @$glob,$ptn;
|
| /netbsd-src/usr.sbin/mtree/ |
| H A D | excludes.c | 61 const char *glob; member 94 e->glob = line; in read_excludes_file() 95 if (strchr(e->glob, '/') != NULL) in read_excludes_file() 114 if ((e->pathname && MATCH(e->glob, path)) in check_excludes() 115 || MATCH(e->glob, fname)) { in check_excludes()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/ |
| H A D | make_exports.pl | 25 my $glob = \@globs; 34 $glob = \@globs; 46 $glob = \@ignored; 51 $glob = \@cxx_globs; 60 push @$glob,$ptn;
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| H A D | SATestBuild.py | 49 import glob 515 for full_file_name in glob.glob(directory + "/*"): 614 zip_files = list(glob.glob(directory + "/*.zip")) 714 failures = glob.glob(output_dir + "/*/failures/*.stderr.txt") 721 plists = glob.glob(output_dir + "/*/*.plist") 755 for file_to_rm in glob.glob(f"{output_dir}/*/*.{extension}"): 781 ref_list = glob.glob(ref_dir + "/*") 782 new_list = glob.glob(new_dir + "/*") 893 for plist in glob.glob(output_dir + "/*/*.plist"): 913 subdirs = glob.glob(output_dir + "/*")
|
| /netbsd-src/sbin/restore/ |
| H A D | interactive.c | 82 glob_t glob; /* globbing information */ member 110 arglist.glob.gl_flags = GLOB_ALTDIRFUNC; in runcmdshell() 111 arglist.glob.gl_opendir = (void *)rst_opendir; in runcmdshell() 112 arglist.glob.gl_readdir = (void *)glob_readdir; in runcmdshell() 113 arglist.glob.gl_closedir = (void *)rst_closedir; in runcmdshell() 114 arglist.glob.gl_lstat = glob_stat; in runcmdshell() 115 arglist.glob.gl_stat = glob_stat; in runcmdshell() 122 globfree(&arglist.glob); in runcmdshell() 376 if ((globretval = glob(name, GLOB_ALTDIRFUNC, NULL, &ap->glob)) < 0) { in getcmd() 393 if (ap->glob.gl_pathc == 0) in getcmd() [all …]
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/riscv64/gnulib/import/ |
| H A D | glob.h | 34 # include_next <glob.h> 593 # define glob rpl_glob macro 616 _GL_FUNCDECL_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags, 620 _GL_CXXALIAS_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags, 625 _GL_FUNCDECL_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags, 630 _GL_CXXALIAS_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags, 634 _GL_CXXALIASWARN (glob); 636 # undef glob 638 _GL_WARN_ON_USE (glob,
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/ |
| H A D | glob.h | 34 # include_next <glob.h> 593 # define glob rpl_glob macro 616 _GL_FUNCDECL_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags, 620 _GL_CXXALIAS_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags, 625 _GL_FUNCDECL_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags, 630 _GL_CXXALIAS_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags, 634 _GL_CXXALIASWARN (glob); 636 # undef glob 638 _GL_WARN_ON_USE (glob,
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/x86_64/gnulib/import/ |
| H A D | glob.h | 34 # include_next <glob.h> 593 # define glob rpl_glob macro 616 _GL_FUNCDECL_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags, 620 _GL_CXXALIAS_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags, 625 _GL_FUNCDECL_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags, 630 _GL_CXXALIAS_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags, 634 _GL_CXXALIASWARN (glob); 636 # undef glob 638 _GL_WARN_ON_USE (glob,
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| H A D | glob.h | 34 # include_next <glob.h> 593 # define glob rpl_glob macro 616 _GL_FUNCDECL_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags, 620 _GL_CXXALIAS_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags, 625 _GL_FUNCDECL_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags, 630 _GL_CXXALIAS_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags, 634 _GL_CXXALIASWARN (glob); 636 # undef glob 638 _GL_WARN_ON_USE (glob,
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/ |
| H A D | glob.h | 34 # include_next <glob.h> 593 # define glob rpl_glob macro 616 _GL_FUNCDECL_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags, 620 _GL_CXXALIAS_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags, 625 _GL_FUNCDECL_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags, 630 _GL_CXXALIAS_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags, 634 _GL_CXXALIASWARN (glob); 636 # undef glob 638 _GL_WARN_ON_USE (glob,
|