OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:model_marker
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
linux-core.c
334
static const char
model_marker
[] = "cpu\t\t: ";
local
337
static const char
model_marker
[] = "model name\t: ";
350
(void) &
model_marker
;
375
if (strncmp(buf,
model_marker
, sizeof(
model_marker
) - 1) == 0) {
376
model = buf + sizeof(
model_marker
) - 1;
390
static const char
model_marker
[] = "Processor\t: ";
local
477
static const char
model_marker
[] = "cpu model\t\t: ";
479
if (strncmp(buf,
model_marker
, sizeof(
model_marker
) - 1) == 0)
[
all
...]
linux-core.c
334
static const char
model_marker
[] = "cpu\t\t: ";
local
337
static const char
model_marker
[] = "model name\t: ";
350
(void) &
model_marker
;
375
if (strncmp(buf,
model_marker
, sizeof(
model_marker
) - 1) == 0) {
376
model = buf + sizeof(
model_marker
) - 1;
390
static const char
model_marker
[] = "Processor\t: ";
local
477
static const char
model_marker
[] = "cpu model\t\t: ";
479
if (strncmp(buf,
model_marker
, sizeof(
model_marker
) - 1) == 0)
[
all
...]
linux.c
1716
static const char
model_marker
[] = "cpu\t\t: ";
local
1719
static const char
model_marker
[] = "model name\t: ";
1722
static const char
model_marker
[] = "CPU part\t: ";
1725
static const char
model_marker
[] = "cpu model\t\t: ";
1728
static const char
model_marker
[] = "cpu family\t\t: ";
1731
static const char
model_marker
[] = "model name\t: ";
1832
if (!strncmp(buf,
model_marker
, sizeof(
model_marker
) - 1)) {
1833
p = buf + sizeof(
model_marker
) - 1;
linux.c
1716
static const char
model_marker
[] = "cpu\t\t: ";
local
1719
static const char
model_marker
[] = "model name\t: ";
1722
static const char
model_marker
[] = "CPU part\t: ";
1725
static const char
model_marker
[] = "cpu model\t\t: ";
1728
static const char
model_marker
[] = "cpu family\t\t: ";
1731
static const char
model_marker
[] = "model name\t: ";
1832
if (!strncmp(buf,
model_marker
, sizeof(
model_marker
) - 1)) {
1833
p = buf + sizeof(
model_marker
) - 1;
Completed in 111 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026