Searched refs:struct (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dnl.pl13 if (/^struct info_dns_assoc/) {
17 if (/^(struct\s*\w*)\s*{\s*$/) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/utils/
H A Dlog2pcap.py10 import sys, struct, re namespace
14 struct.pack('<IHHIIII',
21 pcap_file.write(struct.pack('<IIII',
/freebsd-11-stable/sys/dev/ncr/
H A Dlocate.pl24 last if /^struct script \{/;
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound-querycachedb.py5 import struct namespace
19 hobj.update(struct.pack('HH',
39 timestamp = struct.unpack('!Q', value[-16:-8])[0]
40 expire = struct.unpack('!Q', value[-8:])[0]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DHost.inc28 struct utsname info;
57 struct utsname name;
H A DProcess.inc60 struct rusage RU;
87 struct mallinfo mi;
129 struct rlimit rlim;
198 struct stat st;
296 struct winsize ws;
323 extern "C" struct term *set_curterm(struct term *termp);
324 extern "C" int del_curterm(struct term *termp);
360 struct term *termp = set_curterm(nullptr);
H A DPath.inc124 struct stat sb;
304 struct STATVFS Vfs;
405 struct stat buf;
428 static bool is_local_impl(struct STATVFS &Vfs) {
491 struct vmount *Vp = reinterpret_cast<struct vmount *>(CurObjPtr);
508 struct STATVFS Vfs;
517 struct STATVFS Vfs;
581 struct stat buf;
636 struct passw
[all...]
H A DSignals.inc168 struct stat buf;
196 struct FilesToRemoveCleanup {
247 static struct {
248 struct sigaction SA;
304 struct sigaction NewHandler;
466 struct DlIteratePhdrData {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc301 struct __sanitizer_ptrace_io_desc *addr =
302 (struct __sanitizer_ptrace_io_desc *)addr_;
314 struct __sanitizer_ptrace_lwpinfo *addr =
315 (struct __sanitizer_ptrace_lwpinfo *)addr_;
327 struct __sanitizer_ptrace_lwpstatus *addr =
328 (struct __sanitizer_ptrace_lwpstatus *)addr_;
332 struct __sanitizer_ptrace_lwpstatus *addr =
333 (struct __sanitizer_ptrace_lwpstatus *)addr_;
354 struct __sanitizer_ptrace_io_desc *addr =
355 (struct __sanitizer_ptrace_io_des
[all...]
H A Dsanitizer_common_syscalls.inc89 struct sanitizer_kernel_iovec {
94 struct sanitizer_kernel_msghdr {
97 struct sanitizer_kernel_iovec *msg_iov;
104 struct sanitizer_kernel_mmsghdr {
105 struct sanitizer_kernel_msghdr msg_hdr;
109 struct sanitizer_kernel_timespec {
114 struct sanitizer_kernel_timeval {
119 struct sanitizer_kernel_rusage {
120 struct sanitizer_kernel_timeval ru_timeval[2];
124 struct sanitizer_kernel_sockadd
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dprogs.pl20 typedef struct {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py66 import struct namespace
67 hw = struct.unpack('hh', fcntl.ioctl(fd, termios.TIOCGWINSZ, '1234'))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc39 INTERFACE WEAK struct SCUDO_MALLINFO SCUDO_PREFIX(mallinfo)(void) {
40 struct SCUDO_MALLINFO Info = {};
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddstyle.pl133 if (!/^enum/ && !/^\t*struct/ && !/^\t*union/ && !/^typedef/ &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc68 struct THREADNAME_INFO {
H A DSignals.inc55 typedef struct _IMAGEHLP_LINE64 {
63 typedef struct _IMAGEHLP_SYMBOL64 {
72 typedef struct _tagADDRESS64 {
78 typedef struct _KDHELP64 {
93 typedef struct _tagSTACKFRAME64 {
253 struct FindModuleData {
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Dobjxref.pl66 typedef struct {
/freebsd-11-stable/contrib/gcc/
H A Dunwind.inc42 _Unwind_RaiseException_Phase2(struct _Unwind_Exception *exc,
43 struct _Unwind_Context *context)
86 _Unwind_RaiseException(struct _Unwind_Exception *exc)
88 struct _Unwind_Context this_context, cur_context;
146 _Unwind_ForcedUnwind_Phase2 (struct _Unwind_Exception *exc,
147 struct _Unwind_Context *context)
199 _Unwind_ForcedUnwind (struct _Unwind_Exception *exc,
202 struct _Unwind_Context this_context, cur_context;
223 _Unwind_Resume (struct _Unwind_Exception *exc)
225 struct _Unwind_Contex
[all...]
/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptotest.py35 import struct namespace
177 iv = struct.pack('QQ', int(data['DataUnitSeqNumber']), 0)
H A Ddpkt.py19 from struct import calcsize as _st_calcsize, \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc31 * struct ProfData {
37 * 2. To construct LLVM type arrays for the struct type:
101 * typedef struct ValueProfNode {
105 * struct ValueProfNode *Next;
286 typedef struct ValueProfRecord {
336 typedef struct ValueProfData {
419 typedef struct ValueProfRecordClosure {
737 typedef struct InstrProfValueData {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc31 * struct ProfData {
37 * 2. To construct LLVM type arrays for the struct type:
101 * typedef struct ValueProfNode {
105 * struct ValueProfNode *Next;
286 typedef struct ValueProfRecord {
336 typedef struct ValueProfData {
419 typedef struct ValueProfRecordClosure {
737 typedef struct InstrProfValueData {
/freebsd-11-stable/crypto/openssl/util/
H A Dsu-filter.pl50 } elsif($incomm <= 0 && /( *)(static )?(const )?(union|struct) ([^\s]+ )?\{/) {
/freebsd-11-stable/tools/tools/vop_table/
H A Dvop_table.tcl14 if {[regexp {struct[ ]*vnodeopv_entry_desc} "$a"]} {
/freebsd-11-stable/sys/dev/bnxt/
H A Dconvert_hsi.pl95 $header =~ s/^typedef struct (.*?)\n{\n(.*?)}[^\n]*;/struct $1 {\n$2} __attribute__((packed));/gsm;
304 while ($header =~ /^typedef\s+struct\s+(.*?)\s+{(.*?)^}/msg) {
325 # Now, generate code to print the struct...
326 print OUT "void decode_$name(const char *string __rte_unused, struct $name *data) {\n\tRTE_LOG(DEBUG, PMD, \"$name\\n\");\n";
327 print HDR "void decode_$name(const char *string __rte_unused, struct $name *data);\n";

Completed in 192 milliseconds

12