| /src/sys/arch/luna68k/stand/boot/ |
| scsi.c | 92 static struct scsi_generic_cdb inquiry = { variable in typeref:struct:scsi_generic_cdb 132 } else if (!strcmp(argv[1], "inquiry")) { 133 if (scsi_immed_command( 0, scsi_device, 0, &inquiry,
|
| /src/sbin/iscsictl/ |
| iscsic_driverif.c | 188 {0x3F, 0x03, "INQUIRY DATA HAS CHANGED"}, 431 * inquiry: 432 * Handle the inquiry command. 440 inquiry(int argc, char **argv) function 493 dump_data("Inquiry Data:", buf, io.req.datalen_used);
|
| /src/usr.sbin/mmcformat/ |
| mmcformat.c | 679 "-h -H -I help/inquiry formats\n" 699 int inquiry, spare, oldtimer; local 720 inquiry = 0; 722 inquiry = 0; 768 inquiry = 1; 795 !expert && !inquiry && !display_usage) { 890 process_format_caps(caps, caps_len, inquiry, allow, blks, params); 982 if (!inquiry)
|
| /src/external/bsd/iscsi/dist/src/initiator/ |
| iscsi-initiator.c | 181 /* send inquiry command to the target, to get it to identify itself */ 183 inquiry(uint64_t target, uint32_t lun, uint8_t type, uint8_t inquire, uint8_t *data) function 190 cdb[0] = INQUIRY; 211 iscsi_err(__FILE__, __LINE__, "INQUIRY failed (status %#x)\n", args.status); 739 inquiry(u, 0, 0, 0, data); 747 inquiry(u, 0, INQUIRY_EVPD_BIT, INQUIRY_UNIT_SERIAL_NUMBER_VPD,
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| primary.cc | 2012 /* Used by gfc_match_varspec() to match an inquiry reference. */ 2066 bool inquiry; local 2202 inquiry = false; 2220 inquiry = true; 2255 && m == MATCH_YES && !inquiry) 2262 if ((sym->ts.type != BT_DERIVED && sym->ts.type != BT_CLASS && !inquiry) 2266 if (!inquiry) 2285 inquiry = is_inquiry_ref (name, &tmp); 2286 if (inquiry) 2334 inquiry = false [all...] |
| expr.cc | 1077 || e->value.function.isym->inquiry 1801 /* Pull an inquiry result out of an expression. */ 1807 gfc_ref *inquiry = NULL; local 1814 inquiry = tmp->ref; 1822 inquiry = ref->next; 1827 if (!inquiry) 1835 /* In principle there can be more than one inquiry reference. */ 1836 for (; inquiry; inquiry = inquiry->next 2127 bool inquiry = false; local [all...] |
| gfortran.h | 2424 unsigned elemental:1, inquiry:1, transformational:1, pure:1, member in struct:gfc_intrinsic_sym
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| primary.cc | 2004 /* Used by gfc_match_varspec() to match an inquiry reference. */ 2081 bool inquiry; local 2231 inquiry = false; 2248 /* This is a usable inquiry reference, if the symbol is already known 2250 can be found. If this was an inquiry reference with the same name 2256 inquiry = true; 2327 /* If there is a usable inquiry reference not there are no matching 2328 derived types, force the inquiry reference by setting unknown the 2330 else if (inquiry && (sym->ts.type == BT_DERIVED && inferred_type) 2334 /* An inquiry reference might determine the type, otherwise we have a [all...] |
| expr.cc | 1089 || e->value.function.isym->inquiry 1814 /* Pull an inquiry result out of an expression. */ 1820 gfc_ref *inquiry = NULL; local 1827 inquiry = tmp->ref; 1835 inquiry = ref->next; 1840 if (!inquiry) 1853 /* In principle there can be more than one inquiry reference. */ 1854 for (; inquiry; inquiry = inquiry->next 2145 bool inquiry = false; local [all...] |
| gfortran.h | 2514 unsigned elemental:1, inquiry:1, transformational:1, pure:1, member in struct:gfc_intrinsic_sym
|
| /src/sys/dev/pci/ |
| mlyreg.h | 740 u_int8_t inquiry[36]; member in struct:mly_ioctl_getlogdevinfovalid 800 u_int8_t inquiry[36]; member in struct:mly_ioctl_getphysdevinfovalid
|
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| dnssdutil.c | 33332 mrc_dns_proxy_state_inquiry_t inquiry = NULL; local 34355 mrc_cached_local_records_inquiry_t inquiry = NULL; local [all...] |