Searched refs:header (Results 1 - 25 of 746) sorted by relevance

1234567891011>>

/freebsd-current/tools/tools/hcomp/
H A Dhcomp.pl42 my $header;
49 $header = join('', <FILE>);
53 $header =~ s|/\*.*?\*/||gs;
54 $header =~ s|//.*$||gm;
57 while ($header =~ s|(\n\#.*?)\\\n|$1|gs) {
62 $header =~ s|^\s+||s;
63 $header =~ s|^\s+||gm;
64 $header =~ s|\s+$||s;
65 $header =~ s|\s+$||gm;
66 $header
[all...]
/freebsd-current/contrib/file/src/
H A Dis_tar.c103 const union record *header = RCAST(const union record *, local
110 if (nbytes < sizeof(*header))
117 memchr(header->header.name, 0, sizeof(header->header.name)));
118 if (nulp != NULL && nulp >= header->header.name + sizeof(gpkg_match) &&
123 recsum = from_oct(header->header
[all...]
H A Dtar.h53 struct header { struct in union:record
68 } header; member in union:record
/freebsd-current/tests/sys/fs/fusefs/
H A Dbad_server.cc48 out.header.len = sizeof(out.header);
49 out.header.error = 0;
50 out.header.unique = 99999; // Invalid!
56 * If the server sends less than a header's worth of data, the kernel should
63 out.header.len = sizeof(out.header) - 1;
64 out.header.error = 0;
65 out.header.unique = 0; // Asynchronous notification
82 out0->header
[all...]
H A Ddev_fuse_poll.cc152 return (in.header.opcode == FUSE_GETATTR &&
153 in.header.nodeid == foo_ino);
164 out.header.unique = in.header.unique;
165 out.header.error = -EIO;
166 out.header.len = sizeof(out.header);
171 return (in.header.opcode == FUSE_GETATTR &&
172 (in.header.nodeid == bar_ino ||
173 in.header
[all...]
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_ud_header.c45 #define STRUCT_FIELD(header, field) \
46 .struct_offset_bytes = offsetof(struct ib_unpacked_ ## header, field), \
47 .struct_size_bytes = sizeof ((struct ib_unpacked_ ## header *) 0)->field, \
48 .field_name = #header ":" #field
286 __sum16 ib_ud_ip4_csum(struct ib_ud_header *header) argument
293 iph.ip_tos = header->ip4.tos;
294 iph.ip_len = header->ip4.tot_len;
295 iph.ip_id = header->ip4.id;
296 iph.ip_off = header->ip4.frag_off;
297 iph.ip_ttl = header
322 ib_ud_header_init(int payload_bytes, int lrh_present, int eth_present, int vlan_present, int grh_present, int ip_version, int udp_present, int immediate_present, struct ib_ud_header *header) argument
420 ib_ud_header_pack(struct ib_ud_header *header, void *buf) argument
481 ib_ud_header_unpack(void *buf, struct ib_ud_header *header) argument
[all...]
/freebsd-current/usr.sbin/ppp/
H A Dtun.h33 } header; member in struct:tun_data
/freebsd-current/sys/netgraph/
H A Dng_message.h69 } header; member in struct:ng_mesg
94 * Netgraph message header compatibility field
386 (msg)->header.version = NG_VERSION; \
387 (msg)->header.typecookie = (cookie); \
388 (msg)->header.cmd = (cmdid); \
389 (msg)->header.arglen = (len); \
390 strncpy((msg)->header.cmdstr, #cmdid, \
391 sizeof((msg)->header.cmdstr) - 1); \
404 (rsp)->header.version = NG_VERSION; \
405 (rsp)->header
[all...]
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DWriter.h42 header.Characteristics = chars;
48 uint64_t getRVA() const { return header.VirtualAddress; }
49 uint64_t getFileOff() const { return header.PointerToRawData; }
58 uint64_t getVirtualSize() { return header.VirtualSize; }
61 uint64_t getRawSize() { return header.SizeOfRawData; }
68 return (header.Characteristics & llvm::COFF::IMAGE_SCN_CNT_CODE) &&
69 (header.Characteristics & llvm::COFF::IMAGE_SCN_MEM_READ) &&
70 (header.Characteristics & llvm::COFF::IMAGE_SCN_MEM_EXECUTE);
77 llvm::object::coff_section header = {}; member in class:lld::coff::OutputSection
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.h22 ORC_RT_INTERFACE int __orc_rt_coff_jit_dlclose(void *header);
23 ORC_RT_INTERFACE void *__orc_rt_coff_jit_dlsym(void *header,
/freebsd-current/sys/arm64/include/
H A Dacle-compat.h4 #error Do not include this header, used only for 32-bit compatibility
H A Dcpuinfo.h4 #error Do not include this header, used only for 32-bit compatibility
H A Dsysreg.h4 #error Do not include this header, used only for 32-bit compatibility
/freebsd-current/contrib/bmake/mk/
H A Dinc.mk51 .for header in ${${group}:O:u}
52 ${group}_INSTALL_OWN.${header:T} ?= ${${group}_INSTALL_OWN}
53 ${group}DIR.${header:T} ?= ${${group}DIR}
54 inc_mkdir_list += ${${group}DIR.${header:T}}
56 .if defined(${group}NAME.${header:T})
58 STAGE_AS_${header} = ${${group}NAME.${header:T}}
59 stage_as.${group}: ${header}
61 incinstall: incinstall.${group}.${header:T}
62 incinstall.${group}.${header
[all...]
/freebsd-current/share/mk/
H A Dbsd.incs.mk44 .for header in ${${group}}
45 .if defined(${group}OWN_${header:T}) || defined(${group}GRP_${header:T}) || \
46 defined(${group}MODE_${header:T}) || defined(${group}DIR_${header:T}) || \
47 defined(${group}NAME_${header:T}) || defined(${group}NAME)
48 ${group}OWN_${header:T}?= ${${group}OWN}
49 ${group}GRP_${header:T}?= ${${group}GRP}
50 ${group}MODE_${header:T}?= ${${group}MODE}
51 ${group}DIR_${header
[all...]
/freebsd-current/contrib/unbound/util/
H A Dproxy_protocol.c67 { PP_PARSE_SIZE, "not enough space for header" },
68 { PP_PARSE_WRONG_HEADERv2, "could not match PROXYv2 header" },
167 struct pp2_header* header = (struct pp2_header*)buf; local
172 /* Check for PROXYv2 header */
173 if(memcmp(header, PP2_SIG, PP2_SIG_LEN) != 0 ||
174 ((header->ver_cmd & 0xF0)>>4) != PP2_VERSION) {
178 size = PP2_HEADER_SIZE + ntohs(header->len);
183 if((header->ver_cmd & 0xF) != PP2_CMD_LOCAL &&
184 (header->ver_cmd & 0xF) != PP2_CMD_PROXY) {
188 if(header
[all...]
/freebsd-current/contrib/libfido2/src/
H A Diso7816.c22 apdu->header.cla = cla;
23 apdu->header.ins = ins;
24 apdu->header.p1 = p1;
25 apdu->header.lc2 = (uint8_t)((payload_len >> 8) & 0xff);
26 apdu->header.lc3 = (uint8_t)(payload_len & 0xff);
57 return (const unsigned char *)&apdu->header;
63 return apdu->alloc_len - offsetof(iso7816_apdu_t, header) -
/freebsd-current/contrib/libpcap/
H A Dpcap-rpcap-int.h72 void rpcap_createhdr(struct rpcap_header *header, uint8 type, uint16 value, uint32 length);
H A Drpcap-protocol.c113 * It is provided just because the creation of an rpcap header is a common
117 * \param header: a pointer to a user-allocated buffer which will contain
118 * the serialized header, ready to be sent on the network.
121 * header.ver field and that represents the protocol version number of the
125 * header.type field and that represents the type of the current message.
128 * the header.value field and that has a message-dependent meaning.
131 * the header.length field, representing the payload length of the message.
133 * \return Nothing. The serialized header is returned into the 'header'
137 rpcap_createhdr(struct rpcap_header *header, uint argument
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_random_private.h30 #error This header is only to be used internally to libarchive.
H A Darchive_getdate.h30 #error This header is only to be used internally to libarchive.
H A Darchive_platform_xattr.h33 #error This header is only to be used internally to libarchive.
H A Darchive_write_disk_private.h31 #error This header is only to be used internally to libarchive.
/freebsd-current/contrib/bearssl/src/ssl/
H A Dssl_rec_ccm.c73 unsigned char nonce[12], header[13]; local
86 * Assemble synthetic header for the AAD.
88 br_enc64be(header, cc->seq ++);
89 header[8] = (unsigned char)record_type;
90 br_enc16be(header + 9, version);
91 br_enc16be(header + 11, len);
97 br_ccm_reset(&zc, nonce, sizeof nonce, sizeof header, len, cc->tag_len);
98 br_ccm_aad_inject(&zc, header, sizeof header);
154 unsigned char nonce[12], header[1 local
[all...]
/freebsd-current/lib/libc/locale/
H A Dlnumeric.h44 struct xlocale_component header; member in struct:xlocale_numeric

Completed in 257 milliseconds

1234567891011>>