OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_bytes
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/hfs/
libhfs.c
1166
* Reads
in_bytes
, formats the data appropriately, and places the result
1172
hfslib_read_volume_header(void*
in_bytes
, hfs_volume_header_t* out_header)
1178
if (
in_bytes
== NULL || out_header == NULL)
1181
ptr =
in_bytes
;
1236
return ((uint8_t*)ptr - (uint8_t*)
in_bytes
);
1242
* Reads
in_bytes
, formats the data appropriately, and places the result
1249
hfslib_read_master_directory_block(void*
in_bytes
,
1255
if (
in_bytes
== NULL || out_mdr == NULL)
1258
ptr =
in_bytes
;
1312
return ((uint8_t*)ptr - (uint8_t*)
in_bytes
);
[
all
...]
/src/sys/external/bsd/ipf/netinet/
ip_nat.h
251
U_QUAD_T
in_bytes
[2];
member in struct:ipnat
ip_nat.c
4734
np->
in_bytes
[fin->fin_rev] += fin->fin_plen;
Completed in 28 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025