OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:down_cmd
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluez/compat/
pand.c
162
static int w4_hup(int sk, struct script_arg *
down_cmd
)
200
if (
down_cmd
)
202
down_cmd
->dev,
down_cmd
->dst,
203
down_cmd
->sk,
down_cmd
->nsk);
297
struct script_arg
down_cmd
;
local
306
memset(&
down_cmd
, 0, sizeof(struct script_arg));
307
strncpy(
down_cmd
.dev, devname, strlen(devname) + 1);
308
strncpy(
down_cmd
.dst, str, strlen(str) + 1)
339
struct script_arg
down_cmd
;
local
[
all
...]
Completed in 44 milliseconds