Searched refs:super (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-11.0-release/usr.sbin/quot/
H A Dquot.c109 get_inode(int fd, struct fs *super, ino_t ino) argument
121 if (super != NULL && super->fs_magic == FS_UFS2_MAGIC) {
129 if (!ipbuf || ino < last || ino >= last + INOCNT(super)) {
130 if (super->fs_magic == FS_UFS2_MAGIC &&
131 (!cgp || cg != ino_to_cg(super, ino))) {
132 cg = ino_to_cg(super, ino);
133 if (!cgp && !(cgp = malloc(super->fs_cgsize)))
135 if (lseek(fd, (off_t)cgtod(super, cg) << super
167 virtualblocks(struct fs *super, union dinode *dp) argument
200 isfree(struct fs *super, union dinode *dp) argument
372 dofsizes(int fd, struct fs *super, char *name) argument
444 douser(int fd, struct fs *super, char *name) argument
484 donames(int fd, struct fs *super, char *name) argument
[all...]
/freebsd-11.0-release/contrib/unbound/dns64/
H A Ddns64.c669 * \param super Original AAAA query.
673 dns64_adjust_a(int id, struct module_qstate* super, struct module_qstate* qstate) argument
675 struct dns64_env* dns64_env = (struct dns64_env*)super->env->modinfo[id];
683 log_assert(super->region);
688 if(!super->return_msg) {
689 super->return_msg = (struct dns_msg*)regional_alloc(
690 super->region, sizeof(struct dns_msg));
691 if(!super->return_msg)
693 memset(super->return_msg, 0, sizeof(*super
763 dns64_adjust_ptr(struct module_qstate* qstate, struct module_qstate* super) argument
797 dns64_inform_super(struct module_qstate* qstate, int id, struct module_qstate* super) argument
[all...]
H A Ddns64.h63 struct module_qstate* super);
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Derr.D_DECL_COMBO.StructWithoutColon.d56 struct superStruct super;
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
H A Derr.D_DECL_COMBO.UnionWithoutColon.d51 union superStruct super;
/freebsd-11.0-release/contrib/unbound/util/
H A Dalloc.c102 alloc_init(struct alloc_cache* alloc, struct alloc_cache* super, argument
106 alloc->super = super;
120 if(alloc->super)
122 if(!alloc->super) {
135 if(!alloc->super) {
138 if(alloc->super && alloc->quar) {
139 /* push entire list into super */
143 lock_quick_lock(&alloc->super->lock);
144 alloc_set_special_next(p, alloc->super
[all...]
H A Dalloc.h70 * The one on top has a NULL super pointer.
73 /** lock, only used for the super. */
76 struct alloc_cache* super; member in struct:alloc_cache
103 * @param super: super to use (init that before with super_init).
107 void alloc_init(struct alloc_cache* alloc, struct alloc_cache* super,
111 * Free the alloc. Pushes all the cached items into the super structure.
112 * Or deletes them if alloc->super is NULL.
H A Dfptr_wlist.h288 struct module_qstate* qstate, int id, struct module_qstate* super));
H A Dmodule.h236 * Keeps super-references of those sub-queries correct.
245 * Keeps sub and super references correct.
483 * inform super querystate about the results from this subquerystate.
485 * the one from the current module active in the super querystate.
489 * This coincides with the current module for the super qstate.
490 * @param super: the super querystate that needs to be informed.
493 struct module_qstate* super);
/freebsd-11.0-release/sbin/pfctl/
H A Dpfctl_optimize.c1542 exclude_supersets(struct pf_rule *super, struct pf_rule *sub) argument
1544 if (super->ifname[0] == '\0')
1546 if (super->direction == PF_INOUT)
1548 if ((super->proto == 0 || super->proto == sub->proto) &&
1549 super->flags == 0 && super->flagset == 0 && (sub->flags ||
1551 sub->flags = super->flags;
1552 sub->flagset = super->flagset;
1554 if (super
[all...]
/freebsd-11.0-release/sys/fs/nandfs/
H A Dnandfs_vfsops.c218 struct nandfs_super_block *super)
222 /* Check super block magic */
223 if (super->s_magic != NANDFS_SUPER_MAGIC)
227 super_crc = super->s_sum;
230 super->s_sum = (0);
231 comp_crc = crc32((uint8_t *)super, fsdata->f_sbbytes);
234 super->s_sum = super_crc;
242 struct nandfs_super_block *super)
247 super->s_sum = 0;
248 comp_crc = crc32((uint8_t *)super, fsdat
217 nandfs_check_superblock_crc(struct nandfs_fsdata *fsdata, struct nandfs_super_block *super) argument
241 nandfs_calc_superblock_crc(struct nandfs_fsdata *fsdata, struct nandfs_super_block *super) argument
307 struct nandfs_super_block *super, *supert; local
408 struct nandfs_super_block *super; local
472 nandfs_select_sb(struct nandfs_device *fsdev, struct nandfs_super_block *supert, struct nandfs_super_block **super, int nsbs) argument
494 nandfs_read_structures_at(struct nandfs_device *fsdev, struct nandfs_fsarea *fstp, struct nandfs_fsdata *fsdata, struct nandfs_super_block *super) argument
[all...]
/freebsd-11.0-release/contrib/unbound/validator/
H A Dvalidator.h273 * inform validator super.
277 * @param super: the qstate to inform.
280 struct module_qstate* super);
/freebsd-11.0-release/sbin/fsck_ffs/
H A Dsetup.c209 * Check and potentially fix certain fields in the super block.
313 * Read in the super block and its summary info.
318 ufs2_daddr_t super; local
322 super = bflag;
324 if ((blread(fsreadfd, (char *)&sblock, super, (long)SBLOCKSIZE)))
338 super = sblock_try[i] / dev_bsize;
340 if ((blread(fsreadfd, (char *)&sblock, super,
365 super *= dev_bsize;
367 sblk.b_bno = super / dev_bsize;
372 * Compare all fields that should not differ in alternate super bloc
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DRegionInfo.h565 typename std::conditional<IsConst, const BlockT, BlockT>::type *> super; typedef in class:llvm::RegionBase::block_iterator_wrapper
569 typedef typename super::pointer pointer;
573 : super(df_begin(Entry)) {
577 super::Visited.insert(Exit);
581 block_iterator_wrapper() : super(df_end<pointer>((BlockT *)nullptr)) {}
583 /*implicit*/ block_iterator_wrapper(super I) : super(I) {}
589 return const_cast<BlockT *>(super::operator*());
H A DRegionIterator.h36 typedef std::iterator<std::forward_iterator_tag, NodeType, ptrdiff_t> super; typedef in class:llvm::RNSuccIterator
92 typedef typename super::pointer pointer;
160 typedef std::iterator<std::forward_iterator_tag, NodeType, ptrdiff_t> super; typedef in class:llvm::RNSuccIterator
169 typedef typename super::pointer pointer;
/freebsd-11.0-release/contrib/unbound/iterator/
H A Diterator.h403 * Return priming query results to interestes super querystates.
410 * @param super: the qstate to inform.
413 struct module_qstate* super);
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DCFG.h33 Ptr*> super; typedef in class:llvm::PredIterator
44 typedef typename super::pointer pointer;
45 typedef typename super::reference reference;
H A DGetElementPtrTypeIterator.h28 Type *, ptrdiff_t> super; typedef in class:llvm::generic_gep_type_iterator
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h243 const ElemTy, ptrdiff_t> super; typedef in class:llvm::EquivalenceClasses::member_iterator
248 typedef typename super::pointer pointer;
249 typedef typename super::reference reference;
H A DSparseMultiSet.h247 typedef std::iterator<std::bidirectional_iterator_tag, ValueT> super; typedef in class:llvm::SparseMultiSet::iterator_base
248 typedef typename super::value_type value_type;
249 typedef typename super::difference_type difference_type;
250 typedef typename super::pointer pointer;
251 typedef typename super::reference reference;
H A DDepthFirstIterator.h69 typename GT::NodeType, ptrdiff_t> super; typedef in class:llvm::df_iterator
130 typedef typename super::pointer pointer;
H A DPostOrderIterator.h97 typename GT::NodeType, ptrdiff_t> super; typedef in class:llvm::po_iterator
134 typedef typename super::pointer pointer;
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dobjc-lang.c1759 read_objc_super (CORE_ADDR addr, struct objc_super *super) argument
1761 super->receiver = read_memory_unsigned_integer (addr, 4);
1762 super->class = read_memory_unsigned_integer (addr + 4, 4);
1888 CORE_ADDR super; local
1892 super = OBJC_FETCH_POINTER_ARGUMENT (0);
1895 read_objc_super (super, &sstr);
1912 CORE_ADDR super; local
1916 super = OBJC_FETCH_POINTER_ARGUMENT (1);
1919 read_objc_super (super, &sstr);
/freebsd-11.0-release/contrib/unbound/libunbound/
H A Dcontext.c177 ctx->alloc_list = a->super; /* snip off list */
183 a->super = &ctx->superalloc;
202 alloc->super = ctx->alloc_list;
/freebsd-11.0-release/contrib/unbound/services/
H A Dmesh.h42 * between query states and the super and subquery states, and replies to
97 * an empty set of super-states, thus are 'toplevel' or detached
331 * Keeps super-references of those sub-queries correct.
340 * Keeps sub and super references correct.
371 * The module must handle the super query states itself as well.
382 * Call inform_super for the super query states that are interested in the
386 * The super query states become runnable with event module_event_pass,
387 * it calls the current module for the super with the inform_super event.
396 * Will detach from all super/subnodes.
445 * Setup attachment super/su
[all...]

Completed in 299 milliseconds

123