Home
last modified time | relevance | path

Searched refs:pH (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A Dhash.c51 void sqliteHashClear(Hash *pH){ in sqliteHashClear() argument
54 assert( pH!=0 ); in sqliteHashClear()
55 elem = pH->first; in sqliteHashClear()
56 pH->first = 0; in sqliteHashClear()
57 if( pH->ht ) sqliteFree(pH->ht); in sqliteHashClear()
58 pH->ht = 0; in sqliteHashClear()
59 pH->htsize = 0; in sqliteHashClear()
62 if( pH->copyKey && elem->pKey ){ in sqliteHashClear()
68 pH->count = 0; in sqliteHashClear()
168 static void rehash(Hash *pH, int new_size){ in rehash() argument
[all …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/interop/
H A Dinterop_001_pos.ksh57 typeset -i oldsize=`$ZFS get -pH -o value available $TESTPOOL`
63 typeset -i newsize=`$ZFS get -pH -o value available $TESTPOOL`
80 afterwritepoolavail=`$ZFS get -pH -o value available $TESTPOOL`
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dproperty_alias_001_pos.ksh92 $ZFS get -pH -o value $propname $ds >/dev/null 2>&1
121 $ZFS get -pH -o value $propname $ds >/dev/null 2>&1
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_reservation/
H A Dzfs_reservation_002_pos.ksh72 reserve=`$ZFS get -pH reservation $FS | $AWK '{print $3}'`
/titanic_41/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation.shlib54 resv_val=`$ZFS get -pH reservation $dataset | awk '{print $3}'`
/titanic_41/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib853 prop_val=$($ZFS get -pH -o value $prop $dataset 2>/dev/null)