Searched refs:reservation (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/dev/xen/balloon/
H A Dballoon.c69 * Drivers may alter the memory reservation independently, but they
155 struct xen_memory_reservation reservation = { local
172 set_xen_guest_handle(reservation.extent_start, frame_list);
173 reservation.nr_extents = nr_pages;
175 XENMEM_populate_physmap, &reservation);
181 reservation.nr_extents = rc;
183 &reservation);
217 struct xen_memory_reservation reservation = { local
254 set_xen_guest_handle(reservation.extent_start, frame_list);
255 reservation
[all...]
/freebsd-11-stable/sys/dev/eisa/
H A Deisaconf.c482 resvaddr_t *reservation; local
484 reservation = (resvaddr_t *)malloc(sizeof(resvaddr_t),
486 if(!reservation)
489 reservation->addr = base;
490 reservation->size = size;
491 reservation->flags = flags;
494 LIST_INSERT_HEAD(head, reservation, links);
499 if (node->addr > reservation->addr) {
504 LIST_INSERT_BEFORE(node, reservation, links);
508 if (node->addr == reservation
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dir.h78 /* Administrative reservation setting */
167 uint64_t reservation);
178 uint64_t reservation, cred_t *cr, dmu_tx_t *tx);
H A Ddsl_dataset.h389 uint64_t reservation);
/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.hh748 * Type used for memory reservations. A reservation is two 64-bit
753 typedef std::pair<uint64_t, uint64_t> reservation; typedef in class:dtc::fdt::device_tree
757 std::vector<reservation> reservations;
H A Dfdt.cc1594 reservations.push_back(reservation(start, len));
1659 // Build the reservation table
1797 fprintf(stderr, "Failed to read memory reservation table\n");
1803 reservations.push_back(reservation(start, length));
/freebsd-11-stable/sbin/camcontrol/
H A Dpersist.c98 * Known reservation scopes. As of SPC-4, only LU_SCOPE is used in the
108 * Reservation types. The longer name for a given reservation type is
110 * reservation type. We step through the table linearly when looking for
111 * the text name for a particular numeric reservation type value.
174 * Print out a persistent reservation. This is used with the READ
192 warnx("unable to print reservation, only got %u "
199 (uintmax_t)scsi_8btou64(res->data.reservation));
210 * Print out persistent reservation keys. This is used with the READ KEYS
236 * Print out persistent reservation capabilities. This is used with the
387 warnx("unable to print reservation, onl
[all...]
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh456 * Make a temporary resource reservation.
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c1372 * has been called), the reservation should be canceled, using
1430 * Clear a temporary reservation that we previously made with
1775 uint64_t reservation)
1781 ddsqra.ddsqra_value = reservation;
1774 dsl_dir_set_reservation(const char *ddname, zprop_source_t source, uint64_t reservation) argument
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.h338 uint8_t reservation[8]; member in struct:scsi_per_res_in_rsrv_data
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c5219 * XXX KDM right now, we only support LUN reservation. We don't
5222 * far, we've got a LUN reservation. Anything else got kicked out
5230 * to release a reservation on a LUN that isn't reserved, or that
5231 * is reserved by another initiator. The reservation can only be
5256 * XXX KDM right now, we only support LUN reservation. We don't
5259 * far, we've got a LUN reservation. Anything else got kicked out
7514 case SPRI_RR: /* read reservation */
7550 * persistent reservation. (That is unlikely, though,
7551 * since this should be the only persistent reservation
7559 printf("%s: reservation lengt
[all...]

Completed in 327 milliseconds