/illumos-gate/usr/src/uts/sun/io/dada/impl/ |
H A D | dcd_capabilities.c | 41 dcd_ifgetcap(struct dcd_address *ap, char *cap, int whom) 44 return (*A_TO_TRAN(ap)->tran_getcap)(ap, cap, whom); 48 dcd_ifsetcap(struct dcd_address *ap, char *cap, int value, int whom) 51 return (*A_TO_TRAN(ap)->tran_setcap)(ap, cap, value, whom);
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_capabilities.c | 40 scsi_ifgetcap(struct scsi_address *ap, char *cap, int whom) argument 49 capability = (*A_TO_TRAN(ap)->tran_getcap)(ap, cap, whom); 93 scsi_ifsetcap(struct scsi_address *ap, char *cap, int value, int whom) argument 98 rval = (*A_TO_TRAN(ap)->tran_setcap)(ap, cap, value, whom);
|
/illumos-gate/usr/src/uts/common/sys/scsi/ |
H A D | scsi_ctl.h | 75 int scsi_ifgetcap(struct scsi_address *ap, char *cap, int whom); 76 int scsi_ifsetcap(struct scsi_address *ap, char *cap, int value, int whom);
|
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | atapi.c | 43 static int atapi_tran_getcap(struct scsi_address *ap, char *capstr, int whom); 45 int value, int whom); 476 int whom) 489 if (whom) { 513 int whom) 524 if (capstr == NULL || whom == 0) 472 atapi_tran_setcap( struct scsi_address *ap, char *capstr, int value, int whom) argument 510 atapi_tran_getcap( struct scsi_address *ap, char *capstr, int whom) argument
|
/illumos-gate/usr/src/uts/sun4/io/efcode/ |
H A D | fc_ddi.c | 140 fc_ddi_dma_sync(ddi_dma_handle_t h, off_t o, size_t l, uint_t whom) argument 158 return ((*funcp)(dip, dip, h, o, l, whom));
|
/illumos-gate/usr/src/uts/common/sys/scsi/impl/ |
H A D | transport.h | 115 int whom); 121 int whom);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | emul64.c | 83 static int emul64_scsi_getcap(struct scsi_address *ap, char *cap, int whom); 85 int whom); 660 emul64_scsi_getcap(struct scsi_address *ap, char *cap, int whom) argument 668 if (cap == NULL || whom == 0) { 734 emul64_scsi_setcap(struct scsi_address *ap, char *cap, int value, int whom) argument 742 if (cap == NULL || whom == 0) {
|
/illumos-gate/usr/src/uts/intel/io/amr/ |
H A D | amr.c | 174 static int amr_tran_getcap(struct scsi_address *ap, char *cap, int whom); 176 int whom); 1781 amr_tran_getcap(struct scsi_address *ap, char *cap, int whom) argument 1788 if (cap == NULL || whom == 0) 1814 int whom) 1819 if (cap == NULL || whom == 0) { 1821 "Set Cap not supported, string = %s, whom=%d", 1822 cap, whom)); 1813 amr_tran_setcap(struct scsi_address *ap, char *cap, int value, int whom) argument
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | fcode.h | 641 int fc_ddi_dma_sync(ddi_dma_handle_t h, off_t o, size_t l, uint_t whom);
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | sparc_ddi.s | 323 ddi_dma_sync(ddi_dma_handle_t h, off_t o, size_t l, u_int whom)
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi.c | 92 static int iscsi_tran_getcap(struct scsi_address *ap, char *cap, int whom); 94 int value, int whom); 1067 iscsi_tran_getcap(struct scsi_address *ap, char *cap, int whom) argument 1069 return (iscsi_i_commoncap(ap, cap, 0, whom, 0)); 1078 iscsi_tran_setcap(struct scsi_address *ap, char *cap, int value, int whom) argument 1080 return (iscsi_i_commoncap(ap, cap, value, whom, 1));
|
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 2773 scsa2usb_scsi_getcap(struct scsi_address *ap, char *cap, int whom) argument 2784 "cap = 0x%p whom = %d", (void *)cap, whom); 2877 scsa2usb_scsi_setcap(struct scsi_address *ap, char *cap, int value, int whom) argument 2884 if (cap == NULL || whom == 0) { 2901 "scsa2usb_scsi_setcap: ap = 0x%p value = 0x%x whom = 0x%x " 2902 "cidx = 0x%x", (void *)ap, value, whom, cidx);
|
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/ |
H A D | arcmsr.c | 76 static int arcmsr_tran_getcap(struct scsi_address *ap, char *cap, int whom); 78 int whom); 829 arcmsr_tran_getcap(struct scsi_address *ap, char *cap, int whom) argument 834 if (cap == NULL || whom == 0) { 883 arcmsr_tran_setcap(struct scsi_address *ap, char *cap, int value, int whom) argument 890 if (cap == NULL || whom == 0) {
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 137 static int vhci_pHCI_cap(struct scsi_address *ap, char *cap, int val, int whom, 1766 "Returning error since whom = 0")); 1888 vhci_scsi_getcap(struct scsi_address *ap, char *cap, int whom) argument 1890 return (vhci_commoncap(ap, cap, 0, whom, 0)); 1894 vhci_scsi_setcap(struct scsi_address *ap, char *cap, int value, int whom) argument 1896 return (vhci_commoncap(ap, cap, value, whom, 1)); 8074 vhci_pHCI_cap(struct scsi_address *ap, char *cap, int val, int whom, argument 8095 rval = scsi_ifsetcap(ap, cap, val, whom); 8143 rval = scsi_ifsetcap(pap, cap, val, whom);
|
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas.c | 183 static int fas_scsi_getcap(struct scsi_address *ap, char *cap, int whom); 185 int whom); 2001 fas_scsi_getcap(struct scsi_address *ap, char *cap, int whom) argument 2004 DPRINTF3("fas_scsi_getcap: tgt=%x, cap=%s, whom=%x\n", 2005 ap->a_target, cap, whom); 2006 return (fas_commoncap(ap, cap, 0, whom, 0)); 2011 fas_scsi_setcap(struct scsi_address *ap, char *cap, int value, int whom) argument 2014 IPRINTF4("fas_scsi_setcap: tgt=%x, cap=%s, value=%x, whom=%x\n", 2015 ap->a_target, cap, value, whom); 2016 return (fas_commoncap(ap, cap, value, whom, [all...] |
H A D | sf.c | 4564 sf_getcap(struct scsi_address *ap, char *cap, int whom) argument 4566 return (sf_commoncap(ap, cap, 0, whom, FALSE)); 4574 sf_setcap(struct scsi_address *ap, char *cap, int value, int whom) argument 4576 return (sf_commoncap(ap, cap, value, whom, TRUE));
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_scsa.c | 969 pmcs_scsa_getcap(struct scsi_address *ap, char *cap, int whom) argument 975 r = pmcs_cap(ap, cap, 0, whom, 0); 980 pmcs_scsa_setcap(struct scsi_address *ap, char *cap, int value, int whom) argument 986 r = pmcs_cap(ap, cap, value, whom, 1);
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac.c | 5024 aac_tran_getcap(struct scsi_address *ap, char *cap, int whom) argument 5033 if (cap == NULL || whom == 0) { 5035 "GetCap> %s not supported: whom=%d", cap, whom); 5072 aac_tran_setcap(struct scsi_address *ap, char *cap, int value, int whom) argument 5081 if (cap == NULL || whom == 0) { 5083 "SetCap> %s not supported: whom=%d", cap, whom);
|
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | hba.c | 1164 scsa1394_scsi_getcap(struct scsi_address *ap, char *cap, int whom) argument 1223 scsa1394_scsi_setcap(struct scsi_address *ap, char *cap, int value, int whom) argument
|
/illumos-gate/usr/src/uts/common/io/mega_sas/ |
H A D | megaraid_sas.c | 1421 * @whom: 1424 * particular target by setting the whom parameter to nonzero. A whom value of 1431 megasas_tran_getcap(struct scsi_address *ap, char *cap, int whom) argument 1501 * @whom: 1504 * target by setting the whom parameter to nonzero. A whom value of zero 1514 megasas_tran_setcap(struct scsi_address *ap, char *cap, int value, int whom) argument 1521 if (cap == NULL || whom == 0) {
|
/illumos-gate/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas.c | 2037 * @whom: 2040 * particular target by setting the whom parameter to nonzero. A whom value of 2047 mrsas_tran_getcap(struct scsi_address *ap, char *cap, int whom) argument 2122 * @whom: 2125 * target by setting the whom parameter to nonzero. A whom value of zero 2135 mrsas_tran_setcap(struct scsi_address *ap, char *cap, int value, int whom) argument 2142 if (cap == NULL || whom == 0) {
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 377 static int fcp_scsi_getcap(struct scsi_address *ap, char *cap, int whom); 379 int whom); 11330 fcp_scsi_getcap(struct scsi_address *ap, char *cap, int whom) argument 11332 return (fcp_commoncap(ap, cap, 0, whom, 0)); 11340 fcp_scsi_setcap(struct scsi_address *ap, char *cap, int value, int whom) argument 11342 return (fcp_commoncap(ap, cap, value, whom, 1));
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunddi.c | 853 ddi_dma_sync(ddi_dma_handle_t h, off_t o, size_t l, uint_t whom) argument 873 return ((*funcp)(dip, rdip, h, o, l, whom));
|
/illumos-gate/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 2884 sata_scsi_getcap(struct scsi_address *ap, char *cap, int whom) argument 2900 * So, we are specifically restricting ourselves to whom != 0 2903 if (cap == NULL || whom == 0) 2989 sata_scsi_setcap(struct scsi_address *ap, char *cap, int value, int whom) argument 3002 * So, we are specifically restricting ourselves to whom != 0 3005 if (cap == NULL || whom == 0) {
|