HomeSort by: relevance | last modified time | path
    Searched defs:load (Results 1 - 25 of 334) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/gsp/
priv.h 11 int (*load)(struct nvkm_gsp *, int ver, const struct nvkm_gsp_fwif *); member in struct:nvkm_gsp_fwif
priv.h 11 int (*load)(struct nvkm_gsp *, int ver, const struct nvkm_gsp_fwif *); member in struct:nvkm_gsp_fwif
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/nvdec/
priv.h 14 int (*load)(struct nvkm_nvdec *, int ver, member in struct:nvkm_nvdec_fwif
priv.h 14 int (*load)(struct nvkm_nvdec *, int ver, member in struct:nvkm_nvdec_fwif
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/nvenc/
priv.h 14 int (*load)(struct nvkm_nvenc *, int ver, member in struct:nvkm_nvenc_fwif
priv.h 14 int (*load)(struct nvkm_nvenc *, int ver, member in struct:nvkm_nvenc_fwif
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
C4che.pm 191 =item C<Autom4te::C4che-E<gt>load ($file)>
193 Load the cache from the C<$file> file object.
197 # LOAD ($FILE)
199 sub load ($$) subroutine
204 confess "cannot load a single request\n"
C4che.pm 191 =item C<Autom4te::C4che-E<gt>load ($file)>
193 Load the cache from the C<$file> file object.
197 # LOAD ($FILE)
199 sub load ($$) subroutine
204 confess "cannot load a single request\n"
  /src/games/sail/
pl_6.c 148 int loadL, loadR, ready, load; local
157 c = sgetch("Load which broadside (left or right)? ",
169 load = L_ROUND;
173 load = L_DOUBLE;
177 load = L_CHAIN;
181 load = L_GRAPE;
189 mf->loadR = load;
192 mf->loadL = load;
pl_6.c 148 int loadL, loadR, ready, load; local
157 c = sgetch("Load which broadside (left or right)? ",
169 load = L_ROUND;
173 load = L_DOUBLE;
177 load = L_CHAIN;
181 load = L_GRAPE;
189 mf->loadR = load;
192 mf->loadL = load;
  /src/sys/arch/hpc/stand/hpcboot/
load_coff.cpp 32 #include <load.h>
82 CoffLoader::load() function in class:CoffLoader
load_coff.cpp 32 #include <load.h>
82 CoffLoader::load() function in class:CoffLoader
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sec2/
priv.h 20 int (*load)(struct nvkm_sec2 *, int ver, const struct nvkm_sec2_fwif *); member in struct:nvkm_sec2_fwif
priv.h 20 int (*load)(struct nvkm_sec2 *, int ver, const struct nvkm_sec2_fwif *); member in struct:nvkm_sec2_fwif
  /src/tests/modules/k_helper3/
k_helper3.c 45 static int load(const char *, ...);
55 return load(argv[1], argv[2]);
59 load(const char *fmt, ...) function
k_helper3.c 45 static int load(const char *, ...);
55 return load(argv[1], argv[2]);
59 load(const char *fmt, ...) function
  /src/sbin/luactl/
luactl.c 59 static void load(char *, char *);
107 } else if (!strcmp(argv[0], "load")) {
112 load(argv[1], argv[2]);
201 load(char *name, char *path) function
227 fprintf(stderr, " %s [-cq] load name path\n", p);
luactl.c 59 static void load(char *, char *);
107 } else if (!strcmp(argv[0], "load")) {
112 load(argv[1], argv[2]);
201 load(char *name, char *path) function
227 fprintf(stderr, " %s [-cq] load name path\n", p);
  /src/sys/net/npf/
npf_conf.c 72 * Load an empty configuration.
130 * npf_config_load: the main routine performing configuration load.
136 const bool load = conns != NULL; local
148 npf_ruleset_reload(npf, nc->ruleset, onc->ruleset, load);
150 npf_ruleset_reload(npf, nc->nat_ruleset, onc->nat_ruleset, load);
158 /* Initial load, done. */
166 * If we are going to flush the connections or load the new ones,
181 * G/C the existing connections and, if passed, load the new ones.
npf_conf.c 72 * Load an empty configuration.
130 * npf_config_load: the main routine performing configuration load.
136 const bool load = conns != NULL; local
148 npf_ruleset_reload(npf, nc->ruleset, onc->ruleset, load);
150 npf_ruleset_reload(npf, nc->nat_ruleset, onc->nat_ruleset, load);
158 /* Initial load, done. */
166 * If we are going to flush the connections or load the new ones,
181 * G/C the existing connections and, if passed, load the new ones.
  /src/crypto/external/apache2/openssl/dist/include/openssl/
conftypes.h 31 int (*load)(CONF *conf, const char *name, long *eline); member in struct:conf_method_st
  /src/crypto/external/bsd/openssl/dist/include/openssl/
conftypes.h 31 int (*load) (CONF *conf, const char *name, long *eline); member in struct:conf_method_st
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NamedStreamMap.cpp 51 Error NamedStreamMap::load(BinaryStreamReader &Stream) { function in class:NamedStreamMap
63 return OffsetIndexMap.load(Stream);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
insn-reverse-aarch64.c 21 load (void) function
99 load,
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
insn-reverse-aarch64.c 21 load (void) function
99 load,

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011>>