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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_marker.c 81 bool updated = false; local in function:vmw_marker_pull
90 updated = true;
100 updated = true;
108 return (updated) ? 0 : -EBUSY;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calcs.c 629 volatile bool updated = false; local in function:dcn_bw_apply_registry_override
634 updated = true;
641 updated = true;
648 updated = true;
655 updated = true;
663 updated = true;
669 return updated;
  /src/sys/altq/
altq_jobs.c 1028 int is_backlogged, class_exists, updated; local in function:enforce_wc
1030 updated = 0;
1043 updated = 1;
1046 if (updated) {
1059 return (updated);
  /src/usr.sbin/route6d/
route6d.c 1787 int updated = 0; local in function:rt_deladdr
1843 updated++;
1869 updated++;
1880 return updated ? 0 : -1;
  /src/sbin/fsck_udf/
main.c 1906 /* check if it was updated the last time */
2659 updated = 1; \
2669 int updated = 0; local in function:udf_process_vds_descriptor
2684 if (!preen && !updated) {
2698 if (!preen && !updated)
2994 pwarn("Last unique id updated from %" PRIi64 " to %" PRIi64 " : FIXED\n",
3050 /* write out updated free space map */
  /src/sys/dev/pci/
if_agereg.h 537 uint32_t updated; member in struct:smb
if_alcreg.h 1157 uint32_t updated; member in struct:smb
if_mcx.c 8683 struct timeval updated; local in function:mcx_kstat_mtmp_read
8685 TIMESPEC_TO_TIMEVAL(&updated, &ks->ks_updated);
8687 if (!ratecheck(&updated, &mcx_kstat_mtmp_rate))
8711 TIMEVAL_TO_TIMESPEC(&updated, &ks->ks_updated);

Completed in 31 milliseconds