Searched refs:fbase (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_clear/ |
H A D | zpool_clear_001_pos.ksh | 70 fbase=$TESTDIR/file 71 set -A poolconf "mirror $fbase.0 $fbase.1 $fbase.2" \ 72 "raidz1 $fbase.0 $fbase.1 $fbase.2" \ 73 "raidz2 $fbase.0 $fbase.1 $fbase.2" 182 dd if=/dev/zero of=$fbase.$i seek=512 bs=1024 count=$wcount conv=notrunc \ 194 log_must zpool clear $TESTPOOL1 $fbase.$i 195 ! check_err $TESTPOOL1 $fbase.$i && \ 196 log_fail "'zpool clear' fails to clear error for $fbase.$i device."
|
/illumos-gate/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 2660 uint64_t len, fbase; in add_bar_reg_props() local 2721 fbase = (((uint64_t)base_hi) << 32) | base; in add_bar_reg_props() 2729 fbase, len, in add_bar_reg_props() 2733 if (fbase != 0) { in add_bar_reg_props() 2735 (void) pci_memlist_remove(mem_avail, fbase, in add_bar_reg_props() 2737 (void) pci_memlist_remove(pmem_avail, fbase, in add_bar_reg_props() 2741 pci_memlist_insert(pmem_used, fbase, in add_bar_reg_props() 2744 pci_memlist_insert(mem_used, fbase, in add_bar_reg_props() 2768 } else if (pci_bus_res[bus].mem_reprogram || (fbase == 0 && in add_bar_reg_props() 2771 fbase = 0; in add_bar_reg_props() [all …]
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Plwpregs.c | 81 const char *fbase, void *rp, size_t n) in getlwpfile() argument 87 procfs_path, (int)P->status.pr_pid, (int)lwpid, fbase); in getlwpfile() 114 getlwpfile_alloc(struct ps_prochandle *P, lwpid_t lwpid, const char *fbase, in getlwpfile_alloc() argument 121 procfs_path, (int)P->status.pr_pid, (int)lwpid, fbase); in getlwpfile_alloc()
|