Home
last modified time | relevance | path

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

12345678

/freebsd/usr.sbin/quot/
H A Dquot.c104 get_inode(int fd, struct fs *super, ino_t ino) in get_inode() argument
121 if (ipbuf == NULL || ino < last || ino >= last + INOCNT(super)) { in get_inode()
122 if (super->fs_magic == FS_UFS2_MAGIC && in get_inode()
123 (cgp == NULL || cg != ino_to_cg(super, ino))) { in get_inode()
124 cg = ino_to_cg(super, ino); in get_inode()
125 if (cgp == NULL && (cgp = malloc(super->fs_cgsize)) == NULL) in get_inode()
127 if (lseek(fd, (off_t)cgtod(super, cg) << super->fs_fshift, 0) < 0) in get_inode()
129 if (read(fd, cgp, super->fs_cgsize) != super->fs_cgsize) in get_inode()
134 if (ipbuf == NULL && (ipbuf = malloc(INOSZ(super))) == NULL) in get_inode()
136 last = rounddown(ino, INOCNT(super)); in get_inode()
[all …]
/freebsd/sys/dev/rtwn/rtl8723b/
H A Dr23b_rom.c72 rs->super.cck_tx_pwr[i][j] = RTWN_GET_ROM_VAR( in r23b_parse_rom()
74 rs->super.ht40_tx_pwr_2g[i][j] = in r23b_parse_rom()
78 rs->super.cck_tx_pwr[i][j] = RTWN_GET_ROM_VAR(pwr_2g->cck[j], in r23b_parse_rom()
81 rs->super.cck_tx_pwr_diff_2g[i][0] = 0; in r23b_parse_rom()
82 rs->super.bw40_tx_pwr_diff_2g[i][0] = 0; in r23b_parse_rom()
84 rs->super.ofdm_tx_pwr_diff_2g[i][0] = in r23b_parse_rom()
86 rs->super.bw20_tx_pwr_diff_2g[i][0] = in r23b_parse_rom()
89 rs->super.ofdm_tx_pwr_diff_2g[i][0] = RTWN_SIGN4TO8( in r23b_parse_rom()
91 rs->super.bw20_tx_pwr_diff_2g[i][0] = RTWN_SIGN4TO8( in r23b_parse_rom()
100 rs->super.ofdm_tx_pwr_diff_2g[i][j] = in r23b_parse_rom()
[all …]
/freebsd/contrib/unbound/dns64/
H A Ddns64.c837 dns64_adjust_a(int id, struct module_qstate* super, struct module_qstate* qstate) in dns64_adjust_a() argument
839 struct dns64_env* dns64_env = (struct dns64_env*)super->env->modinfo[id]; in dns64_adjust_a()
848 log_assert(super->region); in dns64_adjust_a()
853 if(!super->return_msg) { in dns64_adjust_a()
854 super->return_msg = (struct dns_msg*)regional_alloc( in dns64_adjust_a()
855 super->region, sizeof(struct dns_msg)); in dns64_adjust_a()
856 if(!super->return_msg) in dns64_adjust_a()
858 memset(super->return_msg, 0, sizeof(*super->return_msg)); in dns64_adjust_a()
859 super->return_msg->qinfo = super->qinfo; in dns64_adjust_a()
868 cp = construct_reply_info_base(super->region, rep->flags, rep->qdcount, in dns64_adjust_a()
[all …]
/freebsd/contrib/unbound/util/
H A Dalloc.c103 alloc_init(struct alloc_cache* alloc, struct alloc_cache* super, in alloc_init() argument
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()
169 if(alloc->super && alloc->quar) { in alloc_clear()
174 lock_quick_lock(&alloc->super->lock); in alloc_clear()
175 alloc_set_special_next(p, alloc->super->quar); in alloc_clear()
[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()
311 my_ev->super.vmt = &default_event_vmt; 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()
333 my_ev->super.vmt = &default_event_vmt; in my_winsock_register_wsaevent()
[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.c1562 exclude_supersets(struct pfctl_rule *super, struct pfctl_rule *sub) in exclude_supersets() argument
1564 if (super->ifname[0] == '\0') in exclude_supersets()
1566 if (super->direction == PF_INOUT) in exclude_supersets()
1568 if ((super->proto == 0 || super->proto == sub->proto) && in exclude_supersets()
1569 super->flags == 0 && super->flagset == 0 && (sub->flags || in exclude_supersets()
1571 sub->flags = super->flags; in exclude_supersets()
1572 sub->flagset = super->flagset; in exclude_supersets()
1574 if (super->proto == 0) in exclude_supersets()
1577 if (super->src.port_op == 0) { in exclude_supersets()
1582 if (super->dst.port_op == 0) { in exclude_supersets()
[all …]
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsns.py190 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1)
216 self = super()._parse(data)
241 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1)
255 self = super()._parse(data)
267 ret = super().__bytes__()
280 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1)
293 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1)
303 self = super()._parse(data[:4])
308 return super().__bytes__() + struct.pack("@I", self.u32)
316 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1, u32=kidx)
[all …]
H A Dioctl.py132 super().__init__(obj_type)
193 super().__init__(obj_type)
245 super().__init__(obj_type)
300 super().__init__(obj_type)
355 super().__init__(obj_type, obj_list)
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h241 using super = legacy::PassManager;
250 super::add(P); in add()
263 super::add(createDebugifyFunctionPass(Mode, Name, DebugInfoBeforePass)); in add()
264 super::add(P); in add()
265 super::add(createCheckDebugifyFunctionPass( in add()
270 super::add(createDebugifyModulePass(Mode, Name, DebugInfoBeforePass)); in add()
271 super::add(P); in add()
272 super::add(createCheckDebugifyModulePass( in add()
277 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"")
171 super().__init__(nla_type, b"")
198 super().__init__(nla_type, b"")
225 super().__init__(nla_type, b"")
251 super().__init__(nla_type, b"")
296 super().__init__(nla_type, addr)
302 super().__init__(nla_type, addr)
308 super().__init__(nla_type, b"")
[all …]
/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch200 + * @param forq: super query state.
204 + struct module_qstate* super)
207 + struct iter_qstate* super_iq = (struct iter_qstate*)super->minfo[id];
213 + /* let super go to evaluation of targets after this */
218 + log_query_info(VERB_ALGO, "ASN-AAAA-filter: processAAAAResponse super",
219 + &super->qinfo);
229 + log_query_info(VERB_ALGO, "ASN-AAAA-filter: superq", &super->qinfo);
237 + if(!cache_fill_missing(super->env,
238 + super_iq->qchase.qclass, super->region,
247 * Return priming query results to interested super querystates.
[all …]
/freebsd/contrib/lib9p/pytest/
H A Dp9conn.py66 super(RemoteError, self).__init__(self, self.message)
327 super(P9Client, self).__init__(logger)
585 pkt, is_full = super(P9Client, self).read()
726 super(P9Client, self).connect(server, port)
736 super(P9Client, self).write(self.proto.pack_from(req))
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)
[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/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 concept is akin to “Basic Block'' in compiler theory, but refers to dynamic occurrences rather than CFG nodes).
37 The image below shows the "basic super blocks" of the sequence. Each unique "basic super block" is marked with a different color
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 block will continue until the next block with more than one distinct predecessor or successor.
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A Dexceptions.py207 super(SnapshotFailure, self).__init__(errors, suppressed_count)
214 super(SnapshotDestructionFailure, self).__init__(
262 super(BookmarkFailure, self).__init__(errors, suppressed_count)
269 super(BookmarkDestructionFailure, self).__init__(
298 super(HoldFailure, self).__init__(errors, suppressed_count)
305 super(HoldReleaseFailure, self).__init__(errors, suppressed_count)
366 super(ReceivePropertyFailure, self).__init__(errors, suppressed_count)
/freebsd/tests/sys/netinet/
H A Dip_mroute.py67 super().setup_method(method)
113 super().setup_method(method)
146 super().setup_method(method)
163 super().setup_method(method)
240 super().setup_method(method)
301 super().setup_method(method)
370 super().setup_method(method)
440 super().setup_method(method)
501 super().setup_method(method)
H A Dfib_bind.py65 super().setup_method(method)
91 super().setup_method(method)
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h575 using super =
580 using value_type = typename super::value_type;
584 : super(df_begin(Entry)) {
588 super::Visited.insert(Exit);
592 block_iterator_wrapper() : super(df_end<value_type>((BlockT *)nullptr)) {}
594 /*implicit*/ block_iterator_wrapper(super I) : super(I) {}
600 return const_cast<BlockT *>(super::operator*());
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h350 using super = typename Traits::AggregateBuilderBase; variable
360 : super(builder, parent) {} in ConstantAggregateBuilderTemplateBase()
423 using super = variable
440 : super(builder, parent), EltTy(eltTy) {} in ConstantArrayBuilderTemplateBase()
459 using super = variable
476 : super(builder, parent), StructTy(structTy) { in ConstantStructBuilderTemplateBase()
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dgeneric.txt5 speed. Valid arguments are "super-speed-plus",
6 "super-speed", "high-speed", "full-speed" and
52 maximum-speed = "super-speed";
/freebsd/contrib/unbound/respip/
H A Drespip.c1251 struct module_qstate* super) in respip_inform_super() argument
1253 struct respip_qstate* rq = (struct respip_qstate*)super->minfo[id]; in respip_inform_super()
1261 log_assert(super->return_msg && super->return_msg->rep); in respip_inform_super()
1271 if(!respip_merge_cname(super->return_msg->rep, &qstate->qinfo, in respip_inform_super()
1272 qstate->return_msg->rep, super->client_info, in respip_inform_super()
1273 super->env->need_to_validate, &new_rep, super->region, in respip_inform_super()
1277 super->return_msg->rep = new_rep; in respip_inform_super()
1281 errinf(super, "CNAME lookup failed"); in respip_inform_super()
1282 super->return_rcode = LDNS_RCODE_SERVFAIL; in respip_inform_super()
1283 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/contrib/unbound/edns-subnet/
H A Dsubnetmod.c1212 struct module_qstate *super) in subnetmod_inform_super() argument
1215 (struct subnet_qstate*)super->minfo[id]; in subnetmod_inform_super()
1217 &super->qinfo); in subnetmod_inform_super()
1222 super->return_msg = NULL; in subnetmod_inform_super()
1223 super->return_rcode = LDNS_RCODE_SERVFAIL; in subnetmod_inform_super()
1226 super->return_rcode = LDNS_RCODE_NOERROR; in subnetmod_inform_super()
1227 super->return_msg = dns_copy_msg(qstate->return_msg, super->region); in subnetmod_inform_super()
1228 if(!super->return_msg) { in subnetmod_inform_super()
1230 super->return_rcode = LDNS_RCODE_SERVFAIL; in subnetmod_inform_super()
/freebsd/sys/fs/procfs/
H A Dprocfs_map.c92 bool super; in procfs_doprocmap() local
141 kern_proc_vmmap_resident(map, entry, &resident, &super); in procfs_doprocmap()

12345678