Home
last modified time | relevance | path

Searched refs:inquiry (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/usr.sbin/mmcformat/
H A Dmmcformat.c699 int inquiry, spare, oldtimer; in main() local
720 inquiry = 0; in main()
722 inquiry = 0; in main()
768 inquiry = 1; in main()
795 !expert && !inquiry && !display_usage) { in main()
890 process_format_caps(caps, caps_len, inquiry, allow, blks, params); in main()
982 if (!inquiry) in main()
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dscsi.c92 static struct scsi_generic_cdb inquiry = { variable
133 if (scsi_immed_command( 0, scsi_device, 0, &inquiry, in scsi()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dprimary.c2087 bool inquiry; in gfc_match_varspec() local
2223 inquiry = false; in gfc_match_varspec()
2232 inquiry = true; in gfc_match_varspec()
2267 && m == MATCH_YES && !inquiry) in gfc_match_varspec()
2274 if ((sym->ts.type != BT_DERIVED && sym->ts.type != BT_CLASS && !inquiry) in gfc_match_varspec()
2278 if (!inquiry) in gfc_match_varspec()
2297 inquiry = is_inquiry_ref (name, &tmp); in gfc_match_varspec()
2298 if (inquiry) in gfc_match_varspec()
2346 inquiry = false; in gfc_match_varspec()
2405 if (!inquiry && !intrinsic) in gfc_match_varspec()
[all …]
H A Dexpr.c1069 || e->value.function.isym->inquiry in gfc_is_constant_expr()
1791 gfc_ref *inquiry = NULL; in find_inquiry_ref() local
1798 inquiry = tmp->ref; in find_inquiry_ref()
1806 inquiry = ref->next; in find_inquiry_ref()
1811 if (!inquiry) in find_inquiry_ref()
1820 for (; inquiry; inquiry = inquiry->next) in find_inquiry_ref()
1822 switch (inquiry->u.i) in find_inquiry_ref()
2102 bool inquiry = false; in simplify_parameter_variable() local
2111 inquiry = ref->u.i == INQUIRY_LEN || ref->u.i == INQUIRY_KIND; in simplify_parameter_variable()
2127 if (!inquiry) in simplify_parameter_variable()
[all …]
H A Dgfortran.h2131 unsigned elemental:1, inquiry:1, transformational:1, pure:1, member
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dprimary.cc2066 bool inquiry; in gfc_match_varspec() local
2202 inquiry = false; in gfc_match_varspec()
2220 inquiry = true; in gfc_match_varspec()
2255 && m == MATCH_YES && !inquiry) in gfc_match_varspec()
2262 if ((sym->ts.type != BT_DERIVED && sym->ts.type != BT_CLASS && !inquiry) in gfc_match_varspec()
2266 if (!inquiry) in gfc_match_varspec()
2285 inquiry = is_inquiry_ref (name, &tmp); in gfc_match_varspec()
2286 if (inquiry) in gfc_match_varspec()
2334 inquiry = false; in gfc_match_varspec()
2393 if (!inquiry && !intrinsic) in gfc_match_varspec()
[all …]
H A DChangeLog-201817 of IEEE inquiry functions.
92 * expr.c (find_inquiry_ref): Loop through the inquiry refs in
131 * decl.c (match_data_constant): Allow inquiry parameter as data
373 inquiry refs are not the same.
374 (gfc_ref_needs_temporary_p): Break on an inquiry ref.
375 * dump_parse_tree.c (show_ref): Show the inquiry ref type.
376 * expr.c (gfc_free_ref_list): Break on an inquiry ref.
377 (gfc_copy_ref): Copy the inquiry ref types.
384 inquiry ref.
385 (gfc_traverse_expr): Return true for inquiry ref.
[all …]
H A Dexpr.cc1077 || e->value.function.isym->inquiry in gfc_is_constant_expr()
1807 gfc_ref *inquiry = NULL; in find_inquiry_ref() local
1814 inquiry = tmp->ref; in find_inquiry_ref()
1822 inquiry = ref->next; in find_inquiry_ref()
1827 if (!inquiry) in find_inquiry_ref()
1836 for (; inquiry; inquiry = inquiry->next) in find_inquiry_ref()
1838 switch (inquiry->u.i) in find_inquiry_ref()
1901 if (inquiry->next) in find_inquiry_ref()
2127 bool inquiry = false; in simplify_parameter_variable() local
2136 inquiry = ref->u.i == INQUIRY_LEN || ref->u.i == INQUIRY_KIND; in simplify_parameter_variable()
[all …]
H A DChangeLog-202030 * data.c (gfc_assign_data_value): Throw an error for inquiry
142 * data.c (gfc_assign_data_value): Handle inquiry references in
1554 * primary.c (is_inquiry_ref): Move validity check of inquiry
1574 * primary.c (is_inquiry_ref): Check validity of inquiry
1984 chain contains INQUIRY_LEN or INQUIRY_KIND and set inquiry
1987 expression if inquiry is not set. This allows the new
H A DChangeLog-2019858 * primary.c (gfc_match_varspec): Ensure an inquiry parameter has
865 (match_out_tag): Check for invalid constant due to inquiry parameter.
965 * gcc/fortran/io.c (match_io_element): An inquiry parameter cannot be
967 * gcc/fortran/match.c (gfc_match_allocate): An inquiry parameter
969 (gfc_match_deallocate): An inquiry parameter cannot be deallocated.
1435 type inquiry suffix yields a constant expression.
2868 * expr.c (check_inquiry): Add list of inquiry functions allowed in
H A DChangeLog-20072611 added bits for inquiry, transformational, conversion.
2626 inquiry functions defined by F2003.
4020 (HUGE, TINY): Changed class to inquiry function.
4035 (NEW_LINE): Changed class from elemental to inquiry function.
5435 dimension of an assumed size array is an error in an inquiry
H A Dgfortran.h2420 unsigned elemental:1, inquiry:1, transformational:1, pure:1, member
/netbsd-src/sbin/iscsictl/
H A Discsic_globals.h181 int inquiry(int, char **);
H A Discsic_main.c71 {"inquiry", inquiry},
H A Discsic_driverif.c439 inquiry(int argc, char **argv) in inquiry() function
/netbsd-src/external/bsd/iscsi/dist/src/initiator/
H A Discsi-initiator.c183 inquiry(uint64_t target, uint32_t lun, uint8_t type, uint8_t inquire, uint8_t *data) in inquiry() function
739 inquiry(u, 0, 0, 0, data); in main()
747 inquiry(u, 0, INQUIRY_EVPD_BIT, INQUIRY_UNIT_SERIAL_NUMBER_VPD, in main()
/netbsd-src/external/gpl2/groff/dist/contrib/mm/examples/
H A DMUL40 inquiry
H A DIND1049 inordinate inorganic input inputting inquest inquire inquiry inquisition
2101 inordinate inorganic input inputting inquest inquire inquiry inquisition
3146 inordinate inorganic input inputting inquest inquire inquiry inquisition
4191 inordinate inorganic input inputting inquest inquire inquiry inquisition
/netbsd-src/sys/dev/pci/
H A Dmlyreg.h740 u_int8_t inquiry[36]; member
800 u_int8_t inquiry[36]; member
/netbsd-src/games/fortune/datfiles/
H A Dnetbsd-tips83 try the btconfig(8) inquiry command. The kernel will retain some
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4403.txt745 received via an inquiry operation, the key values may not be blank.
773 uddiBindingKey is received via an inquiry operation, the key values
825 namespace and a v2 inquiry is made, the URLType will be returned as
826 "other". In the case when a v3 inquiry is made on an entity
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20124 * io/inquire.c (inquire_via_unit): Set user stream inquiry variable to
6 Since filename is not associated with an open unit, set stream inquiry
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dlibgomp.texi1907 * acc_prof_lookup:: Obtain inquiry functions.
3054 @section @code{acc_prof_lookup} -- Obtain inquiry functions.
3057 Function to obtain inquiry functions.
3405 As currently there are no inquiry functions defined, calls to
H A Dlibgomp.info1712 * acc_prof_lookup:: Obtain inquiry functions.
2756 5.41 'acc_prof_lookup' - Obtain inquiry functions.
2760 Function to obtain inquiry functions.
3092 As currently there are no inquiry functions defined, calls to
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp.texi2441 * acc_prof_lookup:: Obtain inquiry functions.
3588 @section @code{acc_prof_lookup} -- Obtain inquiry functions.
3591 Function to obtain inquiry functions.
3939 As currently there are no inquiry functions defined, calls to

12