Home
last modified time | relevance | path

Searched refs:version (Results 1 – 8 of 8) sorted by relevance

/DragonOS-0.1.7/kernel/
DCargo.toml3 version = "0.1.0"
18 thingbuf = { version = "0.1.3", default-features = false, features = ["alloc"] }
23 num = { version = "0.4.0", default-features = false }
32 version = "1.4.0"
/DragonOS-0.1.7/user/libs/libc/
DCargo.toml3 version = "0.1.0"
/DragonOS-0.1.7/
DLICENSE239 be similar in spirit to the present version, but may differ in detail to
242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
244 later version", you have the option of following the terms and conditions
245 either of that version or of any later version published by the Free
246 Software Foundation. If the Program does not specify a version number of
247 this License, you may choose any version ever published by the Free Software
298 the Free Software Foundation; either version 2 of the License, or
299 (at your option) any later version.
315 Gnomovision version 69, Copyright (C) year name of author
/DragonOS-0.1.7/kernel/src/driver/multiboot2/
Dmultiboot2.h328 uint16_t version; member
/DragonOS-0.1.7/user/apps/test_relibc/
Dlink.lds21 .gnu.version : { *(.gnu.version) }
/DragonOS-0.1.7/docs/community/ChangeLog/V0.1.x/
DV0.1.2.md126 Patch about auto gen version string (#114)
/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c34 static uint32_t xhci_hc_get_protocol_offset(int id, uint32_t list_off, const int version, uint32_t …
382 static uint32_t xhci_hc_get_protocol_offset(int id, uint32_t list_off, const int version, uint32_t … in xhci_hc_get_protocol_offset() argument
395 if ((dw0 & 0xff) == XHCI_XECP_ID_PROTOCOL && ((dw0 & 0xff000000) >> 24) == version) in xhci_hc_get_protocol_offset()
403 if (protocol_flag != NULL && version == 2) in xhci_hc_get_protocol_offset()
/DragonOS-0.1.7/kernel/src/libs/libELF/
Delf.h2053 Elf32_Half version; member