OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hdrsz
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
if_smsc.c
1023
const size_t
hdrsz
= sizeof(txhdr) * 2;
local in function:smsc_uno_tx_prepare
1025
if ((unsigned)m->m_pkthdr.len > un->un_tx_bufsz -
hdrsz
)
1041
frm_len +=
hdrsz
;
/src/sbin/savecore/
savecore.c
297
int i,
hdrsz
;
local in function:kmem_setup
384
hdrsz
= kvm_dump_mkheader(kd_dump, dumplo);
387
* If '
hdrsz
' == 0, kvm_dump_mkheader() failed on the magic-number
390
if (
hdrsz
== 0) {
394
if (
hdrsz
== -1) {
399
dumplo +=
hdrsz
;
Completed in 12 milliseconds
Indexes created Tue Sep 30 06:09:59 GMT 2025