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

12

/freebsd-9.3-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-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Derr.D_DECL_COMBO.StructWithoutColon.d56 struct superStruct super;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
H A Derr.D_DECL_COMBO.UnionWithoutColon.d51 union superStruct super;
/freebsd-9.3-release/contrib/pf/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-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DRegionInfo.h504 super; typedef in class:llvm::Region::block_iterator_wrapper
507 typedef typename super::pointer pointer;
510 block_iterator_wrapper(pointer Entry, pointer Exit) : super(df_begin(Entry))
515 super::Visited.insert(Exit);
519 block_iterator_wrapper() : super(df_end<pointer>((BasicBlock *)0)) {}
521 /*implicit*/ block_iterator_wrapper(super I) : super(I) {}
527 return const_cast<BasicBlock*>(super::operator*());
H A DRegionIterator.h37 typedef std::iterator<std::forward_iterator_tag, NodeType, ptrdiff_t> super; typedef in class:llvm::RNSuccIterator
89 typedef typename super::pointer pointer;
169 typedef std::iterator<std::forward_iterator_tag, NodeType, ptrdiff_t> super; typedef in class:llvm::RNSuccIterator
175 typedef typename super::pointer pointer;
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DUse.h170 typedef std::iterator<std::forward_iterator_tag, UserTy*, ptrdiff_t> super; typedef in class:llvm::value_use_iterator
177 typedef typename super::reference reference;
178 typedef typename super::pointer pointer;
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCFG.h32 Ptr*> super; typedef in class:llvm::PredIterator
43 typedef typename super::pointer pointer;
44 typedef typename super::reference reference;
109 BB_*> super; typedef in class:llvm::SuccIterator
117 typedef typename super::pointer pointer;
118 typedef typename super::reference reference;
H A DGetElementPtrTypeIterator.h26 Type *, ptrdiff_t> super; typedef in class:llvm::generic_gep_type_iterator
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dsetup.c211 * Check and potentially fix certain fields in the super block.
316 * Read in the super block and its summary info.
321 ufs2_daddr_t super; local
325 super = bflag;
327 if ((blread(fsreadfd, (char *)&sblock, super, (long)SBLOCKSIZE)))
341 super = sblock_try[i] / dev_bsize;
343 if ((blread(fsreadfd, (char *)&sblock, super,
368 super *= dev_bsize;
370 sblk.b_bno = super / dev_bsize;
375 * Compare all fields that should not differ in alternate super bloc
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dstub-objc.c119 tree ARG_UNUSED (super),
158 tree ARG_UNUSED (super))
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h242 const ElemTy, ptrdiff_t> super; typedef in class:llvm::EquivalenceClasses::member_iterator
247 typedef typename super::pointer pointer;
248 typedef typename super::reference reference;
H A DSCCIterator.h43 std::vector<typename GT::NodeType>, ptrdiff_t> super; typedef in class:llvm::scc_iterator
44 typedef typename super::reference reference;
45 typedef typename super::pointer pointer;
H A DSparseMultiSet.h242 typedef std::iterator<std::bidirectional_iterator_tag, ValueT> super; typedef in class:llvm::SparseMultiSet::iterator_base
243 typedef typename super::value_type value_type;
244 typedef typename super::difference_type difference_type;
245 typedef typename super::pointer pointer;
246 typedef typename super::reference reference;
H A Dilist.h151 NodeTy, ptrdiff_t> super; typedef in class:llvm::ilist_iterator
153 typedef typename super::value_type value_type;
154 typedef typename super::difference_type difference_type;
155 typedef typename super::pointer pointer;
156 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.h95 typename GT::NodeType, ptrdiff_t> super; typedef in class:llvm::po_iterator
132 typedef typename super::pointer pointer;
/freebsd-9.3-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-9.3-release/contrib/llvm/lib/Support/Unix/
H A DSignals.inc142 // super-user permissions.
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h530 typedef LiveRange super; typedef in class:llvm::LiveRange::LiveInterval
/freebsd-9.3-release/contrib/groff/src/devices/xditview/
H A DDvi.c597 DviWidgetClass super = (DviWidgetClass) wc->core_class.superclass; local
599 wc->command_class.save = super->command_class.save;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp1352 dumpDeclRef(D->getSuperClass(), "super");
1367 dumpDeclRef(D->getSuperClass(), "super");
1863 OS << " super (instance)";
1867 OS << " super (class)";
1922 OS << " super";
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DLiveInterval.cpp622 super::print(OS);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1094 // - if the receiver is super, T is a pointer to the class of the
1669 // If the "receiver" is 'super' in a method, handle it as an expression-like
1671 if (receiverNamePtr->isStr("super")) {
1771 // Determine whether "super" is acceptable in the current context.
1778 candidate.isKeyword("super");
1792 // If the identifier is "super" and there is no trailing dot, we're
1793 // messaging super. If the identifier is "super" and there is a
1860 // If we've found the keyword "super" (the only keyword that would be
1861 // returned by CorrectTypo), this is a send to super
2742 typedef StmtVisitor<ARCCastChecker, ACCResult> super; typedef in class:__anon3286::ARCCastChecker
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c17903 cp_parser_objc_superclass_or_category (cp_parser *parser, tree *super,
17908 *super = *categ = NULL_TREE;
17912 *super = cp_parser_identifier (parser);
17927 tree name, super, categ, protos;
17931 cp_parser_objc_superclass_or_category (parser, &super, &categ);
17939 objc_start_class_interface (name, super, protos);
17953 tree name, super, categ;
17957 cp_parser_objc_superclass_or_category (parser, &super, &categ);
17964 objc_start_class_implementation (name, super);
17900 cp_parser_objc_superclass_or_category(cp_parser *parser, tree *super, tree *categ) argument
17924 tree name, super, categ, protos; local
17950 tree name, super, categ; local

Completed in 198 milliseconds

12