Home
last modified time | relevance | path

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 Dzpool_clear_001_pos.ksh70 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 Dpci_boot.c2655 uint64_t len, fbase; in add_bar_reg_props() local
2724 fbase, len, in add_bar_reg_props()
2728 if (fbase != 0) { in add_bar_reg_props()
2761 fbase = 0; in add_bar_reg_props()
2769 if (fbase != 0) in add_bar_reg_props()
2779 base_hi = fbase >> 32; in add_bar_reg_props()
2782 if (fbase == 0) { in add_bar_reg_props()
2794 fbase, len); in add_bar_reg_props()
2815 fbase, len, in add_bar_reg_props()
2840 fbase, len); in add_bar_reg_props()
[all …]
/illumos-gate/usr/src/lib/libproc/common/
H A DPlwpregs.c81 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()