HomeSort by relevance Sort by last modified time
    Searched refs:seqno (Results 26 - 45 of 45) sorted by null

12

  /external/qemu/distrib/libselinux/src/
avc.c 410 * sequence number @ae->avd.seqno is not less than the latest
423 if (ae->avd.seqno < avc_cache.latest_notif) {
425 "%s: seqno %d < latest_notif %d\n", avc_prefix,
426 ae->avd.seqno, avc_cache.latest_notif);
926 uint32_t seqno, access_vector_t * out_retained)
967 if (seqno > avc_cache.latest_notif)
968 avc_cache.latest_notif = seqno;
981 * @seqno: policy sequence number
985 uint32_t seqno)
988 ssid, tsid, tclass, perms, seqno, 0)
    [all...]
compute_av.c 56 &avd->seqno, &avd->flags);
avc_internal.c 201 "%s: received policyload notice (seqno=%d)\n",
202 avc_prefix, msg->seqno);
203 rc = avc_ss_reset(msg->seqno);
210 rc = selinux_netlink_policyload(msg->seqno);
  /external/libselinux/include/selinux/
selinux.h 114 unsigned int seqno; member in struct:av_decision
145 int (*func_policyload) (int seqno);
  /external/qemu/distrib/libselinux/include/selinux/
selinux.h 114 unsigned int seqno; member in struct:av_decision
145 int (*func_policyload) (int seqno);
  /external/libselinux/src/
compute_av.c 56 &avd->seqno, &avd->flags);
avc_internal.c 201 "%s: received policyload notice (seqno=%d)\n",
202 avc_prefix, msg->seqno);
203 rc = avc_ss_reset(msg->seqno);
210 rc = selinux_netlink_policyload(msg->seqno);
  /external/tcpdump/
print-dccp.c 98 u_int64_t seqno = EXTRACT_24BITS(&seq_high) & 0xFFFFFF; local
103 seqno &= 0x00FFFF; /* clear reserved field */
104 seqno = (seqno << 32) + EXTRACT_32BITS(&seq_low);
107 return seqno;
  /external/iputils/
clockdiff.c 116 static u_short seqno, seqno0, acked; variable
181 acked = seqno = seqno0 = 0;
189 if (seqno - acked > TRIALS)
192 oicp->un.echo.sequence = ++seqno;
229 icp->un.echo.sequence <= seqno) {
358 acked = seqno = seqno0 = 0;
366 if ( seqno - acked > TRIALS) {
370 oicp->un.echo.sequence = ++seqno;
411 icp->un.echo.sequence <= seqno) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
parse_delay_file.m 31 seqno = zeros(Npackets, 1);
96 seqno(temp_ix) = fread(fid, 1, 'uint16');
180 'sn', seqno, ...
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 254 * fence seqno that when signaled, indicates that the command buffer has
292 * @seqno: Fence sequence number in fifo. A fence object with a lower
293 * seqno will signal the EXEC flag before a fence object with a higher
294 * seqno. This can be used by user-space to avoid kernel calls to determine
295 * whether a fence has signaled the EXEC flag. Note that @seqno will
297 * @passed_seqno: The highest seqno number processed by the hardware
299 * to determine whether a fence seqno might be stale.
315 uint32_t seqno; member in struct:drm_vmw_fence_rep
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 254 * fence seqno that when signaled, indicates that the command buffer has
292 * @seqno: Fence sequence number in fifo. A fence object with a lower
293 * seqno will signal the EXEC flag before a fence object with a higher
294 * seqno. This can be used by user-space to avoid kernel calls to determine
295 * whether a fence has signaled the EXEC flag. Note that @seqno will
297 * @passed_seqno: The highest seqno number processed by the hardware
299 * to determine whether a fence seqno might be stale.
315 uint32_t seqno; member in struct:drm_vmw_fence_rep
  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 130 uint32_t seqno; member in struct:drm_vmw_fence_rep
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 267 * fence seqno that when signaled, indicates that the command buffer has
305 * @seqno: Fence sequence number in fifo. A fence object with a lower
306 * seqno will signal the EXEC flag before a fence object with a higher
307 * seqno. This can be used by user-space to avoid kernel calls to determine
308 * whether a fence has signaled the EXEC flag. Note that @seqno will
310 * @passed_seqno: The highest seqno number processed by the hardware
312 * to determine whether a fence seqno might be stale.
328 uint32_t seqno; member in struct:drm_vmw_fence_rep
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 484 private long seqno; field in class:SIPDialog.DialogDeleteIfNoAckSentTask
486 public DialogDeleteIfNoAckSentTask(long seqno) {
487 this.seqno = seqno;
491 if (SIPDialog.this.highestSequenceNumberAcknowledged < seqno) {
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby.js 238 var seqno = 0;
305 if (seq != seqno++) {
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender_unittest.cc 984 uint16_t seqno = rtp_sender_->SequenceNumber() - 1; local
    [all...]
  /external/libsepol/src/
services.c 848 avd->seqno = latest_granting;
    [all...]
  /external/chromium-trace/
script.js     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 4230 uint8 seqno; \/* Enable\/disable sequence no. *\/ member in struct:wl_pkteng
    [all...]

Completed in 460 milliseconds

12