Searched defs:stored (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dnisdb_mt.cc106 * stored, and hence whether or not we're perfroming a modify operation.
113 int stored; local
118 if ((stored = tsd->doingModify) != 0) {
138 *storedP = stored;
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c7078 struct termios stored, current; local
7087 (void) tcgetattr(0, &stored);
7088 current = stored;
7121 (void) tcsetattr(0, TCSANOW, &stored);

Completed in 81 milliseconds