gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:Kmalloc from tkernel_2 (0.00 seconds)
tkernel_2
lib/libdrvif/src/gdrvif.c - 32.8KB - 1,032 lines
896:         /* Create "GDI" */
897:         gdi = Kmalloc(sizeof(*gdi));
898:         if ( gdi == NULL ) { err = E_NOMEM; goto err_ret1; }
lib/libdrvif/src/sdrvif.c - 7.2KB - 312 lines
239:         /* Create "SDI"*/
240:         sdi = Kmalloc(sizeof(*sdi));
241:         if ( sdi == NULL ) { err = E_NOMEM; goto err_ret1; }