Searched refs:f_msglist (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h138 LIST_ENTRY(fileglob) f_msglist;/* list of active files */ member in struct:fileglob
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_usrreq.c1408 for (fg = fmsghead.lh_first; fg != 0; fg = fg->f_msglist.le_next) {
1415 fg = fg->f_msglist.le_next) {
1551 nextfg = fg->f_msglist.le_next;
H A Dkern_descrip.c4336 LIST_INSERT_HEAD(&fmsghead, fg, f_msglist);
4383 LIST_REMOVE(fg, f_msglist);

Completed in 35 milliseconds