Home
last modified time | relevance | path

Searched refs:super (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/netbsd-src/usr.sbin/quot/
H A Dquot.c108 get_inode(int fd, struct fs *super, ino_t ino) in get_inode() argument
121 if (!ipbuf || ino < last || ino >= last + INOCNT(super)) { in get_inode()
123 && !(ipbuf = malloc(INOSZ(super)))) in get_inode()
125 last = (ino / INOCNT(super)) * INOCNT(super); in get_inode()
127 (off_t)ino_to_fsba(super, last) << super->fs_fshift, in get_inode()
129 read(fd, ipbuf, INOSZ(super)) != (ssize_t)INOSZ(super)) in get_inode()
133 if (super->fs_magic == FS_UFS1_MAGIC) in get_inode()
135 &((struct ufs1_dinode *)ipbuf)[ino % INOCNT(super)]); in get_inode()
137 &((struct ufs2_dinode *)ipbuf)[ino % INOCNT(super)]); in get_inode()
147 virtualblocks(struct fs *super, union dinode *dp) in virtualblocks() argument
[all …]
/netbsd-src/external/bsd/unbound/dist/dns64/
H A Ddns64.c818 dns64_adjust_a(int id, struct module_qstate* super, struct module_qstate* qstate) in dns64_adjust_a() argument
820 struct dns64_env* dns64_env = (struct dns64_env*)super->env->modinfo[id]; in dns64_adjust_a()
828 log_assert(super->region); in dns64_adjust_a()
833 if(!super->return_msg) { in dns64_adjust_a()
834 super->return_msg = (struct dns_msg*)regional_alloc( in dns64_adjust_a()
835 super->region, sizeof(struct dns_msg)); in dns64_adjust_a()
836 if(!super->return_msg) in dns64_adjust_a()
838 memset(super->return_msg, 0, sizeof(*super->return_msg)); in dns64_adjust_a()
839 super->return_msg->qinfo = super->qinfo; in dns64_adjust_a()
847 cp = construct_reply_info_base(super->region, rep->flags, rep->qdcount, in dns64_adjust_a()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_mem.c51 bool super; in nouveau_mem_map() local
83 super = vmm->object.client->super; in nouveau_mem_map()
84 vmm->object.client->super = true; in nouveau_mem_map()
87 vmm->object.client->super = super; in nouveau_mem_map()
109 bool super = cli->base.super; in nouveau_mem_host() local
134 cli->base.super = true; in nouveau_mem_host()
138 cli->base.super = super; in nouveau_mem_host()
150 bool super = cli->base.super; in nouveau_mem_vram() local
155 cli->base.super = true; in nouveau_mem_vram()
179 cli->base.super = super; in nouveau_mem_vram()
H A Dnouveau_chan.c97 bool super; in nouveau_channel_del() local
100 super = cli->base.super; in nouveau_channel_del()
101 cli->base.super = true; in nouveau_channel_del()
124 cli->base.super = super; in nouveau_channel_del()
486 bool super; in nouveau_channel_new() local
490 super = cli->base.super; in nouveau_channel_new()
491 cli->base.super = true; in nouveau_channel_new()
514 cli->base.super = super; in nouveau_channel_new()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dalloc.c103 alloc_init(struct alloc_cache* alloc, struct alloc_cache* super, in alloc_init() argument
107 alloc->super = super; in alloc_init()
121 if(alloc->super) in alloc_init()
123 if(!alloc->super) { in alloc_init()
148 if(!alloc->super) { in alloc_clear_special()
154 if(!alloc->super) { in alloc_clear_special()
166 if(!alloc->super) { in alloc_clear()
169 if(alloc->super && alloc->quar) { in alloc_clear()
174 lock_quick_lock(&alloc->super->lock); in alloc_clear()
175 alloc_set_special_next(p, alloc->super->quar); in alloc_clear()
[all …]
H A Dub_event_pluggable.c138 struct ub_event_base super; member
143 struct ub_event super; member
290 my_ev->super.magic = UB_EVENT_MAGIC; in my_event_new()
291 my_ev->super.vmt = &default_event_vmt; in my_event_new()
292 return &my_ev->super; in my_event_new()
310 my_ev->super.magic = UB_EVENT_MAGIC; in my_signal_new()
311 my_ev->super.vmt = &default_event_vmt; in my_signal_new()
312 return &my_ev->super; in my_signal_new()
332 my_ev->super.magic = UB_EVENT_MAGIC; in my_winsock_register_wsaevent()
333 my_ev->super.vmt = &default_event_vmt; in my_winsock_register_wsaevent()
[all …]
/netbsd-src/sys/fs/nilfs/
H A Dnilfs_vfsops.c344 nilfs_check_superblock_crc(struct nilfs_super_block *super) in nilfs_check_superblock_crc() argument
349 if (nilfs_rw16(super->s_magic) != NILFS_SUPER_MAGIC) in nilfs_check_superblock_crc()
353 super_crc = nilfs_rw32(super->s_sum); in nilfs_check_superblock_crc()
356 super->s_sum = 0; in nilfs_check_superblock_crc()
357 comp_crc = crc32_le(nilfs_rw32(super->s_crc_seed), in nilfs_check_superblock_crc()
358 (uint8_t *) super, nilfs_rw16(super->s_bytes)); in nilfs_check_superblock_crc()
361 super->s_sum = nilfs_rw32(super_crc); in nilfs_check_superblock_crc()
372 struct nilfs_super_block *super, tmp_super; in nilfs_read_superblock() local
395 super = &nilfsdev->super; in nilfs_read_superblock()
396 memcpy(super, (uint8_t *) bp->b_data + NILFS_SB_OFFSET_BYTES, in nilfs_read_superblock()
[all …]
H A Dnilfs_subr.c71 return blocknr / nilfs_rw32(nilfsdev->super.s_blocks_per_segment); in nilfs_get_segnum_of_block()
81 blks_per_seg = nilfs_rw64(nilfsdev->super.s_blocks_per_segment); in nilfs_get_segment_range()
85 *seg_start = nilfs_rw64(nilfsdev->super.s_first_data_block); in nilfs_get_segment_range()
548 comp_crc = crc32_le(nilfs_rw32(nilfsdev->super.s_crc_seed), in nilfs_load_super_root()
567 struct nilfs_super_block *super; in nilfs_search_super_root() local
585 nilfsdev->super.s_last_pseg = nilfsdev->super.s_first_data_block; in nilfs_search_super_root()
586 nilfsdev->super.s_last_cno = nilfs_rw64(1); in nilfs_search_super_root()
589 ri->pseg = nilfs_rw64(nilfsdev->super.s_last_pseg); /* blknr */ in nilfs_search_super_root()
593 cno = nilfs_rw64(nilfsdev->super.s_last_cno); in nilfs_search_super_root()
616 super = &nilfsdev->super; in nilfs_search_super_root()
[all …]
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_optimize.c1534 exclude_supersets(struct pf_rule *super, struct pf_rule *sub) in exclude_supersets() argument
1536 if (super->ifname[0] == '\0') in exclude_supersets()
1538 if (super->direction == PF_INOUT) in exclude_supersets()
1540 if ((super->proto == 0 || super->proto == sub->proto) && in exclude_supersets()
1541 super->flags == 0 && super->flagset == 0 && (sub->flags || in exclude_supersets()
1543 sub->flags = super->flags; in exclude_supersets()
1544 sub->flagset = super->flagset; in exclude_supersets()
1546 if (super->proto == 0) in exclude_supersets()
1549 if (super->src.port_op == 0) { in exclude_supersets()
1554 if (super->dst.port_op == 0) { in exclude_supersets()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.d214 alias visit = typeof(super).visit; in usesEH()
253 alias visit = typeof(super).visit; in comeFrom()
292 alias visit = typeof(super).visit; in hasCode()
414 super(Loc.initial, STMT.Error); in this()
437 super(s.loc, STMT.Peel); in this()
457 super(loc, STMT.Exp); in this()
463 super(loc, stmt); in this()
469 super(loc, STMT.Exp); in this()
498 super(loc, exp, STMT.DtorExp); in this()
529 super(loc, STMT.Compile); in this()
[all …]
H A Dexpression.d1781 super(loc, EXP.int64, __traits(classInstanceSize, IntegerExp)); in this()
1797 super(Loc.initial, EXP.int64, __traits(classInstanceSize, IntegerExp)); in this()
1997 super(Loc.initial, EXP.error, __traits(classInstanceSize, ErrorExp)); in this()
2045 super(var.loc, EXP.void_, __traits(classInstanceSize, VoidInitExp)); in this()
2071 super(loc, EXP.float64, __traits(classInstanceSize, RealExp)); in this()
2147 super(loc, EXP.complex80, __traits(classInstanceSize, ComplexExp)); in this()
2228 super(loc, EXP.identifier, __traits(classInstanceSize, IdentifierExp)); in this()
2262 super(loc, Id.dollar); in this()
2281 super(loc, EXP.dSymbol, __traits(classInstanceSize, DsymbolExp));
2311 super(loc, EXP.this_, __traits(classInstanceSize, ThisExp)); in this()
[all …]
H A Dattrib.d66 super(loc, ident); in this()
231 super(decl); in this()
344 super(STC.deprecated_, decl); in this()
365 auto scx = super.newScope(sc); in newScope()
399 super(loc, null, decl); in this()
451 super(loc, null, decl); in this()
521 super(loc, ident, decl); in this()
526 super(loc, null, decl); in this()
533 super(loc, ident, decl); in this()
594 super(loc, null, decl); in this()
[all …]
/netbsd-src/external/mit/isl/dist/interface/
H A Dpython.cc129 const char *fmt, int pos, bool upcast, const string &super, in print_type_check() argument
144 type2python(super).c_str()); in print_type_check()
169 const vector<string> &super) in print_type_checks() argument
178 if (!first_is_ctx && i > 0 && super.size() > 0) in print_type_checks()
181 super[0], cname, n); in print_type_checks()
525 FunctionDecl *method, vector<string> super) in print_method() argument
541 num_params, super); in print_method()
673 vector<string> super) in print_method() argument
681 print_method(clazz, any_method, super); in print_method()
709 const vector<string> &super) in print_set_enum() argument
[all …]
H A Dpython.h25 const vector<string> &super);
27 int pos, bool upcast, const string &super,
30 bool first_is_ctx, int n, const vector<string> &super);
53 vector<string> super);
62 const function_set &methods, vector<string> super);
64 int value, const string &name, const vector<string> &super);
66 const vector<string> &super);
H A Dcpp.cc101 static void copy_method(isl_class &clazz, const isl_class &super, in copy_method() argument
105 clazz.copied_from.emplace(fd, super); in copy_method()
182 const isl_class &super, const function_set &methods) in copy_methods() argument
189 depth = copy_depth(super, fd) + 1; in copy_methods()
192 copy_method(clazz, super, name, fd, depth); in copy_methods()
201 void cpp_generator::copy_super_methods(isl_class &clazz, const isl_class &super) in copy_super_methods() argument
203 for (const auto &kvp : super.methods) { in copy_super_methods()
207 copy_methods(clazz, name, super, methods); in copy_super_methods()
225 for (const auto &super : supers) in copy_super_methods() local
226 if (done.count(super) == 0) in copy_super_methods()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h177 using super = legacy::PassManager;
186 super::add(P); in add()
199 super::add(createDebugifyFunctionPass(Mode, Name, DIPreservationMap)); in add()
200 super::add(P); in add()
201 super::add(createCheckDebugifyFunctionPass( in add()
206 super::add(createDebugifyModulePass(Mode, Name, DIPreservationMap)); in add()
207 super::add(P); in add()
208 super::add(createCheckDebugifyModulePass( in add()
213 super::add(P); in add()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dtarget_info.py51 super(DarwinLocalTI, self).__init__(full_config)
74 super(FreeBSDLocalTI, self).__init__(full_config)
82 super(NetBSDLocalTI, self).__init__(full_config)
91 super(LinuxLocalTI, self).__init__(full_config)
132 super(LinuxRemoteTI, self).__init__(full_config)
136 super(WindowsLocalTI, self).__init__(full_config)
143 super(ZOSLocalTI, self).__init__(full_config)
150 super(MingwLocalTI, self).__init__(full_config)
/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_arch.h51 typedef Architecture super; typedef
83 typedef SHArchitecture super; \
97 if (!super::init()) \
122 typedef SHArchitecture super; typedef
136 if (!super::init()) in init()
156 if (super::setupLoader()) { in setupLoader()
/netbsd-src/sys/arch/m68k/060sp/
H A Dnetbsd060sp.S153 movel %a1,%sp@- |# pass: super dst
186 moveb %a0@,%d0 |# fetch super byte
217 movew %a0@,%d0 |# fetch super word
248 movel %a0@,%d0 |# fetch super longword
275 moveb %d0,%a0@ |# store super byte
302 movew %d0,%a0@ |# store super word
329 movel %d0,%a0@ |# store super longword
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/
H A Dfuture_message.d9 super(msg, next);
17 super(msg, next);
30 super(msg, next);
43 super(msg, next);
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_nv50.c180 INIT_WORK(&disp->supervisor, func->super); in nv50_disp_new_()
556 u32 super = nvkm_rd32(device, 0x610030); in nv50_disp_super() local
558 nvkm_debug(subdev, "supervisor %08x %08x\n", disp->super, super); in nv50_disp_super()
560 if (disp->super & 0x00000010) { in nv50_disp_super()
564 if (!(super & (0x00000020 << head->id))) in nv50_disp_super()
566 if (!(super & (0x00000080 << head->id))) in nv50_disp_super()
571 if (disp->super & 0x00000020) { in nv50_disp_super()
573 if (!(super & (0x00000080 << head->id))) in nv50_disp_super()
579 if (!(super & (0x00000200 << head->id))) in nv50_disp_super()
584 if (!(super & (0x00000080 << head->id))) in nv50_disp_super()
[all …]
H A Dnouveau_nvkm_engine_disp_gf119.c48 nvkm_debug(subdev, "supervisor %d\n", ffs(disp->super)); in gf119_disp_super()
54 if (disp->super & 0x00000001) { in gf119_disp_super()
63 if (disp->super & 0x00000002) { in gf119_disp_super()
81 if (disp->super & 0x00000004) { in gf119_disp_super()
155 disp->super = (stat & 0x00000007); in gf119_disp_intr()
157 nvkm_wr32(device, 0x6100ac, disp->super); in gf119_disp_intr()
266 .super = gf119_disp_super,
/netbsd-src/sys/ufs/lfs/
H A DREADME17 An optional super block
23 The segment summary and inode/data blocks start after the super block (if
69 The file system is described by a super-block which is replicated and
71 number of super-blocks is MAXNUMSB). Each super-block maintains a list
72 of the disk addresses of all the super-blocks. The super-block maintains
106 1. The LFS implementation placed the ifile metadata and the super block
107 at fixed locations. This implementation replicates the super block
110 two of the super blocks, although it is not toggled between them as in
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Daaaa-filter-iterator.patch200 + * @param forq: super query state.
204 + struct module_qstate* super)
207 + struct iter_qstate* super_iq = (struct iter_qstate*)super->minfo[id];
213 + /* let super go to evaluation of targets after this */
218 + log_query_info(VERB_ALGO, "ASN-AAAA-filter: processAAAAResponse super",
219 + &super->qinfo);
229 + log_query_info(VERB_ALGO, "ASN-AAAA-filter: superq", &super->qinfo);
237 + if(!cache_fill_missing(super->env,
238 + super_iq->qchase.qclass, super->region,
247 * Return priming query results to interested super querystates.
[all …]
/netbsd-src/games/warp/
H A Dinit.c72 super = (smarts>50?smarts-50:0); in initialize()
73 enemshields = 10 + super/2; /* (scaled by 10) 1 @ 50 .. 3 @ 90 */ in initialize()
110 inumstars = exdis(700) + rand_mod(150-super*2) + 50+super*2; in initialize()
154 inhenergy = 30000-super*150; in initialize()
158 inhenergy += rand_mod(3500+super*150); in initialize()
324 obj = make_object(Star,ch,y,x,0,0,e+rand_mod(super*100+1),e/4,&root); in initialize()
378 e = 52-super; in initialize()
453 e + rand_mod(super*200+2) + 10000*massacre,e/4,&root); in initialize()
493 e + rand_mod(super*200+2),e/4,&root); in initialize()

12345678910>>...20