OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:leafdata
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/std/
ieee1212var.h
66
struct p1212_leafdata *
leafdata
;
member in struct:p1212_data
ieee1212.c
631
data->
leafdata
= NULL;
636
data->
leafdata
=
638
if (data->
leafdata
== NULL) {
717
struct p1212_leafdata *
leafdata
;
local in function:p1212_parse_leaf
737
leafdata
= malloc(sizeof(struct p1212_leafdata), M_DEVBUF, M_WAITOK);
738
leafdata
->data = malloc((sizeof(u_int32_t) * crclen), M_DEVBUF,
740
leafdata
->len = crclen;
742
leafdata
->data[i] = ntohl(t[i]);
743
return
leafdata
;
1089
(data->
leafdata
== NULL)
[
all
...]
Completed in 27 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025