OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cfg_ld
(Results
1 - 1
of
1
) sorted by null
/external/libpcap/
pcap-bpf.c
431
struct cfg_load
cfg_ld
;
local
487
memset(&
cfg_ld
, 0x0, sizeof(
cfg_ld
));
488
cfg_ld
.path = buf;
489
sprintf(
cfg_ld
.path, "%s/%s", DRIVER_PATH, BPF_NAME);
490
if ((sysconfig(SYS_QUERYLOAD, (void *)&
cfg_ld
, sizeof(
cfg_ld
)) == -1) ||
491
(
cfg_ld
.kmid == 0)) {
493
if (sysconfig(SYS_SINGLELOAD, (void *)&
cfg_ld
, sizeof(
cfg_ld
)) == -1)
[
all
...]
Completed in 17 milliseconds