Home
last modified time | relevance | path

Searched refs:d_base (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dmemlist.c242 uint64_t p_base, p_end, d_base, d_end; in diff_memlists() local
266 d_base = diff->ml_address; in diff_memlists()
267 d_end = d_base + diff->ml_size; in diff_memlists()
281 if (p_end <= d_base) { in diff_memlists()
294 if (p_base < d_base) in diff_memlists()
295 (*func)(p_base, d_base - p_base); in diff_memlists()
337 d_base = diff->ml_address; in diff_memlists()
338 d_end = d_base + diff->ml_size; in diff_memlists()
339 if (p_end <= d_base) { in diff_memlists()
343 (*func)(p_base, d_base - p_base); in diff_memlists()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_find_001_pos.ksh82 d_base=testdir.$$ # Base directory name for tested directory
93 log_must mkdir ${d_base}.$i
98 for obj in ${f_base}.3 ${d_base}.3
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_x86util.c99 name, width, desc->d_base, width / 2, desc->d_lim, desc->d_acc, in mdb_x86_print_desc()
202 width, sregs->sr_gdtr.d_base, sregs->sr_gdtr.d_lim); in mdb_x86_print_sysregs()
205 width, sregs->sr_gdtr.d_base, sregs->sr_gdtr.d_lim); in mdb_x86_print_sysregs()
209 width, sregs->sr_idtr.d_base, sregs->sr_idtr.d_lim); in mdb_x86_print_sysregs()
H A Dmdb_x86util.h27 uint64_t d_base; member
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c989 sregs.sr_gdtr.d_base = gdtr.dtr_base; in sysregs_dcmd()