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

12

/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dnl.pl13 if (/^struct info_dns_assoc/) {
17 if (/^(struct\s*\w*)\s*{\s*$/) {
/freebsd-13-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-13-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-13-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;
93 struct mallinfo mi;
135 struct rlimit rlim;
204 struct stat st;
321 extern "C" struct term *set_curterm(struct term *termp);
322 extern "C" int del_curterm(struct term *termp);
358 struct term *termp = set_curterm(nullptr);
H A DPath.inc130 struct stat sb;
330 struct STATVFS Vfs;
426 struct stat buf;
449 static bool is_local_impl(struct STATVFS &Vfs) {
512 struct vmount *Vp = reinterpret_cast<struct vmount *>(CurObjPtr);
533 struct STATVFS Vfs;
542 struct STATVFS Vfs;
606 struct stat buf;
661 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 {
H A DProgram.inc149 struct rlimit r;
337 static pid_t (wait4)(pid_t pid, int *status, int options, struct rusage *usage);
346 struct rusage *usage);
349 struct rusage *usage) {
380 struct sigaction Act, Old;
/freebsd-13-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...]
H A Dsanitizer_common_interceptors.inc311 struct FileMetadata {
317 struct CommonInterceptorMetadata {
980 static void write_iovec(void *ctx, struct __sanitizer_iovec *iovec,
989 static void read_iovec(void *ctx, struct __sanitizer_iovec *iovec,
1458 // initialize the entire struct tm. For example, tm_zone pointer is left
2238 const struct __sanitizer_itimerval *nv =
2239 (const struct __sanitizer_itimerval *)new_value;
2571 struct __sanitizer_addrinfo *hints,
2572 struct __sanitizer_addrinfo **out) {
2586 struct __sanitizer_addrinf
[all...]
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dsequencer.py9 import struct namespace
13 '1': struct.Struct('<B'),
14 '2': struct.Struct('<H'),
15 '4': struct.Struct('<I'),
16 '8': struct.Struct('<Q'),
33 function apack() that returns a list of struct.pack() bytes,
206 self.struct = _ProtoStruct[fmt]
221 if self.struct:
222 return [self.struct.pack(val)]
230 except (struct
[all...]
/freebsd-13-stable/tests/sys/netinet/
H A Dredirect.py36 import struct namespace
71 fcntl.ioctl(socket.ins, BIOCFEEDBACK, struct.pack('I', 1))
/freebsd-13-stable/tests/sys/netinet6/
H A Dredirect.py38 import struct namespace
72 fcntl.ioctl(socket.ins, BIOCFEEDBACK, struct.pack('I', 1))
/freebsd-13-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-13-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-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddstyle.pl137 if (!/^enum/ && !/^\t*struct/ && !/^\t*union/ && !/^typedef/ &&
/freebsd-13-stable/crypto/openssl/crypto/objects/
H A Dobjxref.pl90 typedef struct {
/freebsd-13-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;
311 typedef struct ValueProfRecord {
361 typedef struct ValueProfData {
444 typedef struct ValueProfRecordClosure {
766 typedef struct InstrProfValueData {
/freebsd-13-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;
311 typedef struct ValueProfRecord {
361 typedef struct ValueProfData {
444 typedef struct ValueProfRecordClosure {
766 typedef struct InstrProfValueData {
/freebsd-13-stable/crypto/openssl/apps/
H A Dprogs.pl59 typedef struct function_st {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
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-13-stable/sys/tools/
H A Dmakesyscalls.lua610 argtype = argtype:gsub("(struct [^ ]*)", "%1" ..
707 write_line("sysarg", string.format("struct %s {\n",
720 "struct %s {\n\tregister_t dummy;\n};\n", argalias))
731 "%s\t%s(struct thread *, struct %s *)",
735 "%s\tsys_%s(struct thread *, struct %s *)",
830 write_line(out, string.format("struct %s {\n", argalias))
842 "struct %s {\n\tregister_t dummy;\n};\n", argalias))
846 "%s\t%s%s(struct threa
[all...]
/freebsd-13-stable/tools/tools/vop_table/
H A Dvop_table.tcl14 if {[regexp {struct[ ]*vnodeopv_entry_desc} "$a"]} {
/freebsd-13-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 238 milliseconds

12