OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:info_str
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
net-android.c
339
snprintf(vc->
info_str
, sizeof(vc->
info_str
),
866
slirp_vc->
info_str
[0] = '\0';
1265
snprintf(s->vc->
info_str
, sizeof(s->vc->
info_str
), "fd=%d", fd);
[
all
...]
net.c
306
snprintf(vc->
info_str
, sizeof(vc->
info_str
),
738
slirp_vc->
info_str
[0] = '\0';
1137
snprintf(s->vc->
info_str
, sizeof(s->vc->
info_str
), "fd=%d", fd);
[
all
...]
net.h
29
char
info_str
[256];
member in struct:VLANClientState
tap-win32.c
690
snprintf(s->vc->
info_str
, sizeof(s->vc->
info_str
),
Completed in 178 milliseconds