Searched refs:inquiry (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dscsi.c92 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,
/netbsd-current/usr.sbin/mmcformat/
H A Dmmcformat.c679 "-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)
/netbsd-current/sbin/iscsictl/
H A Discsic_globals.h181 int inquiry(int, char **);
H A Discsic_main.c71 {"inquiry", inquiry},
H A Discsic_driverif.c430 * inquiry:
431 * Handle the inquiry command.
439 inquiry(int argc, char **argv) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dprimary.c2033 /* Used by gfc_match_varspec() to match an inquiry reference. */
2087 bool inquiry; local
2223 inquiry = false;
2232 inquiry = true;
2267 && m == MATCH_YES && !inquiry)
2274 if ((sym->ts.type != BT_DERIVED && sym->ts.type != BT_CLASS && !inquiry)
2278 if (!inquiry)
2297 inquiry = is_inquiry_ref (name, &tmp);
2298 if (inquiry)
2346 inquiry
[all...]
H A Dexpr.c1069 || e->value.function.isym->inquiry
1785 /* Pull an inquiry result out of an expression. */
1791 gfc_ref *inquiry = NULL; local
1798 inquiry = tmp->ref;
1806 inquiry = ref->next;
1811 if (!inquiry)
1819 /* In principle there can be more than one inquiry reference. */
1820 for (; inquiry; inquiry = inquiry
2102 bool inquiry = false; local
[all...]
H A Dgfortran.h2131 unsigned elemental:1, inquiry:1, transformational:1, pure:1, member in struct:gfc_intrinsic_sym
H A Dintrinsic.c229 if (a->expr->rank == -1 && !specific->inquiry)
232 "argument to intrinsic inquiry functions",
239 "actual argument to the intrinsic inquiry function %s",
350 next_sym->inquiry = (cl == CLASS_INQUIRY);
H A Dresolve.c88 /* True when simplifying a EXPR_VARIABLE argument to an inquiry function. */
3223 if (expr->value.function.isym && expr->value.function.isym->inquiry)
5380 LEN inquiry be a scalar. */
5602 for all inquiry functions in resolve_function; the reason is
5606 "an inquiry function shall be the first argument",
5631 for all inquiry functions in resolve_function; the reason is
5635 "to an inquiry function shall be the first argument",
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dprimary.cc2012 /* Used by gfc_match_varspec() to match an inquiry reference. */
2066 bool inquiry; local
2202 inquiry = false;
2211 inquiry = true;
2246 && m == MATCH_YES && !inquiry)
2253 if ((sym->ts.type != BT_DERIVED && sym->ts.type != BT_CLASS && !inquiry)
2257 if (!inquiry)
2276 inquiry = is_inquiry_ref (name, &tmp);
2277 if (inquiry)
2325 inquiry
[all...]
H A Dexpr.cc1077 || 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
2118 bool inquiry = false; local
[all...]
H A Dgfortran.h2420 unsigned elemental:1, inquiry:1, transformational:1, pure:1, member in struct:gfc_intrinsic_sym
H A Dintrinsic.cc288 else if (a->expr->rank == -1 && !specific->inquiry)
291 "argument to intrinsic inquiry functions",
298 "actual argument to the intrinsic inquiry function %s",
409 next_sym->inquiry = (cl == CLASS_INQUIRY);
H A Dresolve.cc88 /* True when simplifying a EXPR_VARIABLE argument to an inquiry function. */
3295 if (expr->value.function.isym && expr->value.function.isym->inquiry)
5463 LEN inquiry be a scalar. */
5685 for all inquiry functions in resolve_function; the reason is
5689 "an inquiry function shall be the first argument",
5714 for all inquiry functions in resolve_function; the reason is
5718 "to an inquiry function shall be the first argument",
/netbsd-current/external/bsd/iscsi/dist/src/initiator/
H A Discsi-initiator.c181 /* 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
739 inquiry(u, 0, 0, 0, data);
747 inquiry(u, 0, INQUIRY_EVPD_BIT, INQUIRY_UNIT_SERIAL_NUMBER_VPD,
/netbsd-current/sys/dev/pci/
H A Dmlyreg.h740 u_int8_t inquiry[36]; member in struct:mly_ioctl_getlogdevinfovalid
800 u_int8_t inquiry[36]; member in struct:mly_ioctl_getphysdevinfovalid
/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c1581 (inquiry)0, /*nb_nonzero*/

Completed in 795 milliseconds