| /freebsd-14.2/usr.sbin/quot/ |
| H A D | quot.c | 122 if (super != NULL && super->fs_magic == FS_UFS2_MAGIC) { in get_inode() 136 if (lseek(fd, (off_t)cgtod(super, cg) << super->fs_fshift, 0) < 0) in get_inode() 138 if (read(fd, cgp, super->fs_cgsize) != super->fs_cgsize) in get_inode() 147 if (lseek(fd, (off_t)ino_to_fsba(super, last) << super->fs_fshift, 0) < (off_t)0 in get_inode() 148 || read(fd, ipbuf, INOSZ(super)) != (ssize_t)INOSZ(super)) in get_inode() 186 sz = lblkno(super,nblk); in virtualblocks() 187 sz = (sz - UFS_NDADDR + NINDIR(super) - 1) / NINDIR(super); in virtualblocks() 191 sz = (sz - 1 + NINDIR(super) - 1) / NINDIR(super); in virtualblocks() 381 maxino = super->fs_ncg * super->fs_ipg - 1; in dofsizes() 452 maxino = super->fs_ncg * super->fs_ipg - 1; in douser() [all …]
|
| /freebsd-14.2/contrib/unbound/dns64/ |
| H A D | dns64.c | 829 log_assert(super->region); in dns64_adjust_a() 834 if(!super->return_msg) { in dns64_adjust_a() 837 if(!super->return_msg) in dns64_adjust_a() 839 memset(super->return_msg, 0, sizeof(*super->return_msg)); in dns64_adjust_a() 840 super->return_msg->qinfo = super->qinfo; in dns64_adjust_a() 895 super->region, fd, s); in dns64_adjust_a() 924 if (!(super->return_msg = (struct dns_msg*)regional_alloc(super->region, in dns64_adjust_ptr() 927 super->return_msg->qinfo = super->qinfo; in dns64_adjust_ptr() 971 super->return_msg = NULL; in dns64_inform_super() 1010 !dns_cache_store(super->env, &super->qinfo, super->return_msg->rep, in dns64_inform_super() [all …]
|
| /freebsd-14.2/contrib/unbound/util/ |
| H A D | alloc.c | 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() 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 D | ub_event_pluggable.c | 138 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 D | alloc.h | 76 struct alloc_cache* super; member 107 void alloc_init(struct alloc_cache* alloc, struct alloc_cache* super,
|
| /freebsd-14.2/sbin/pfctl/ |
| H A D | pfctl_optimize.c | 1555 if ((super->proto == 0 || super->proto == sub->proto) && in exclude_supersets() 1556 super->flags == 0 && super->flagset == 0 && (sub->flags || in exclude_supersets() 1558 sub->flags = super->flags; in exclude_supersets() 1561 if (super->proto == 0) in exclude_supersets() 1575 if (super->src.addr.type == PF_ADDR_ADDRMASK && !super->src.neg && in exclude_supersets() 1584 super->af == sub->af && in exclude_supersets() 1585 unmask(&super->src.addr.v.a.mask, super->af) < in exclude_supersets() 1603 if (super->dst.addr.type == PF_ADDR_ADDRMASK && !super->dst.neg && in exclude_supersets() 1612 super->af == sub->af && in exclude_supersets() 1613 unmask(&super->dst.addr.v.a.mask, super->af) < in exclude_supersets() [all …]
|
| /freebsd-14.2/tests/atf_python/sys/netpfil/ipfw/ |
| H A D | insns.py | 214 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-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | Debugify.h | 234 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-14.2/tests/atf_python/sys/netlink/ |
| H A D | attrs.py | 81 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 D | netlink_route.py | 527 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-14.2/sys/contrib/device-tree/Bindings/usb/ |
| H A D | usb.yaml | 54 - super-speed 55 - super-speed-plus 56 - super-speed-plus-gen2x1 57 - super-speed-plus-gen1x2 58 - super-speed-plus-gen2x2
|
| H A D | generic.txt | 5 speed. Valid arguments are "super-speed-plus", 6 "super-speed", "high-speed", "full-speed" and 52 maximum-speed = "super-speed";
|
| H A D | cdns,usb3.yaml | 49 enum: [super-speed, high-speed, full-speed] 99 maximum-speed = "super-speed";
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | kernel-super-userns.m4 | 4 dnl # super->s_user_ns member 11 struct super_block super; 12 super.s_user_ns = (struct user_namespace *)NULL;
|
| /freebsd-14.2/contrib/unbound/contrib/ |
| H A D | aaaa-filter-iterator.patch | 200 + * @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-14.2/tests/sys/kern/ |
| H A D | sonewconn_overflow.py | 72 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-14.2/contrib/lib9p/pytest/ |
| H A D | p9conn.py | 787 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-14.2/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/ |
| H A D | htr.rst | 35 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-14.2/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | exceptions.py | 205 super(SnapshotFailure, self).__init__(errors, suppressed_count) 212 super(SnapshotDestructionFailure, self).__init__( 260 super(BookmarkFailure, self).__init__(errors, suppressed_count) 267 super(BookmarkDestructionFailure, self).__init__( 296 super(HoldFailure, self).__init__(errors, suppressed_count) 303 super(HoldReleaseFailure, self).__init__(errors, suppressed_count) 364 super(ReceivePropertyFailure, self).__init__(errors, suppressed_count)
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/phy/ |
| H A D | nvidia,tegra194-xusb-padctl.yaml | 22 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-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | RegionInfo.h | 577 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-14.2/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | ConstantInitBuilder.h | 342 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-14.2/contrib/unbound/respip/ |
| H A D | respip.c | 1210 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-14.2/stand/ficl/softwords/ |
| H A D | string.fr | 126 this --> super --> hashcode 135 2swap 2over --> super --> set 140 2swap 2over --> super --> cat
|
| /freebsd-14.2/sys/fs/procfs/ |
| H A D | procfs_map.c | 93 bool super; in procfs_doprocmap() local 146 kern_proc_vmmap_resident(map, entry, &resident, &super); in procfs_doprocmap()
|