Home
last modified time | relevance | path

Searched refs:must_swap (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tic/
H A Dtic_read.c125 int must_swap(void);
143 int swapping = must_swap(); in read_entry()
293 must_swap() in must_swap() function
H A Dtic_parse.c127 extern int must_swap(void);
679 #define might_swap(x) (must_swap() ? swap(x) : (x))
700 if (must_swap()) { in write_object()
728 if (must_swap()) { in write_object()