Searched refs:nt_objref (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/compat/ndis/
H A Dntoskrnl_var.h351 struct nt_objref { struct
354 TAILQ_ENTRY(nt_objref) link;
357 TAILQ_HEAD(nt_objref_head, nt_objref);
359 typedef struct nt_objref nt_objref; typedef in typeref:struct:nt_objref
H A Dsubr_ntoskrnl.c3434 nt_objref *nr;
3436 nr = malloc(sizeof(nt_objref), M_DEVBUF, M_NOWAIT|M_ZERO);
3456 nt_objref *nr;
3568 struct nt_objref *nr;

Completed in 103 milliseconds