OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fb_next
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/sun/
fb.c
74
struct fbdevlist *
fb_next
;
member in struct:fbdevlist
112
fbl = fbl->
fb_next
;
171
while (fbl->
fb_next
!= NULL) {
172
fbl = fbl->
fb_next
;
175
fbl->
fb_next
= malloc(sizeof (struct fbdevlist),
177
fbl = fbl->
fb_next
;
180
fbl->
fb_next
= NULL;
191
while (fbl->
fb_next
!= NULL) {
192
fbl = fbl->
fb_next
;
195
fbl->
fb_next
= malloc(sizeof (struct fbdevlist)
[
all
...]
fb.c
74
struct fbdevlist *
fb_next
;
member in struct:fbdevlist
112
fbl = fbl->
fb_next
;
171
while (fbl->
fb_next
!= NULL) {
172
fbl = fbl->
fb_next
;
175
fbl->
fb_next
= malloc(sizeof (struct fbdevlist),
177
fbl = fbl->
fb_next
;
180
fbl->
fb_next
= NULL;
191
while (fbl->
fb_next
!= NULL) {
192
fbl = fbl->
fb_next
;
195
fbl->
fb_next
= malloc(sizeof (struct fbdevlist)
[
all
...]
Completed in 67 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025