Home
last modified time | relevance | path

Searched refs:signature (Results 1 – 9 of 9) sorted by relevance

/components/legacy/usb/usbhost/class/
A Dmass.c170 if(csw.signature != CSW_SIGNATURE || csw.tag != CBW_TAG_VALUE) in rt_usb_bulk_only_xfer()
308 cmd.signature = CBW_SIGNATURE; in rt_usbh_storage_read10()
354 cmd.signature = CBW_SIGNATURE; in rt_usbh_storage_write10()
398 cmd.signature = CBW_SIGNATURE; in rt_usbh_storage_request_sense()
434 cmd.signature = CBW_SIGNATURE; in rt_usbh_storage_test_unit_ready()
470 cmd.signature = CBW_SIGNATURE; in rt_usbh_storage_inquiry()
507 cmd.signature = CBW_SIGNATURE; in rt_usbh_storage_get_capacity()
/components/drivers/block/partitions/
A Defi.h74 rt_le64_t signature;
138 rt_le16_t signature;
A Defi.c99 if (!mbr || rt_le16_to_cpu(mbr->signature) != MSDOS_MBR_SIGNATURE) in is_pmbr_valid()
307 if (rt_le64_to_cpu((*gpt)->signature) != GPT_HEADER_SIGNATURE) in is_gpt_valid()
311 (rt_uint64_t)rt_le64_to_cpu((*gpt)->signature), in is_gpt_valid()
/components/drivers/include/drivers/
A Dusb_common.h521 rt_uint32_t signature; member
533 rt_uint32_t signature; member
/components/legacy/usb/usbdevice/class/
A Dmstorage.c666 LOG_D("signature 0x%x", cbw->signature); in cbw_dump()
843 if(cbw->signature != CBW_SIGNATURE || size != SIZEOF_CBW) in _ep_out_handler()
848 data->csw_response.signature = CSW_SIGNATURE; in _ep_out_handler()
/components/net/lwip/lwip-2.0.3/doc/
A Dsavannah.txt105 Now, sign the archives with a detached GPG binary signature as follows:
/components/net/lwip/lwip-2.1.2/doc/
A Dsavannah.txt105 Now, sign the archives with a detached GPG binary signature as follows:
/components/net/lwip/lwip-1.4.1/doc/
A Dsavannah.txt118 Now, sign the archives with a detached GPG binary signature as follows:
/components/utilities/libadt/uthash/
A Duthash.h228 (head)->hh.tbl->signature = HASH_SIGNATURE; \
1120 uint32_t signature; /* used only to find hash tables in external analysis */ member

Completed in 33 milliseconds