Home
last modified time | relevance | path

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

12

/dragonfly/usr.sbin/quot/
H A Dquot.c118 if (lseek(fd, (off_t)ino_to_fsba(super, last) << super->fs_fshift, 0) < (off_t)0 in get_inode()
119 || read(fd,ip,INOSZ(super)) != (ssize_t)INOSZ(super)) in get_inode()
140 nblk = blkroundup(super,sz); in virtualblocks()
142 nblk += super->fs_bsize; in virtualblocks()
151 sz = lblkno(super,nblk); in virtualblocks()
152 sz = (sz - UFS_NDADDR + NINDIR(super) - 1) / NINDIR(super); in virtualblocks()
156 sz = (sz - 1 + NINDIR(super) - 1) / NINDIR(super); in virtualblocks()
340 maxino = super->fs_ncg * super->fs_ipg - 1; in dofsizes()
410 maxino = super->fs_ncg * super->fs_ipg - 1; in douser()
417 actualblocks(super,ip), in douser()
[all …]
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_optimize.c1541 if ((super->proto == 0 || super->proto == sub->proto) && in exclude_supersets()
1542 super->flags == 0 && super->flagset == 0 && (sub->flags || in exclude_supersets()
1544 sub->flags = super->flags; in exclude_supersets()
1547 if (super->proto == 0) in exclude_supersets()
1561 if (super->src.addr.type == PF_ADDR_ADDRMASK && !super->src.neg && in exclude_supersets()
1570 super->af == sub->af && in exclude_supersets()
1571 unmask(&super->src.addr.v.a.mask, super->af) < in exclude_supersets()
1589 if (super->dst.addr.type == PF_ADDR_ADDRMASK && !super->dst.neg && in exclude_supersets()
1598 super->af == sub->af && in exclude_supersets()
1599 unmask(&super->dst.addr.v.a.mask, super->af) < in exclude_supersets()
[all …]
/dragonfly/contrib/gdb-7/gdb/python/lib/gdb/function/
H A Dstrfns.py33 super(_MemEq, self).__init__("_memeq")
58 super(_StrLen, self).__init__("_strlen")
79 super(_StrEq, self).__init__("_streq")
96 super(_RegEx, self).__init__("_regex")
/dragonfly/contrib/gdb-7/gdb/python/lib/gdb/command/
H A Dtype_printers.py29 super(InfoTypePrinter, self).__init__("info type-printers",
63 super(_EnableOrDisableCommand, self).__init__(name, gdb.COMMAND_DATA)
110 super(EnableTypePrinter, self).__init__(True, "enable type-printer")
121 super(DisableTypePrinter, self).__init__(False, "disable type-printer")
H A Dpretty_printers.py99 super(InfoPrettyPrinter, self).__init__("info pretty-printer",
331 super(EnablePrettyPrinter, self).__init__("enable pretty-printer",
354 super(DisablePrettyPrinter, self).__init__("disable pretty-printer",
H A Dprompt.py41 super(_ExtendedPrompt, self).__init__("extended-prompt",
H A Dexplore.py662 super(ExploreCommand, self).__init__(name = "explore",
702 super(ExploreValueCommand, self).__init__(
734 super(ExploreTypeCommand, self).__init__(
/dragonfly/sbin/fsck/
H A Dsetup.c341 ufs_daddr_t super = bflag ? bflag : SBOFF / dev_bsize; in readsb() local
343 if (bread(fsreadfd, (char *)&sblock, super, (long)SBSIZE) != 0) in readsb()
345 sblk.b_bno = super; in readsb()
366 super *= dev_bsize; in readsb()
368 sblk.b_bno = super / dev_bsize; in readsb()
/dragonfly/contrib/gdb-7/gdb/python/lib/gdb/
H A Dprinting.py166 super(RegexpCollectionPrettyPrinter.RegexpSubprinter, self).__init__(name)
172 super(RegexpCollectionPrettyPrinter, self).__init__(name, [])
246 super(FlagEnumerationPrinter, self).__init__(enum_type)
/dragonfly/contrib/gdb-7/gdb/
H A Dobjc-lang.c1408 struct objc_super *super) in read_objc_super() argument
1412 super->receiver = read_memory_unsigned_integer (addr, 4, byte_order); in read_objc_super()
1413 super->class = read_memory_unsigned_integer (addr + 4, 4, byte_order); in read_objc_super()
1556 CORE_ADDR super; in resolve_msgsend_super() local
1560 super = gdbarch_fetch_pointer_argument (gdbarch, frame, 0, ptr_type); in resolve_msgsend_super()
1563 read_objc_super (gdbarch, super, &sstr); in resolve_msgsend_super()
1584 CORE_ADDR super; in resolve_msgsend_super_stret() local
1588 super = gdbarch_fetch_pointer_argument (gdbarch, frame, 1, ptr_type); in resolve_msgsend_super_stret()
1591 read_objc_super (gdbarch, super, &sstr); in resolve_msgsend_super_stret()
/dragonfly/contrib/gcc-4.7/libobjc/objc/
H A Dmessage.h106 objc_EXPORT IMP objc_msg_lookup_super (struct objc_super *super, SEL sel);
/dragonfly/share/termcap/
H A DREADME19 Third, if you are not a super user and cannot create the directory
28 if you aren't a super user change the cp command to put it where you can.
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dstub-objc.c136 tree ARG_UNUSED (super), in objc_start_class_interface() argument
172 tree ARG_UNUSED (super)) in objc_start_class_implementation() argument
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dstub-objc.c134 tree ARG_UNUSED (super), in objc_start_class_interface() argument
170 tree ARG_UNUSED (super)) in objc_start_class_implementation() argument
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c2074 if (super) in objc_build_struct()
2170 objc_xref_basetypes (s, super); in objc_build_struct()
5130 && (self || super)) in receiver_is_class_object()
5131 return (super in receiver_is_class_object()
5329 int self, super, have_cast; in objc_finish_message_expr() local
5399 else if (super) in objc_finish_message_expr()
6586 int tmp = super ? conforms_to_protocol (super, protocol) : 0; in conforms_to_protocol()
6800 if (super) in start_class()
6806 super ? super : super_name, in start_class()
6814 super); in start_class()
[all …]
H A Dobjc-gnu-runtime-abi-01.c731 int super ATTRIBUTE_UNUSED) in gnu_runtime_abi_01_build_objc_method_call()
738 return build_objc_method_call (loc, super, method_prototype, receiver, in gnu_runtime_abi_01_build_objc_method_call()
1489 build_shared_structure_initializer (tree type, tree isa, tree super, in build_shared_structure_initializer() argument
1501 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, super); in build_shared_structure_initializer()
H A Dobjc-next-runtime-abi-02.c1663 int super) in next_runtime_abi_02_build_objc_method_call() argument
1677 if (super in next_runtime_abi_02_build_objc_method_call()
1687 if (super) in next_runtime_abi_02_build_objc_method_call()
1696 if (super) in next_runtime_abi_02_build_objc_method_call()
1710 selector = build_c_cast (loc, (super ? objc_v2_super_selector_type in next_runtime_abi_02_build_objc_method_call()
1715 return build_v2_build_objc_method_call (super, method_prototype, in next_runtime_abi_02_build_objc_method_call()
H A Dobjc-next-runtime-abi-01.c895 int super) in next_runtime_abi_01_build_objc_method_call() argument
900 return build_objc_method_call (loc, super, method_prototype, in next_runtime_abi_01_build_objc_method_call()
1876 build_v1_shared_structure_initializer (tree type, tree isa, tree super, in build_v1_shared_structure_initializer() argument
1892 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, super); in build_v1_shared_structure_initializer()
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dsendmsg.c474 objc_msg_lookup_super (struct objc_super *super, SEL sel) in objc_msg_lookup_super() argument
476 if (super->self) in objc_msg_lookup_super()
477 return get_imp (super->super_class, sel); in objc_msg_lookup_super()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dfunction.c4466 tree super = BLOCK_SUPERCONTEXT (t); in block_fragments_nreverse() local
4467 if (BLOCK_FRAGMENT_ORIGIN (super)) in block_fragments_nreverse()
4468 super = BLOCK_FRAGMENT_ORIGIN (super); in block_fragments_nreverse()
4478 BLOCK_SUPERCONTEXT (block) = super; in block_fragments_nreverse()
4485 BLOCK_SUPERCONTEXT (t) = super; in block_fragments_nreverse()
4609 tree super; in reorder_blocks_1() local
4616 super = current_block; in reorder_blocks_1()
4619 super = p_block_stack->last (); in reorder_blocks_1()
4620 gcc_assert (super == current_block in reorder_blocks_1()
4621 || BLOCK_FRAGMENT_ORIGIN (super) in reorder_blocks_1()
[all …]
/dragonfly/usr.bin/col/
H A DREADME36 *can* have a super script on the first line
/dragonfly/contrib/file/magic/Magdir/
H A Diff43 >8 string SSA\ \b, SSA super smooth animation
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dloop.texi117 that the entry edge of the loop leads from its immediate super-loop.
168 number of super-loops of the loop.
169 @item @code{outer}, @code{inner}, @code{next}: The super-loop, the first
191 @item @code{find_common_loop}: Finds the common super-loop of two loops.
192 @item @code{superloop_at_depth}: Returns the super-loop of a loop with
332 including the super-loops of the current loop, thus providing a complete
/dragonfly/sys/vfs/hammer2/
H A DDESIGN48 places: The super-root, the PFS root inode, and any inode boundary.
82 The super-root and PFS root inodes are directly represented in the
404 to the super-root of the filesystem and then to the volume header itself.
743 With HAMMER2 you mount a directory entry under the super-root. This entry
746 *all* entries under the super-root when you mount one of them. You have to
752 super-root available to the network. (In a prior specification I emplaced
857 operation. The top-level inode (under the super-root), on-media, is simply
/dragonfly/usr.bin/vi/catalog/
H A Dfrench.UTF-8.base118 125 "%s/%s : échec de source : ni vous ni le super-utilisateur n'êtes les propriétaires "
121 128 "%s : échec de source : ni vous ni le super-utilisateur n'êtes les propriétaires"

12