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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h124 int b_stackgetblk[6]; member in struct:buf
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c2514 bp->b_stackgetblk[0] = (int)__builtin_return_address(0);
2515 bp->b_stackgetblk[1] = (int)__builtin_return_address(1);
2516 bp->b_stackgetblk[2] = (int)__builtin_return_address(2);
2517 bp->b_stackgetblk[3] = (int)__builtin_return_address(3);
2518 bp->b_stackgetblk[4] = (int)__builtin_return_address(4);
2519 bp->b_stackgetblk[5] = (int)__builtin_return_address(5);

Completed in 86 milliseconds