Searched refs:information (Results 1 - 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/cmd/hal/fdi/
H A DMakefile17 # information: Portions Copyright [yyyy] [name of copyright owner]
35 FDIS = information/10freedesktop/10-camera-ptp.fdi \
36 information/10freedesktop/10-cd-dvd-burner.fdi \
37 information/10freedesktop/10-usb-card-readers.fdi \
38 information/10freedesktop/10-usb-music-players.fdi \
39 information/10freedesktop/10-usb-pda.fdi \
40 information/10freedesktop/10-usb-zip-drives.fdi \
41 information/10freedesktop/10-wireless-mice.fdi \
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dsense.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
122 int sense_buf_len, uint64_t *information);
128 uint8_t **information, uint8_t **cmd_spec_info, uint8_t **fru_code,
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-set-default.in35 -v, --version print the version information and exit
H A Dgrub-md5-crypt.in38 -v, --version print the version information and exit
58 echo "Try \`$progname --help' for more information."
H A Dgrub-terminfo.in28 -v, --version print the version information and exit
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A D_syscall.s18 ! information: Portions Copyright [yyyy] [name of copyright owner]
H A D_exit.s18 ! information: Portions Copyright [yyyy] [name of copyright owner]
H A Dgetppid.s23 ! information: Portions Copyright [yyyy] [name of copyright owner]
H A Dpipe.s22 ! information: Portions Copyright [yyyy] [name of copyright owner]
H A Dbrk.s18 ! information: Portions Copyright [yyyy] [name of copyright owner]
H A Dcerror.s18 ! information: Portions Copyright [yyyy] [name of copyright owner]
H A Dsbrk.s18 ! information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_intr.c158 DBG("completing read call back information= %lu\n",
159 priv_cb_pos->information);
624 priv_cb->information = dev->iamthif_msg_buf_index;
690 priv_cb_pos->information);
693 priv_cb_pos->information);
697 priv_cb_pos->information) {
707 priv_cb_pos->information += heci_hdr->length;
717 priv_cb_pos->information);
801 priv_cb_pos->information = 0;
808 priv_cb_pos->information
[all...]
H A Dheci_main.c160 * Module linkage information for the kernel
357 * @pdev: PCI device information struct
511 * @file: file information struct
556 * @dev: device information struct
557 * @file: file information struct
869 file_ext->read_cb->information > UIO_OFFSET(uio_p)) {
872 } else if (file_ext->read_cb && file_ext->read_cb->information > 0 &&
873 file_ext->read_cb->information <= UIO_OFFSET(uio_p)) {
878 (!file_ext->read_cb || file_ext->read_cb->information == 0) &&
933 DBG("priv_cb->information
[all...]
H A Dio_heci.c614 if ((priv_cb->information >= UIO_OFFSET(uio_p)) &&
616 (priv_cb->information - UIO_OFFSET(uio_p)))) {
620 } else if ((priv_cb->information > 0) &&
621 (priv_cb->information <= UIO_OFFSET(uio_p))) {
636 DBG("pthi priv_cb->information - %lu\n",
637 priv_cb->information);
641 min(uio_p->uio_resid, priv_cb->information),
716 /* make sure information is zero before we start */
717 priv_cb->information = 0;
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dstart_float.s23 ! information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D__xgetRD.s22 / information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh17 * information: Portions Copyright [yyyy] [name of copyright owner]
H A Derr.copyoutbadaddr.ksh17 * information: Portions Copyright [yyyy] [name of copyright owner]
H A Derr.copyoutstrbadaddr.ksh17 * information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/lib/libtnfctl/
H A Dsparc_assm.s21 ! information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Q_get_rp_rd.S23 ! information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/lib/libbsm/
H A Dmkhdr.sh18 # information: Portions Copyright [yyyy] [name of copyright owner]
48 * information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A DMakefile.4.x18 # information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
238 * These routines put LUN information in CDB byte 1 bits 7-5.
240 * sending LUN information as part of IDENTIFY message.
273 * Following routine does not put LUN information in CDB.
519 0x00, 0x1D, "ATA passthrough information available",
576 0x0e, 0x00, "invalid information unit",
577 0x0e, 0x01, "information unit too short",
578 0x0e, 0x02, "information unit too long",
798 0x47, 0x03, "information unit iucrc error detected",
799 0x47, 0x04, "asynchronous information protectio
1674 scsi_ext_sense_fields(uint8_t *sense_buffer, int sense_buf_len, uint8_t **information, uint8_t **cmd_spec_info, uint8_t **fru_code, uint8_t **sk_specific, uint8_t **stream_flags) argument
1814 scsi_sense_info_uint64(uint8_t *sense_buffer, int sense_buf_len, uint64_t *information) argument
[all...]

Completed in 136 milliseconds

123