Home
last modified time | relevance | path

Searched refs:structs (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/sys/tools/syscalls/scripts/
H A Dsyscall_json.lua86 local structs = {}
87 if tbl.structs ~= nil then
88 for k, _ in pairs(tbl.structs) do
89 table.insert(structs, k)
91 table.sort(structs)
96 structs = structs,
H A Dlibsys_h.lua60 for name, _ in util.pairsByKeys(tbl.structs) do
/freebsd/usr.bin/dtc/
H A Dfdt.cc431 property::property(input_buffer &structs, input_buffer &strings) in property() argument
435 valid = structs.consume_binary(length) && in property()
436 structs.consume_binary(name_offset); in property()
463 if (!(valid = structs.consume_binary(byte))) in property()
591 property::parse_dtb(input_buffer &structs, input_buffer &strings) in parse_dtb() argument
593 property_ptr p(new property(structs, strings)); in parse_dtb()
778 node::node(input_buffer &structs, input_buffer &strings) : valid(true) in node() argument
781 while (structs[0] != '\0' && structs[0] != '@') in node()
783 bytes.push_back(structs[0]); in node()
784 ++structs; in node()
[all …]
H A Dfdt.hh316 property(input_buffer &structs, input_buffer &strings);
341 static property_ptr parse_dtb(input_buffer &structs,
521 node(input_buffer &structs, input_buffer &strings);
638 static node_ptr parse_dtb(input_buffer &structs, input_buffer &strings);
/freebsd/sys/tools/syscalls/core/
H A Dfreebsd-syscall.lua140 self.structs = {}
147 self.structs[name] = name
/freebsd/contrib/llvm-project/lld/MachO/
H A DTarget.h168 using nlist = structs::nlist_64;
184 using nlist = structs::nlist;
H A DMachOStructs.h20 namespace lld::structs {
H A DWriter.cpp276 return sizeof(structs::entry_point_command); in getSize()
280 auto *c = reinterpret_cast<structs::entry_point_command *>(buf); in writeTo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td95 // - Split structs into one or two 64-bit sized chunks, or 32-bit chunks with
98 // - Pass structs larger than 16 bytes indirectly with an explicit pointer
113 // structs. These arguments are not promoted to 64 bits, but they can still
/freebsd/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1550 structs = []
1570 return structs
1583 structs = []
1591 structs.extend(ProcessOneEntry(factory, newstruct, entry))
1593 structs.append(newstruct)
1594 return structs
/freebsd/contrib/libevent/
H A Devent_rpcgen.py1550 structs = []
1570 return structs
1583 structs = []
1591 structs.extend(ProcessOneEntry(factory, newstruct, entry))
1593 structs.append(newstruct)
1594 return structs
/freebsd/usr.sbin/bsdconfig/share/
H A Dgeom.subr92 # Parse sysctl(8) `kern.geom.confxml' data into a series of structs. GEOM
93 # classes are at the top of the hierarchy and are stored as numbered structs
95 # objects within each class are stored as numbered structs from 1 to `ngeoms'
H A Dstruct.subr39 # data (including names of other structs).
/freebsd/contrib/tcpdump/
H A DINSTALL.md116 ntp.c - functions to handle ntp structs
117 ntp.h - declarations of functions to handle ntp structs
/freebsd/sys/netpfil/ipfw/
H A Ddummynet.txt360 to configure a pipe all three structs (dn_link, dn_sch, dn_fs) are needed,
367 if it is configuring a pipe, a queue, or a scheduler. Then there are structs
511 Dummynet is not compatible with old ipfw binary because internal structs are
526 The internal structs of new dummynet are very different from the original.
681 In dummynet, a scheduler algorithm is represented by two main structs, some
682 functions and other minor structs.
723 See now the two main structs:
768 set the size of its structs in the scheduler descriptor:
776 After the definition of structs, it is necessary to implement the
841 This struct contains the type of scheduler, the length of all structs and
/freebsd/crypto/openssl/doc/man3/
H A DX509_ALGOR_dup.pod44 X509_ALGOR_copy() copies the source values into the dest structs; making
H A DASN1_item_sign.pod48 write the correct B<X509_ALGOR> to the structs based on the algorithms and
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr297 # Parse the results of wpa_cli(8) `scan_results' into a series of structs (see
509 # Find matches and set match data on structs
1010 # required) from wpa_supplicant.conf(5) [WPA_NETWORK] structs.
1102 # required) from wpa_cli(8) `scan_results' [WPA_SCAN_RESULT] structs.
1270 # Process wpa_supplicant.conf(5) structs
1272 # Process wpa_cli(8) `scan_results' structs
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td30 def Record : DeclNode<Tag, "structs, unions, classes">;
/freebsd/contrib/pam-krb5/m4/
H A Dcc-flags.m491 dnl -Wcast-qual Some structs require casting away const
/freebsd/contrib/llvm-project/lld/docs/
H A DPartitions.rst80 index, which is an array of structs with the following definition:
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def119 /// within anonymous unions or structs.
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRAttrs.td148 The ZeroAttr is used to indicate zero initialization on structs.
/freebsd/sys/contrib/zlib/
H A Dzconf.h.in173 /* all zlib structs in zlib.h and zconf.h */
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td217 …Desc<"If true, LLDB will automatically display small structs in one-liner format (default: true)."…

123