Searched refs:feature (Results 1 - 25 of 60) sorted by relevance

123

/barrelfish-2018-10-04/lib/libc/gen/
H A Dfeature_present.c41 * Returns true if the named feature is present in the currently
42 * running kernel. A feature's presence is indicated by an integer
43 * sysctl node called kern.feature.<feature> that is non-zero.
46 feature_present(const char *feature) argument
52 if (asprintf(&mib, "kern.features.%s", feature) < 0)
/barrelfish-2018-10-04/usr/eclipseclp/Flexlm/
H A Dbip_pt.c80 /* The handle for the checked out 'eclipse' feature */
88 dident feature; member in struct:checked_out_feature
121 dident feature, version; local
126 Get_Name_Did(vfeature, tfeature, feature);
134 /* do a heartbeat for the 'eclipse' feature */
174 /* We allow checking out multiple licences for the same feature, but only
176 * licences for one feature are then equivalent, we can use the feature
182 if (cof->feature == feature
247 dident feature; local
263 dident feature; local
287 dident feature; local
[all...]
/barrelfish-2018-10-04/lib/blk/blk_ahci/
H A Dsata_fis.c52 void sata_h2d_set_feature(struct sata_fis_reg_h2d* fis, uint8_t feature) argument
54 fis->feature = feature;
H A Dsata_fis.h42 unsigned char feature; member in struct:sata_fis_reg_h2d
89 void sata_h2d_set_feature(struct sata_fis_reg_h2d* fis, uint8_t feature);
/barrelfish-2018-10-04/lib/usb/class/
H A Dusb_hub.c33 * \param feature the hub feature to clear USB_HUB_FEATURE_*
36 * USB_ERR_BAD_REQUEST if feature selector is not USB_HUB_FEATURE_*
38 * Clearing a feature means disabling that feature. If the feature to clear
45 usb_error_t usb_hub_clear_hub_feature(uint16_t feature) argument
53 switch (feature) {
57 req.wValue = feature;
72 * \param feature th
96 usb_hub_clear_port_feature(uint16_t feature, uint8_t sel, uint8_t port) argument
392 usb_hub_set_hub_feature(uint16_t feature) argument
425 usb_hub_set_port_feature(uint16_t feature, uint8_t selector, uint8_t port) argument
[all...]
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/hub/
H A Dusb_hub_request.c31 usb_error_t usb_hub_clear_hub_feature(struct usb_device *hub, uint16_t feature) argument
38 req.wValue = feature;
44 usb_error_t usb_hub_clear_port_feature(struct usb_device *hub, uint16_t feature, argument
52 req.wValue = feature;
144 usb_error_t usb_hub_set_hub_feature(struct usb_device *hub, uint16_t feature) argument
152 req.wValue = feature;
158 usb_error_t usb_hub_set_port_feature(struct usb_device *hub, uint16_t feature, argument
167 req.wValue = feature;
277 * clear the port reset feature, just in case it was not cleared
282 USB_DEBUG("ERROR: Could not reset port feature\
[all...]
/barrelfish-2018-10-04/include/ahci/
H A Dsata_fis.h26 unsigned char feature; member in struct:sata_fis_reg_h2d
72 errval_t sata_set_feature(void *fis, uint8_t feature);
/barrelfish-2018-10-04/lib/ahci/
H A Dsata_fis.c66 errval_t sata_set_feature(void *fis, uint8_t feature) argument
72 fis_reg_h2d->feature = feature;
/barrelfish-2018-10-04/include/usb/class/
H A Dusb_hub.h296 usb_error_t usb_hub_clear_hub_feature(uint16_t feature);
298 usb_error_t usb_hub_clear_port_feature(uint16_t feature, uint8_t sel,
311 usb_error_t usb_hub_set_hub_feature(uint16_t feature);
313 usb_error_t usb_hub_set_port_feature(uint16_t feature, uint8_t selector,
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/include/
H A Dusb_hub.h335 usb_error_t usb_hub_clear_hub_feature(struct usb_device *hub, uint16_t feature);
336 usb_error_t usb_hub_clear_port_feature(struct usb_device *hub, uint16_t feature,
346 usb_error_t usb_hub_set_hub_feature(struct usb_device *hub, uint16_t feature);
347 usb_error_t usb_hub_set_port_feature(struct usb_device *hub, uint16_t feature,
/barrelfish-2018-10-04/include/usb/
H A Dusb_request.h94 // feature selectors (used with SET_FEATURE requests)
122 uint16_t feature);
155 usb_error_t usb_set_feature(uint8_t recipient, uint16_t feature, uint8_t test,
/barrelfish-2018-10-04/lib/usb/
H A Dusb_request.c24 * \brief this request is used to clear or disable a specific feature.
27 * \param feature the feature selector: USB_REQUEST_FEATURE_*
39 uint16_t feature)
47 req.wValue = feature;
454 * \brief This request is used to set or enable a specific feature.
456 * \param feature: The feature to enable. This value must be appropriate to
469 * A SetFeature() request that references a feature that cannot be set or
473 usb_error_t usb_set_feature(uint8_t recipient, uint16_t feature, uint8_ argument
38 usb_clear_feature(uint8_t recipient, uint8_t recipient_index, uint16_t feature) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/chr/
H A Dkl-one.pl16 :- op(100, fx, feature).
20 :- dynamic feature / 1, distinct / 1, isa / 2.
44 feature(age).
47 feature(partner).
52 feature(component_1).
53 feature(component_2).
56 feature(price).
57 feature(voltage).
58 feature(frequency).
69 feature(functo
[all...]
/barrelfish-2018-10-04/include/virtio/
H A Dvirtio_device.h168 uint64_t features; ///< VirtIO feature bits supported
289 * \brief checks if a certain feature is negotiated and understood by both
293 * \param feature feature bit to check
295 * \returns true - if feature bit was set
299 uint8_t feature);
/barrelfish-2018-10-04/lib/virtio/
H A Ddevice.c103 /* 4. Read device feature bits, and write the subset of feature bits understood by the OS and driver to the
111 /* 5. Set the FEATURES_OK status bit. The driver MUST not accept new feature bits after this step.*/
208 * \brief checks if the device supports a certain feature
210 * \param dev the device to query for the feature
211 * \param feature the featurebit to check
213 * \returns true if the device supports that feature
214 * false if the device does not support that feature
217 uint8_t feature)
226 return (dev->features & (1UL << feature)) !
216 virtio_device_has_feature(struct virtio_device *dev, uint8_t feature) argument
[all...]
/barrelfish-2018-10-04/lib/virtio/backends/
H A Dvirtio_device_mmio.c530 uint32_t feature)
534 feature);
537 mmio_host->dev_reg.driv_features[selector] = feature;
528 handle_driv_feature_change(struct virtio_device_mmio *mmio_host, uint8_t selector, uint32_t feature) argument
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dsample.tex28 \item Prefer task-oriented structure over feature-oriented one.
H A Dtkdebug.tex34 balloons which appear when your mouse cursor stops over a feature for
55 \item[Balloon help] A short description of a feature will popup in a
56 `balloon' when the mouse cursor stops over the feature for a few seconds.
388 due to the `print depth' feature, which shortens the printing of large
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsparallel.tex36 {\bf Note that this feature is currently not actively supported!}
290 \item Dynamic loading: This feature is not currently available in
303 %\item Execution saved states: This feature will not be supported for the
H A Dumsintro.tex220 %This feature can be used to write real-time applications,
295 %if required\footnote{The dynamic loading feature may not be available
H A Dumsstring.tex162 stream feature (cf. section \ref{stringio}).
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dicsymbolic.tex48 feature provided by the ECLiPSe kernel.
/barrelfish-2018-10-04/usr/eclipseclp/documents/visualisation/
H A Dclients.tex398 feature in more detail.
458 making the \viewer{} look pretty this feature is intended to allow
520 gantt chart into the window. This feature works independently of the
552 provides a \emph{record and playback} feature where all user visible
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dsetof.pl280 % Traditional, non-ISO feature:
H A Dmegalog.pl314 ** in Sepia. This feature was marked non-portable in the MegaLog
428 Note : questionable, one feature is pretty-print like, one is read

Completed in 117 milliseconds

123