Home
last modified time | relevance | path

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

/sys/amd64/
Dlapic.c181 uint32_t version; in LAPIC_Init() local
207 version = LAPIC_Read(LAPIC_VERSION); in LAPIC_Init()
208 lvts = (version & LAPIC_VERSION_LVTMASK) >> LAPIC_VERSION_LVTSHIFT; in LAPIC_Init()
261 uint32_t version = LAPIC_Read(LAPIC_VERSION); in Debug_LAPIC() local
262 uint32_t lvts = (version & LAPIC_VERSION_LVTMASK) >> LAPIC_VERSION_LVTSHIFT; in Debug_LAPIC()
Dkernel.lds43 .gnu.version : { *(.gnu.version) }
/pxelinux/pxelinux.cfg/
Ddefault1 # D-I config version 2.0
/lib/liblwip/
DUPGRADING3 application written for an older version of lwIP to correctly work
35 * Added a minimal version of posix fctl() to have a
138 * Removed packing from ip_addr_t, the packed version is now only used in protocol headers
144 * initial version of this file
DCHANGELOG337 version is now only used in protocol headers. Added global storage for
439 * sockets.c/.h: Added a minimal version of posix fctl() to have a
1172 * init.h: Added LWIP_VERSION to get the current version of the stack
1213 modified version of patch # 6370: Moved loopif code to netif.c so that
1768 * init.c: Add first version of lwip_sanity_check for task #7142 "Sanity check
3066 (0.5.3) Changes since version 0.5.2
3080 (0.5.2) Changes since version 0.5.1
3106 (0.5.1) Changes since version 0.5.0
3150 (0.5.0) Changes since version 0.4.2
3173 (0.4.2) Changes since version 0.4.1
[all …]
/sys/fs/o2fs/
Do2fs.h57 uint64_t version; /* Snapshot version */ member
/sys/amd64/include/
Dmultiboot.h254 uint16_t version; member
/docs/
DDoxyfile48 # could be handy for archiving the generated documentation or if some version
283 # with the commands \{ and \} for these it is advised to use the version @{ and
778 # doxygen should invoke to get the current version for each file (typically from
779 # the version control system). Doxygen will invoke the program by executing (via
783 # version. For an example see the documentation.
883 # and the warning text. Optionally the format may contain $version, which will
884 # be replaced by the version of the file (if it could be obtained via
1204 # (see https://www.gnu.org/software/global/global.html). You will need version
1208 # - Install the latest version of global
1289 # default header when upgrading to a newer version of doxygen. For a description
[all …]
/lib/liblwip/src/core/snmp/
Dmsg_in.c922 s32_t version; in snmp_pdu_header_check() local
943 derr = snmp_asn1_dec_s32t(p, ofs + 1 + len_octets, len, &version); in snmp_pdu_header_check()
950 if (version != 0) in snmp_pdu_header_check()