OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bufhdr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
arcmsr.c
1594
struct arc_fw_bufhdr *
bufhdr
;
local in function:arc_msgbuf
1615
bufhdr
= (struct arc_fw_bufhdr *)wbuf;
1616
bufhdr
->hdr = arc_fw_hdr;
1617
bufhdr
->len = htole16(wbuflen);
1705
bufhdr
= (struct arc_fw_bufhdr *)rbuf;
1706
if (memcmp(&
bufhdr
->hdr, &arc_fw_hdr, sizeof(
bufhdr
->hdr)) != 0 ||
1707
bufhdr
->len != htole16(rbuflen)) {
arcmsr.c
1594
struct arc_fw_bufhdr *
bufhdr
;
local in function:arc_msgbuf
1615
bufhdr
= (struct arc_fw_bufhdr *)wbuf;
1616
bufhdr
->hdr = arc_fw_hdr;
1617
bufhdr
->len = htole16(wbuflen);
1705
bufhdr
= (struct arc_fw_bufhdr *)rbuf;
1706
if (memcmp(&
bufhdr
->hdr, &arc_fw_hdr, sizeof(
bufhdr
->hdr)) != 0 ||
1707
bufhdr
->len != htole16(rbuflen)) {
Completed in 25 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025