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

/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c2907 uchar_t *my_from_ptr; local
2914 my_from_ptr = from_ptr + size;
2929 ((*(my_from_ptr + 2) << 8) | *(my_from_ptr + 3));
2930 bcopy((void *)(my_from_ptr),
2933 my_from_ptr += size;
2938 ((*(my_from_ptr + 2) << 8) |
2939 *(my_from_ptr + 3));
2940 bcopy((void *)(my_from_ptr),
2943 my_from_ptr
[all...]

Completed in 63 milliseconds