HomeSort by: relevance | last modified time | path
    Searched refs:per (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_flags.inc 58 20, // 1Mb per size class, i.e. ~11Mb per thread
  /src/sys/arch/arm/nxp/
imx_com.c 73 struct clk *per; local
92 per = fdtbus_clock_get(phandle, "per");
93 if (per != NULL && clk_enable(per) != 0) {
94 aprint_error(": couldn't enable per clock\n");
103 if (per != NULL) {
104 aprint_normal(", %u Hz", clk_get_rate(per));
106 imxuart_set_frequency(clk_get_rate(per), 2);
  /src/sys/modules/arch/
archdirs.mk 3 # list of subdirs used per-platform
  /src/usr.sbin/sysinst/
msg.pm.en 105 message vnd_bps_fmt {Bytes per Sector}
106 message vnd_spt_fmt {Sectors per Track}
107 message vnd_tpc_fmt {Tracks per Cylinder}
111 message vnd_bps_ask {Bytes per Sector?}
112 message vnd_spt_ask {Sectors per Track?}
113 message vnd_tpc_ask {Tracks per Cylinder?}
msg.entropy.de 59 {Falls Sie Daten von einem anderen System per Kopieren & Einf�gen in dieses
74 {Download per ftp}
77 {Download per http}
msg.mbr.en 56 Please enter the number of sectors per track (maximum 63)
  /src/usr.bin/make/unit-tests/
directive-export-impl.mk 11 # VarFlags.exported (per variable)
12 # VarFlags.reexport (per variable)
13 # VarExportMode (per call of Var_Export and ExportVar)
cond-cmp-numeric-eq.mk 20 # Scientific notation is supported, as per strtod.
directive-for-empty.mk 84 # has to be one scope per included file. There may be .for loops using the
113 # again. This would suggest to use one variable scope per .for loop.
  /src/sys/arch/amiga/dev/
aucc.c 101 aucc_data_t sc_channel[4]; /* per channel freq, ... */
265 /* init values per channel */
337 u_long per; local
341 per = freqtoper(sr);
342 if (per > 0xffff)
344 sr = pertofreq(per);
348 sc->sc_channel[i].nd_per = per;
425 custom.aud[i].per = sc->sc_channel[i].nd_per;
508 * compute output length in bytes per channel.
528 custom.aud[i].per = sc->sc_channel[i].nd_per
808 u_int per; local
    [all...]
  /src/distrib/utils/embedded/files/
resize_disklabel 30 /sbin/drvctl -p "$disk" disk-info/geometry/sectors-per-unit
  /src/sys/dev/
lockstat.c 163 * Prepare the per-CPU tables for use, or clear down tables when tracing is
169 int i, per, slop, cpuno; local
189 per = le->le_nbufs / ncpu;
190 slop = le->le_nbufs - (per * ncpu);
201 for (i = per; i != 0; i--, lb++) {
  /src/distrib/sets/
mkvars.mk 6 # Please keep alphabetically sorted with one entry per line.
  /src/distrib/hp300/miniroot/
install.md 149 size = (sectors per track) * (tracks per cyl) * (total cylinders)
171 echo -n "Number of bytes per disk sector? [512] "
259 (filesystem block size), and cpg (cylinders per group) values. If you
  /src/sys/arch/amiga/amiga/
custom.h 140 unsigned short per; member in struct:Custom::Audio
  /src/sys/arch/m68k/060sp/dist/
test.doc 70 (1) | Call-Out | - 4 bytes per entry (user fills these in)
73 | | - 8 bytes per entry
fpsp.doc 76 (1) | Call-Out | - 4 bytes per entry (user fills these in)
79 | | - 8 bytes per entry
isp.doc 84 (1) | Call-Out | - 4 bytes per entry (user fills these in)
87 | | - 8 bytes per entry
  /src/sys/arch/mvme68k/stand/sboot/
oc_cksum.s 59 | bad alignment adds ~10% to the per-call cost. Since, by the nature
84 | The cost of calling this routine was typically 10% of the per-
89 | However, in absolute terms, inlining would only gain 10us per
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors_format.inc 527 "interceptor: %.*s (reported once per process)\n",
  /src/distrib/mvme68k/miniroot/
install.md 150 pairs are on cylinder boundaries (the number of sector per cylinder is
  /src/sys/arch/m68k/m68k/
oc_cksum.s 55 | bad alignment adds ~10% to the per-call cost. Since, by the nature
80 | The cost of calling this routine was typically 10% of the per-
85 | However, in absolute terms, inlining would only gain 10us per
  /src/sys/arch/sparc64/doc/
TODO 37 - sun4v tsb no need to lock... per cpu... anyway...
  /src/sys/conf/
copts.mk 3 # MI per-file compiler options required.
  /src/sys/compat/linux/common/
linux_misc.c 1153 syscallarg(unsigned long) per;
1156 int per; local
1158 per = SCARG(uap, per);
1160 if (per == LINUX_PER_QUERY) {
1165 switch (per & LINUX_PER_MASK) {
1168 led->led_personality = per;
1175 retval[0] = per;

Completed in 29 milliseconds

1 2 3