HomeSort by relevance Sort by last modified time
    Searched refs:last_seqno (Results 1 - 2 of 2) sorted by null

  /external/libselinux/src/
sestatus.c 41 static uint32_t last_seqno; variable
109 * `last_seqno' being initialized to odd-number in the first call.
114 if (last_seqno & 0x0001)
115 last_seqno = curr_seqno;
117 if (last_seqno != curr_seqno)
119 last_seqno = curr_seqno;
281 last_seqno = (uint32_t)(-1);
304 last_seqno = (uint32_t)(-1);
348 last_seqno = (uint32_t)(-1);
  /external/qemu/distrib/libselinux/src/
sestatus.c 41 static uint32_t last_seqno; variable
109 * `last_seqno' being initialized to odd-number in the first call.
114 if (last_seqno & 0x0001)
115 last_seqno = curr_seqno;
117 if (last_seqno != curr_seqno)
119 last_seqno = curr_seqno;
281 last_seqno = (uint32_t)(-1);
304 last_seqno = (uint32_t)(-1);
348 last_seqno = (uint32_t)(-1);

Completed in 1282 milliseconds