Searched defs:available (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dmmap.c28 grub_uint32_t available[32]; local
34 /* Determine the format of each entry in `available'. */
44 /* Load `/memory/available'. */
48 if (grub_ieee1275_get_integer_property (memory, "available", available,
49 sizeof available, &available_size))
51 "couldn't examine /memory/available property");
67 address = available[i++];
69 address = (address << 32) | available[i++];
71 size = available[
[all...]
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_client.c331 unsigned long available; local
334 available = nds->pdu_size - nds->pdu_scan_offset;
336 while (available < NDR_RSP_HDR_SIZE) {
339 available += nbytes;
345 while (available < hdr->frag_length) {
348 available += nbytes;
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV2.java651 int available)
673 if (bytes.length <= available) {
675 available = available - bytes.length;
649 parsePreviousRespondersOut(Vector resp, ByteArrayOutputStream baos, int available) argument
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c73 available = 0, initializing, writing, reading, reading_data, enumerator in enum:state
152 "available", "initializing", "writing", "reading",
459 sess->state = available;
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_internal.c294 * Initialize all available property arrays.
977 * pinned part of a supplied resource. Resource is not available for
1346 * with the names of the available resource types on this system.
1624 uint64_t available, required, uval; local
1641 * Check that there are available resources on this
1644 * each type and total ".min". Find all available
1648 available = 0;
1700 available += uval;
1708 if (available < required) {
1713 if (available > require
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c50 int available; member in struct:did_list
279 midp->mid_available = nonrep_did_listp->available;
583 replica_disk->available)) {
590 replica_disk->available,
601 mdi_debug("Replica disk: %s (minor: %s), available=%x\n",
602 dnp->rname, minor_name, replica_disk->available);
624 * If the disk isn't available, we don't
627 if (MD_IS_DISK_AVAILABLE(replica_disk->available)) {
1202 * We know the disk is available. Use the
1207 nonrep_did_listp->available
[all...]

Completed in 59 milliseconds