Searched refs:available (Results 1 - 25 of 88) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/os/
H A Dddi_nodeid.c44 * Keep a sorted free list of available nodeids.
49 struct available { struct
52 struct available *next;
53 struct available *prev;
57 * The initial seed of available nodeids: 1 .. 0x10000000
67 static struct available seed = {
72 * head of the available list ...
74 static struct available *nhead;
84 static struct available *
87 return (kmem_zalloc(sizeof (struct available), kmfla
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation_004_pos.sh44 # 2) Get the space used and available in the pool
45 # 3) Set a reservation on the filesystem less than the space available.
49 # 6) Verify that the space used and available totals for the pool have
69 space_avail=`get_prop available $TESTPOOL`
88 # re-calculate space available.
89 space_avail=`get_prop available $TESTPOOL`
96 space_avail=`get_prop available $TESTPOOL`
101 # not by the space available in the pool but rather by the size
117 new_space_avail=`get_prop available $TESTPOOL`
H A Dreservation_007_pos.sh39 # dataset at the same level in the hierarchy beyond using up available
67 space_avail=`get_prop available $TESTPOOL`
91 avail_aft_dset1=`get_prop available $TESTPOOL`
100 # available totals should revert back to the values they
105 avail_dest_dset2=`get_prop available $TESTPOOL`
113 # space available totals should revert back to the values
117 avail_dest_dset1=`get_prop available $TESTPOOL`
H A Dreservation_001_pos.sh39 # the reservation is less than the space available in the pool.
44 # 2) Get the space available in the pool
45 # 3) Set a reservation on the filesystem less than the space available.
64 "use value smaller than space available property of pool"
66 space_avail=`get_prop available $TESTPOOL`
92 space_avail=`get_prop available $TESTPOOL`
98 # available in the pool but rather by the size of
114 new_space_avail=`get_prop available $obj`
H A Dreservation_005_pos.sh44 # 2) Get the space used and available in the pool
45 # 3) Set a reservation on the filesystem less than the space available.
49 # 6) Verify that the space used and available totals for the pool have
68 space_avail=`get_prop available $TESTPOOL`
85 space_avail=`get_prop available $TESTPOOL`
95 # not by the space available in the pool but rather by the size
111 new_space_avail=`get_prop available $TESTPOOL`
H A Dreservation_011_pos.sh60 space_avail=`get_prop available $TESTPOOL`
H A Dreservation_002_pos.sh38 # Reservation values cannot exceed the amount of space available
44 # 2) Get the space available in the pool
45 # 3) Attempt to set a reservation greater than the available space
66 " available in the pool"
68 space_avail=`get_prop available $TESTPOOL`
87 space_avail=`get_prop available $TESTPOOL`
92 # not by the space available in the pool but rather by the size
H A Dreservation_003_pos.sh44 # 2) Get the space available in the pool
45 # 3) Set a reservation on the filesystem less than the space available.
79 space_avail=`get_prop available $TESTPOOL`
85 # not by the space available in the pool but rather by the size
111 space_avail=`get_prop available $TESTPOOL`
H A Dreservation_009_pos.sh68 space_avail=`get_prop available $TESTPOOL`
80 space_avail_still=`get_prop available $TESTPOOL`
H A Dreservation_010_pos.sh70 space_avail=`get_prop available $TESTPOOL`
82 space_avail_still=`get_prop available $TESTPOOL`
H A Dreservation_014_pos.sh64 space_avail=`get_prop available $TESTPOOL`
82 space_avail=`get_prop available $TESTPOOL`
H A Dreservation_018_pos.sh61 space_avail=$(get_prop available $fs)
H A Dreservation_008_pos.sh72 space_avail=`get_prop available $TESTPOOL`
99 space_avail_still=`get_prop available $TESTPOOL`
H A Dreservation_012_pos.sh69 space_avail=`get_prop available $TESTPOOL`
H A Dreservation_015_pos.sh80 space_avail_still=`get_prop available $TESTPOOL`
H A Dreservation_016_pos.sh80 space_avail_still=$(get_prop available $TESTPOOL)
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_memory.c122 cell_t available[4]; local
130 OF_getprop(memoryp, "available", available, sizeof(available));
132 heap_base = OF_claim((void *)available[acells-1], size,
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_011_neg.ksh55 type creation used available \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_008_pos.ksh71 orig_size=`get_prop available $TESTPOOL`
91 new_size=`get_prop available $TESTPOOL`
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwhocalls.ksh35 -s When available, examine and use the .symtab symbol table
/illumos-gate/usr/src/test/zfs-tests/tests/functional/quota/
H A Dquota_005_pos.ksh65 space_avail=$(get_prop available $fs)
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_client.c312 unsigned long available; local
315 available = nds->pdu_size - nds->pdu_scan_offset;
317 while (available < NDR_RSP_HDR_SIZE) {
320 available += nbytes;
326 while (available < hdr->frag_length) {
329 available += nbytes;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_002_pos.ksh50 typeset zfs_props=("type" used available creation volsize referenced \
/illumos-gate/usr/src/cmd/availdevs/
H A Davaildevs.c67 xmlNodePtr available = *((xmlNodePtr *)data); local
70 available, NULL, (xmlChar *)ELEMENT_DISK, NULL);
231 /* Create the available node */
232 xmlNodePtr available = xmlNewChild(root, NULL, local
239 add_disk_to_xml, &available);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/refreserv/
H A Drefreserv_002_pos.ksh69 typeset -i rr=$(get_prop available $ds)

Completed in 81 milliseconds

1234