HomeSort by: relevance | last modified time | path
    Searched defs:last_seqno (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_syncmap.c 580 u32 last_seqno = seqno; local in function:igt_syncmap_random
584 expect = seqno_later(last_seqno, seqno);
591 context, last_seqno, seqno, expect);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h 178 * @last_seqno: last sequence number used to talk to this.
238 int last_seqno; member in struct:drm_dp_mst_branch
  /src/sbin/ping/
ping.c 1164 static u_int16_t last_seqno = 0xffff; local in function:pr_pack
1166 u_int16_t gap = seqno - (last_seqno + 1);
1171 (u_int16_t) (last_seqno + 1),
1178 last_seqno = seqno;

Completed in 15 milliseconds