Searched refs:swapped (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_wol.c138 uint32_t swapped = 0; local
148 * MC bitmask is supposed to be bit swapped
161 swapped <<= 1;
162 swapped |= (native & 0x1);
168 EFX_DWORD_0, swapped);
169 swapped = 0;
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_pc.c78 static int pfd = -1, swapped = 0; variable
121 swapped = 1;
168 if (swapped) {
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb.c111 int fd, ftype, need_fileid, restore, ret, retry_cnt, swapped; local
378 swapped = 0;
388 if (swapped && (ret = __bam_mswap((PAGE *)btm)) != 0)
427 if (swapped && (ret = __ham_mswap((PAGE *)hashm)) != 0)
452 if (swapped) {
459 swapped = 1;
/illumos-gate/usr/src/uts/common/os/
H A Dsched.c82 * NOTE: Threads which have been swapped are not linked on any
86 * swapped out immediately by the swapper. This is due to the fact that
96 * haven't been swapped, are runnable but not on the run queue. The
111 * before a process is swapped in. This is necessary since in most
112 * cases the actual size of a process (p_swrss) being swapped in
134 * Macro to determine if a process is eligble to be swapped.
206 * Look at processes with at least one swapped lwp.
348 * Use freemem, since we want processes to be swapped
368 * swapped in so wait a sec before attempting to
437 * than the one currently being swapped i
461 int swapped; local
[all...]
/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_rowcol.c174 int swapped = 0; local
180 swapped++;
187 "row 0x%x (%d bits swapped for cs intlv)\n", iaddr, addr, swapped);
470 * swapped, perhaps even for a dimm of different size and number of ranks.
538 * the system address map only if swapped in, and the csbase etc
/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c152 bool swapped; member in struct:solo_engine
954 if (e->swapped) {
1276 e->swapped = true;
1290 e->swapped = false;
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c754 goto swapped;
764 goto swapped;
771 goto swapped;
926 swapped:
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c2309 boolean_t swapped; local
2364 swapped = B_FALSE;
2413 swapped = B_TRUE;
2416 } while (swapped == B_TRUE);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c9547 * swapped properly for the Comstar code
9731 * here. The RSCN data is NOT swapped properly
10831 /* The size of data buffer needs to be swapped. */
10862 uint32_t swapped; local
10873 swapped = 1;
10876 swapped = 0;
10888 if (!swapped) {
10976 uint32_t swapped; local
10987 swapped = 1;
10990 swapped
[all...]

Completed in 117 milliseconds