| /src/sys/arch/arm/iomd/ |
| iomd.c | 142 int refresh; local 167 /* Identify it and get the DRAM refresh rate */ 171 refresh = bus_space_read_1(iot, ioh, IOMD_REFCR) & 0x0f; 176 refresh = bus_space_read_1(iot, ioh, IOMD_REFCR) & 0x0f; 181 refresh = bus_space_read_1(iot, ioh, IOMD_VREFCR) & 0x09; 186 refresh = -1; 192 /* Report the DRAM refresh rate */ 194 aprint_normal("DRAM refresh="); 195 switch (refresh) { 212 aprint_normal("unknown [%02x]", refresh); [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/ |
| trpz.h | 54 uint32_t refresh; member in struct:__anon23965
|
| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| keydata_65533.h | 21 uint32_t refresh; /* Timer for refreshing data */ member in struct:dns_rdata_keydata
|
| soa_6.h | 25 uint32_t refresh; /*%< host order */ member in struct:dns_rdata_soa
|
| keydata_65533.c | 32 uint32_t refresh, addhd, removehd; local 42 /* refresh timer */ 45 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &refresh)); 46 RETERR(uint32_tobuffer(refresh, target)); 97 unsigned long refresh, add, deltime; local 109 /* refresh timer */ 110 refresh = uint32_fromregion(&sr); 112 RETERR(dns_time32_totext(refresh, target)); 206 /* Skip over refresh, addhd, and removehd */ 215 RETERR(str_totext("; next refresh: ", target)) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| keydata_65533.h | 22 uint32_t refresh; /* Timer for refreshing data */ member in struct:dns_rdata_keydata
|
| soa_6.h | 26 uint32_t refresh; /*%< host order */ member in struct:dns_rdata_soa
|
| keydata_65533.c | 32 uint32_t refresh, addhd, removehd; local 42 /* refresh timer */ 45 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &refresh)); 46 RETERR(uint32_tobuffer(refresh, target)); 97 unsigned long refresh, add, deltime; local 109 /* refresh timer */ 110 refresh = uint32_fromregion(&sr); 112 RETERR(dns_time32_totext(refresh, target)); 206 /* Skip over refresh, addhd, and removehd */ 217 RETERR(str_totext("; next refresh: ", target)) [all...] |
| /src/sys/dev/i2c/ |
| hytp14var.h | 79 void (*refresh)(struct hytp14_sc *, envsys_data_t *); member in struct:hytp14_sensor
|
| smscmonvar.h | 63 void (*refresh)(struct smscmon_sc *, envsys_data_t *); member in struct:smscmon_sensor
|
| /src/sys/dev/videomode/ |
| pickmode.c | 70 pick_mode_by_ref(int width, int height, int refresh) 76 height, refresh); 81 diff = abs(mref - refresh); 112 * Sort modes by refresh rate, aspect ratio (*), then resolution. 122 int aspect, refresh, hbest, vbest, abest, atemp, rbest, rtemp; local 132 refresh = DIVIDE(DIVIDE((*preferred)->dot_clock * 1000, 141 * first in the list. Preferred refresh rate is taken from 158 refresh = DIVIDE(DIVIDE(mtemp->dot_clock * 1000, 164 /* Sort other modes by refresh rate, aspect ratio, then resolution */ 171 rtemp = abs(refresh [all...] |
| edid.c | 315 int refresh, i; local 317 refresh = DIVIDE(DIVIDE(mode->dot_clock * 1000, 322 refresh == DIVIDE(DIVIDE(
|
| /src/external/bsd/top/dist/ |
| globalstate.h | 45 struct timeval refresh; member in struct:globalstate
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| scache_single.c | 210 int refresh; local 218 refresh = 224 if (refresh == 0) { 233 refresh ? " (refreshed)" : "");
|
| scache_multi.c | 366 int refresh = 0; local 391 refresh = 1; 395 if (refresh == 0) { 411 refresh ? " (refreshed)" : "");
|
| /src/external/mit/libuv/dist/test/ |
| test-fs-open-flags.c | 76 static void refresh(void) { function 131 refresh(); 150 refresh();
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dwarf-mode.el | 180 (defun dwarf-do-refresh (&rest _ignore) 188 (defun dwarf-refresh-all () 189 "Refresh the current buffer without eliding substructure. 212 (define-key map "A" #'dwarf-refresh-all) 222 (set (make-local-variable 'revert-buffer-function) #'dwarf-do-refresh) 238 (dwarf-do-refresh)))
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dwarf-mode.el | 180 (defun dwarf-do-refresh (&rest _ignore) 188 (defun dwarf-refresh-all () 189 "Refresh the current buffer without eliding substructure. 212 (define-key map "A" #'dwarf-refresh-all) 222 (set (make-local-variable 'revert-buffer-function) #'dwarf-do-refresh) 238 (dwarf-do-refresh)))
|
| /src/games/backgammon/common_source/ |
| fancy.c | 190 for (i = 0; i < 26; i++)/* save board position for refresh later */ 261 refresh(void) function
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| ProfileSummaryInfo.cpp | 58 void ProfileSummaryInfo::refresh() { function in class:ProfileSummaryInfo
|
| /src/external/bsd/ntp/dist/sntp/ |
| networking.h | 86 u_long refresh; /* next refresh epoch */ member in struct:speer
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| fs_dir.h | 117 { refresh(); } 122 refresh(__ec); 137 refresh(); 144 refresh(__ec); 151 refresh(); 158 refresh(__ec); 162 refresh() function in class:filesystem::directory_entry 166 refresh(error_code& __ec) noexcept
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| fs_dir.h | 117 { refresh(); } 122 refresh(__ec); 137 refresh(); 144 refresh(__ec); 151 refresh(); 158 refresh(__ec); 162 refresh() function in class:filesystem::directory_entry 166 refresh(error_code& __ec) noexcept
|
| /src/lib/libcurses/ |
| refresh.c | 1 /* $NetBSD: refresh.c,v 1.130 2026/02/14 15:46:55 hgutch Exp $ */ 35 static char sccsid[] = "@(#)refresh.c 8.7 (Berkeley) 8/13/94"; 37 __RCSID("$NetBSD: refresh.c,v 1.130 2026/02/14 15:46:55 hgutch Exp $"); 67 * refresh -- 72 refresh(void) function
|
| /src/sys/dev/ic/ |
| spdmem.c | 551 const char *voltage, *refresh; local 559 refresh = spdmem_refresh_types[s->sm_refresh]; 561 refresh = "unknown"; 563 aprint_verbose_dev(self, "voltage %s, refresh time %s%s\n", 564 voltage, refresh,
|