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

123

/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh975 and has the feature enabled.
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c5590 uint16_t feature, sec_count; local
5682 feature = scsipkt->pkt_cdbp[3];
5700 feature = scsipkt->pkt_cdbp[3];
5701 feature = (feature << 8) | scsipkt->pkt_cdbp[4];
5716 feature = scsipkt->pkt_cdbp[3];
5754 scmd->satacmd_features_reg_ext = (feature >> 8) & 0xff;
5769 scmd->satacmd_features_reg = feature & 0xff;
5778 t_len = feature;
7341 * the SAT-2 spec or it could be a feature tha
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h2369 uint32_t feature:8; member in struct:__anon7429::__anon7430::_PCB
2377 uint32_t feature:8; member in struct:__anon7429::__anon7430::_PCB
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c3809 hat_supported(enum hat_features feature, void *arg) argument
3811 switch (feature) {
3826 panic("hat_supported() - unknown feature");
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/conf/
H A Dpsvcobj.conf38 * <Object Label> <class> <subclass> <instance> <feature> <feature> ...<feature>
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/silverstone/conf/
H A Dpsvcobj.conf38 * <Object Label> <class> <subclass> <instance> <feature> <feature> ...<feature>
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1540 uchar_t *bufaddr, uint_t buflen, char feature, int path_flag);
21507 * retrieve a specific feature. Called from
21515 * feature
21526 uchar_t *bufaddr, uint_t buflen, char feature, int path_flag)
21553 cdb[3] = feature;
27045 * the device is MMC but does not support the Real Time Streaming feature
27222 * the Real Time Streaming feature (0x107).
21524 sd_send_scsi_feature_GET_CONFIGURATION(sd_ssc_t *ssc, struct uscsi_cmd *ucmdbuf, uchar_t *rqbuf, uint_t rqbuflen, uchar_t *bufaddr, uint_t buflen, char feature, int path_flag) argument
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex5515 % To do this right we need a feature of e-TeX, \scantokens,
5692 % This makes use of the obscure feature that if the last token of a
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c1409 * We always disable the firmware traffic cop feature
3759 /* enable auto-rsp AP feature */
6219 ((SLIM2 *)hba->sli.sli3.slim2.virt)->pcb.feature = FEATURE_INITIAL_SLI2;
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c287 /* Internal variable, set by MD if the HW supports shctx feature */
13281 hat_supported(enum hat_features feature, void *arg) argument
13283 switch (feature) {

Completed in 305 milliseconds

123