OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_cmd
(Results
1 - 7
of
7
) sorted by null
/external/grub/netboot/
pci.c
34
#define
CONFIG_CMD
(bus, device_fn, where) (0x80000000 | (bus << 16) | (device_fn << 8) | (where & ~3))
39
outl(
CONFIG_CMD
(bus,device_fn,where), 0xCF8);
47
outl(
CONFIG_CMD
(bus,device_fn,where), 0xCF8);
55
outl(
CONFIG_CMD
(bus,device_fn,where), 0xCF8);
63
outl(
CONFIG_CMD
(bus,device_fn,where), 0xCF8);
71
outl(
CONFIG_CMD
(bus,device_fn,where), 0xCF8);
78
outl(
CONFIG_CMD
(bus,device_fn,where), 0xCF8);
83
#undef
CONFIG_CMD
i82586.c
145
#define
CONFIG_CMD
0x18
212
CONFIG_CMD
, /* Command list pointer, points to Configure. */
/external/bluetooth/bluedroid/stack/avdt/
avdt_msg.c
408
AVDT_MSG_BLD_SEID(*p, p_msg->
config_cmd
.hdr.seid);
409
AVDT_MSG_BLD_SEID(*p, p_msg->
config_cmd
.int_seid);
410
avdt_msg_bld_cfg(p, p_msg->
config_cmd
.p_cfg);
834
AVDT_MSG_PRS_SEID(p, p_msg->
config_cmd
.hdr.seid);
835
if (avdt_scb_by_hdl(p_msg->
config_cmd
.hdr.seid) == NULL)
840
AVDT_MSG_PRS_SEID(p, p_msg->
config_cmd
.int_seid);
841
if ((p_msg->
config_cmd
.int_seid < AVDT_SEID_MIN) ||
842
(p_msg->
config_cmd
.int_seid > AVDT_SEID_MAX))
852
err = avdt_msg_prs_cfg(p_msg->
config_cmd
.p_cfg, p, len, &p_msg->hdr.err_param, AVDT_SIG_SETCONFIG);
857
if (((p_msg->
config_cmd
.p_cfg->psc_mask & (~AVDT_PSC)) != 0) |
[
all
...]
avdt_scb_act.c
809
p_cfg = p_data->msg.
config_cmd
.p_cfg;
816
p_scb->p_ccb = avdt_ccb_by_idx(p_data->msg.
config_cmd
.hdr.ccb_idx);
817
p_scb->peer_seid = p_data->msg.
config_cmd
.int_seid;
823
(tAVDT_CTRL *) &p_data->msg.
config_cmd
);
[
all
...]
avdt_api.c
516
evt.msg.
config_cmd
.hdr.seid = seid;
517
evt.msg.
config_cmd
.hdr.ccb_idx = avdt_ccb_to_idx(p_ccb);
518
evt.msg.
config_cmd
.int_seid = handle;
519
evt.msg.
config_cmd
.p_cfg = p_cfg;
[
all
...]
avdt_int.h
380
tAVDT_SETCONFIG
config_cmd
;
member in union:__anon3489
/external/chromium_org/chrome/test/functional/perf/
endure_setup.py
177
config_cmd
= [gclient, 'config', URLS['pyauto']]
178
if subprocess.call(
config_cmd
) != 0:
179
raise SetupError('Running "%s" failed.' % ' '.join(
config_cmd
))
Completed in 378 milliseconds