/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
|
/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
|
/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
|
/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_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...] |
dr_1.c | 274 int r, guns, ready, load, car; local in function:compcombat 328 load = L_ROUND; 330 load = L_GRAPE; 332 load = L_CHAIN; 333 if (target == 1 && load != L_GRAPE) 334 load = L_DOUBLE; 335 if (load > L_CHAIN && target < 6) 384 hit += AMMO[indx][load - 1]; 393 if (load != L_GRAPE) 395 table(sp, closest, shootat, load, hit [all...] |
/src/sys/arch/hpc/stand/hpcboot/ |
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
|
hpcmenu.cpp | 66 if (!load()) 147 // load and save current menu status. 150 HpcMenuInterface::load() function in class:HpcMenuInterface
|
/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
|
/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
|
/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);
|
/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.
|
/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);
|
/src/sys/arch/hppa/stand/common/ |
lif.c | 57 struct hppa_lifload load; local in function:lif_open 122 fp->f_off, sizeof(load), &load, &buf_size)) && 123 buf_size == sizeof(load)) { 125 fp->f_count = load.count - sizeof(int); 126 fp->f_off = dbtob(fp->f_off) + sizeof(load); 131 load.address);
|
/src/sys/arch/powerpc/powerpc/ |
fix_unaligned.c | 39 * - Only for integer insn; unaligned floating-point load/store are taken 48 * - For "u" variants, ra is not updated if ra == 0 (or rd for load). 379 const bool load = flags & UAF_LOAD, local in function:do_lst 391 if (load) { 413 if (load) { 426 * ra == 0 (or ra == rd for load) is invalid (undefined). 429 if (ra == 0 || (load && ra == rs)) { 457 const bool load = flags & UAF_LOAD; local in function:do_lstmw 472 if (load) 480 if (load) { [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
msan_chained_origin_depot.cc | 83 args_type load() const { function in struct:__msan::ChainedOriginDepotNode
|
/src/tests/lib/libpthread/ |
h_resolv.c | 56 static void load(const char *); 73 load(const char *fname) function in typeref:typename:void 169 load(argv[i]);
|
/src/usr.sbin/mopd/mopd/ |
process.c | 49 struct dllist dllist[MAXDL]; /* dump/load list */ 220 /* Look if we have a non terminated load, if so, use its slot */ 255 /* Get Load and Transfer Address. */ 350 "%x:%x:%x:%x:%x:%x Load completed", 437 u_char load; local in function:mopProcessDL 491 /* node is known and if so what image to load. But */ 541 load = mopGetChar(pkt,idx); /* Load Number */ 546 mopNextLoad(src, ii->eaddr, load, trans);
|
/src/games/dm/ |
dm.c | 73 static double load(void); 223 if (isdigit((unsigned char)*s_load) && atoi(s_load) < load()) 224 errx(0, "Sorry, the load average is too high right now."); 232 * load -- 233 * return 15 minute load average 236 load(void) function in typeref:typename:double
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_stackdepot.cc | 80 args_type load() const { function in struct:__sanitizer::StackDepotNode 160 return map_[idx].desc->load();
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
cl5070.h | 56 __u8 load; member in struct:nv50_disp_dac_load_v0
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/acr/ |
priv.h | 10 int (*load)(struct nvkm_acr *, int version, member in struct:nvkm_acr_fwif 20 const struct nvkm_acr_hsf_fwif *load; member in struct:nvkm_acr_func 81 int (*load)(struct nvkm_acr *, const char *bl, const char *fw, member in struct:nvkm_acr_hsf_fwif 113 int (*load)(struct nvkm_acr *, struct nvkm_acr_hsfw *); member in struct:nvkm_acr_hsf_func
|