Searched refs:ustart (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | pass5.c | 464 int astart, aend, ustart, uend; local 468 astart = ustart = aend = uend = -1; 500 if (ustart == -1) { 501 ustart = uend = n; 508 size = uend - ustart + 1; 511 ustart = uend = n; 515 ustart += skip; 525 name, ustart); 529 name, ustart, 530 ustart [all...] |
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | thread.c | 725 caddr_t ustart; /* userland copy of kernel stack, aligned start */ local 901 * alignement for ustart and uend, in boundaries. 903 ustart = ustack = (caddr_t)mdb_alloc(usize + 8, UM_SLEEP); 904 if ((((uintptr_t)ustart) & 0x7) != 0) { 905 ustart = (caddr_t)((((uintptr_t)ustart) & (~0x7)) + 8); 907 uend = ustart + usize; 910 if (mdb_vread(ustart, usize, (uintptr_t)start) != usize) { 929 ptr = (uint64_t *)((void *)ustart); 933 ustart, (caddr_ [all...] |
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | microcode.c | 815 uint8_t *ustart; local 830 ustart = ucode_zalloc(cp->cpu_id, usize); 831 ASSERT(ustart); 838 (void) memcpy(ustart, ucodefp->uf_header, UCODE_HEADER_SIZE_INTEL); 839 (void) memcpy(&ustart[UCODE_HEADER_SIZE_INTEL], ucodefp->uf_body, 842 (void) memcpy(&ustart[ext_offset], 845 uus.ucodep = ustart;
|
Completed in 61 milliseconds