/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/games/sail/ |
pl_6.c | 148 int loadL, loadR, ready, load; local in function:loadplayer 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 in function:loadplayer 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_3.c | 55 int load; local in function:acceptcombat 79 load = mf->loadR; 84 load = mf->loadL; 88 if ((!guns && !car) || load == L_EMPTY || 99 if (target > rangeofshot[load] || (!guns && target >= 3)) 103 if (load > L_CHAIN && target < 6) { 171 hit += AMMO[index][load - 1]; 180 if (load == L_GRAPE) 194 if (load == L_CHAIN) { 199 table(ms, closest, shootat, load, hit, roll) [all...] |
pl_3.c | 55 int load; local in function:acceptcombat 79 load = mf->loadR; 84 load = mf->loadL; 88 if ((!guns && !car) || load == L_EMPTY || 99 if (target > rangeofshot[load] || (!guns && target >= 3)) 103 if (load > L_CHAIN && target < 6) { 171 hit += AMMO[index][load - 1]; 180 if (load == L_GRAPE) 194 if (load == L_CHAIN) { 199 table(ms, closest, shootat, load, hit, roll) [all...] |
/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
|
load_elf.cpp | 36 #include <load.h> 150 ElfLoader::load() function in class:ElfLoader 278 // load header 282 // load symbol table 287 // load string table
|
load_elf.cpp | 36 #include <load.h> 150 ElfLoader::load() function in class:ElfLoader 278 // load header 282 // load symbol table 287 // load string table
|
/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 in typeref:typename:__printflike (1,2)int
|
k_helper3.c | 45 static int load(const char *, ...); 55 return load(argv[1], argv[2]); 59 load(const char *fmt, ...) function in typeref:typename:__printflike (1,2)int
|
/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 in typeref:typename:void 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 in typeref:typename:void 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 in function:npf_config_load 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 in function:npf_config_load 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/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
asan_mac_test_helpers.mm | 44 // Test the +load instrumentation. 45 // Because the +load methods are invoked before anything else is initialized, 47 // If AddressSanitizer doesn't instrument the +load method below correctly, 52 "the +load methods correctly."; 60 +(void) load { class in implementation:LoadSomething
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/ |
priv.h | 58 int (*load)(struct nvkm_pmu *, int ver, const struct nvkm_pmu_fwif *); member in struct:nvkm_pmu_fwif
|
/src/common/dist/zlib/contrib/puff/ |
pufftest.c | 58 if load() returns NULL). If the input file was empty or could not be opened 60 local void *load(const char *name, size_t *len) function in typeref:typename:local void * 117 source = load(name, &len);
|