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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_stolen.c230 st = kmalloc(sizeof(*st), GFP_KERNEL);
231 if (st == NULL)
234 if (sg_alloc_table(st, 1, GFP_KERNEL)) {
235 kfree(st);
239 sg = st->sgl;
246 return st;
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Mailbox.c451 struct stat st; local
453 if (stat (w->mailbox.filename, &st) == 0) {
454 mailboxsize = st.st_size;

Completed in 25 milliseconds