Home
last modified time | relevance | path

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

12345678

/freebsd/usr.sbin/quot/
H A Dquot.c121 if (super != NULL && super->fs_magic == FS_UFS2_MAGIC) { in get_inode()
135 if (lseek(fd, (off_t)cgtod(super, cg) << super->fs_fshift, 0) < 0) in get_inode()
137 if (read(fd, cgp, super->fs_cgsize) != super->fs_cgsize) in get_inode()
146 if (lseek(fd, (off_t)ino_to_fsba(super, last) << super->fs_fshift, 0) < (off_t)0 in get_inode()
147 || read(fd, ipbuf, INOSZ(super)) != (ssize_t)INOSZ(super)) in get_inode()
185 sz = lblkno(super,nblk); in virtualblocks()
186 sz = (sz - UFS_NDADDR + NINDIR(super) - 1) / NINDIR(super); in virtualblocks()
190 sz = (sz - 1 + NINDIR(super) - 1) / NINDIR(super); in virtualblocks()
380 maxino = super->fs_ncg * super->fs_ipg - 1; in dofsizes()
451 maxino = super->fs_ncg * super->fs_ipg - 1; in douser()
[all …]
/freebsd/contrib/unbound/dns64/
H A Ddns64.c828 log_assert(super->region); in dns64_adjust_a()
833 if(!super->return_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()
893 super->region, fd, s); in dns64_adjust_a()
904 super->return_msg->rep = cp; in dns64_adjust_a()
922 if (!(super->return_msg = (struct dns_msg*)regional_alloc(super->region, in dns64_adjust_ptr()
925 super->return_msg->qinfo = super->qinfo; in dns64_adjust_ptr()
969 super->return_msg = NULL; in dns64_inform_super()
[all …]
/freebsd/contrib/unbound/util/
H A Dalloc.c107 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()
227 if(alloc->super) { in alloc_special_obtain()
284 if(!alloc->super) { in alloc_special_release()
298 if(!alloc->super) { in alloc_special_release()
314 if(!alloc->super) { in alloc_get_mem()
[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()
312 return &my_ev->super; in my_signal_new()
332 my_ev->super.magic = UB_EVENT_MAGIC; in my_winsock_register_wsaevent()
334 return &my_ev->super; in my_winsock_register_wsaevent()
387 return &my_base->super; in ub_default_event_base()
[all …]
H A Dalloc.h76 struct alloc_cache* super; member
107 void alloc_init(struct alloc_cache* alloc, struct alloc_cache* super,
/freebsd/sbin/pfctl/
H A Dpfctl_optimize.c1554 if ((super->proto == 0 || super->proto == sub->proto) && in exclude_supersets()
1555 super->flags == 0 && super->flagset == 0 && (sub->flags || in exclude_supersets()
1557 sub->flags = super->flags; in exclude_supersets()
1560 if (super->proto == 0) in exclude_supersets()
1574 if (super->src.addr.type == PF_ADDR_ADDRMASK && !super->src.neg && in exclude_supersets()
1583 super->af == sub->af && in exclude_supersets()
1584 unmask(&super->src.addr.v.a.mask, super->af) < in exclude_supersets()
1602 if (super->dst.addr.type == PF_ADDR_ADDRMASK && !super->dst.neg && in exclude_supersets()
1611 super->af == sub->af && in exclude_supersets()
1612 unmask(&super->dst.addr.v.a.mask, super->af) < in exclude_supersets()
[all …]
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsns.py214 self = super()._parse(data)
253 self = super()._parse(data)
265 ret = super().__bytes__()
301 self = super()._parse(data[:4])
363 self = super()._parse(data)
373 ret = super().__bytes__()
398 self = super()._parse(data)
408 ret = super().__bytes__()
436 self = super()._parse(data)
448 ret = super().__bytes__()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h234 using super = legacy::PassManager;
243 super::add(P); in add()
256 super::add(createDebugifyFunctionPass(Mode, Name, DebugInfoBeforePass)); in add()
257 super::add(P); in add()
258 super::add(createCheckDebugifyFunctionPass( in add()
263 super::add(createDebugifyModulePass(Mode, Name, DebugInfoBeforePass)); in add()
264 super::add(P); in add()
265 super::add(createCheckDebugifyModulePass( in add()
270 super::add(P); in add()
/freebsd/tests/atf_python/sys/netlink/
H A Dattrs.py81 super().__init__(nla_type, b"")
116 super().__init__(nla_type, b"")
143 super().__init__(nla_type, b"")
170 super().__init__(nla_type, b"")
197 super().__init__(nla_type, b"")
223 super().__init__(nla_type, b"")
268 super().__init__(nla_type, addr)
274 super().__init__(nla_type, addr)
280 super().__init__(nla_type, b"")
310 super().__init__(nla_type, b"")
H A Dnetlink_route.py527 super().__init__(nla_type, data)
546 super().__init__(nla_type, b"")
699 super().__init__(helper, nlm_type)
739 super().__init__(helper, nlm_type)
771 super().__init__(helper, nlm_type)
803 super().__init__(helper, nlm_type)
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb.yaml54 - super-speed
55 - super-speed-plus
56 - super-speed-plus-gen2x1
57 - super-speed-plus-gen1x2
58 - super-speed-plus-gen2x2
H A Dgeneric.txt5 speed. Valid arguments are "super-speed-plus",
6 "super-speed", "high-speed", "full-speed" and
52 maximum-speed = "super-speed";
H A Dcdns,usb3.yaml49 enum: [super-speed, high-speed, full-speed]
99 maximum-speed = "super-speed";
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-super-userns.m44 dnl # super->s_user_ns member
11 struct super_block super;
12 super.s_user_ns = (struct user_namespace *)NULL;
/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch200 + * @param forq: super query state.
204 + struct module_qstate* super)
213 + /* let super go to evaluation of targets after this */
219 + &super->qinfo);
237 + if(!cache_fill_missing(super->env,
238 + super_iq->qchase.qclass, super->region,
251 super->minfo[id])->state == DSNS_FIND_STATE)
252 processDSNSResponse(qstate, id, super);
254 + super->minfo[id])->state == ASN_FETCH_A_FOR_AAAA_STATE)
255 + asn_processAAAAResponse(qstate, id, super);
[all …]
/freebsd/tests/sys/kern/
H A Dsonewconn_overflow.py72 super(IPv4Test, self).setup(socket.AF_INET, (V4HOST, TCPPORT))
76 super(IPv6Test, self).setup(socket.AF_INET6, (V6HOST, TCPPORT))
80 super(UnixTest, self).setup(socket.AF_UNIX, UNIXSOCK)
82 super(UnixTest, self).__del__()
/freebsd/contrib/lib9p/pytest/
H A Dp9conn.py787 super(P9Client, self).write(pkt)
805 super(P9Client, self).shutdown()
818 super(P9Client, self).write(pkt)
852 super(P9Client, self).write(pkt)
893 super(P9Client, self).write(pkt)
904 super(P9Client, self).write(pkt)
916 super(P9Client, self).write(pkt)
960 super(P9Client, self).write(pkt)
975 super(P9Client, self).write(pkt)
985 super(P9Client, self).write(pkt)
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/
H A Dhtr.rst35 A “basic super block” is the longest sequence of blocks that always occur in the same order. (The c…
37 The image below shows the "basic super blocks" of the sequence. Each unique "basic super block" is …
41 *Procedure to find all super blocks:*
48 - A block with more than one distinct successor is always the start of a super block, the super blo…
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A Dexceptions.py206 super(SnapshotFailure, self).__init__(errors, suppressed_count)
213 super(SnapshotDestructionFailure, self).__init__(
261 super(BookmarkFailure, self).__init__(errors, suppressed_count)
268 super(BookmarkDestructionFailure, self).__init__(
297 super(HoldFailure, self).__init__(errors, suppressed_count)
304 super(HoldReleaseFailure, self).__init__(errors, suppressed_count)
365 super(ReceivePropertyFailure, self).__init__(errors, suppressed_count)
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dnvidia,tegra194-xusb-padctl.yaml22 super-speed USB. Other lanes are for various types of low-speed, full-speed
386 const: super-speed-plus
389 const: super-speed
399 number to map this super-speed USB port to. The range of
419 const: super-speed-plus
422 const: super-speed
452 const: super-speed-plus
455 const: super-speed
485 const: super-speed-plus
488 const: super-speed
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h577 using super =
582 using value_type = typename super::value_type;
586 : super(df_begin(Entry)) {
590 super::Visited.insert(Exit);
594 block_iterator_wrapper() : super(df_end<value_type>((BlockT *)nullptr)) {}
596 /*implicit*/ block_iterator_wrapper(super I) : super(I) {}
602 return const_cast<BlockT *>(super::operator*());
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h342 using super = typename Traits::AggregateBuilderBase; variable
352 : super(builder, parent) {} in ConstantAggregateBuilderTemplateBase()
415 using super = variable
432 : super(builder, parent), EltTy(eltTy) {} in ConstantArrayBuilderTemplateBase()
451 using super = variable
468 : super(builder, parent), StructTy(structTy) { in ConstantStructBuilderTemplateBase()
/freebsd/contrib/unbound/respip/
H A Drespip.c1210 struct module_qstate* super) in respip_inform_super() argument
1212 struct respip_qstate* rq = (struct respip_qstate*)super->minfo[id]; in respip_inform_super()
1219 log_assert(super->return_msg && super->return_msg->rep); in respip_inform_super()
1229 if(!respip_merge_cname(super->return_msg->rep, &qstate->qinfo, in respip_inform_super()
1230 qstate->return_msg->rep, super->client_info, in respip_inform_super()
1231 super->env->need_to_validate, &new_rep, super->region, in respip_inform_super()
1234 super->return_msg->rep = new_rep; in respip_inform_super()
1238 super->return_rcode = LDNS_RCODE_SERVFAIL; in respip_inform_super()
1239 super->return_msg = NULL; in respip_inform_super()
/freebsd/stand/ficl/softwords/
H A Dstring.fr126 this --> super --> hashcode
135 2swap 2over --> super --> set
140 2swap 2over --> super --> cat
/freebsd/sys/fs/procfs/
H A Dprocfs_map.c91 bool super; in procfs_doprocmap() local
144 kern_proc_vmmap_resident(map, entry, &resident, &super); in procfs_doprocmap()

12345678