/external/dhcpcd/ |
D | configure.c | 444 if (rt->gate.s_addr == INADDR_ANY) in desc_route() 447 else if (rt->gate.s_addr == rt->dest.s_addr && in desc_route() 453 inet_ntoa(rt->gate)); in desc_route() 456 addr, inet_ntocidr(rt->net), inet_ntoa(rt->gate)); in desc_route() 495 rt->gate.s_addr == 0) in n_route() 554 rt->gate.s_addr = 0; in get_subnet_route() 573 r->gate.s_addr = 0; in add_subnet_route() 588 if (rt->gate.s_addr == 0) in get_routes() 615 if (r->gate.s_addr == iface->addr.s_addr && in massage_host_routes() 617 r->gate.s_addr = r->dest.s_addr; in massage_host_routes() [all …]
|
D | if-bsd.c | 234 if (rt->gate.s_addr != INADDR_ANY || in if_route() 239 if (rt->dest.s_addr == rt->gate.s_addr && in if_route() 260 ADDADDR(&rt->gate); in if_route() 404 COPYOUT(rt.gate, rti_info[RTAX_GATEWAY]); in manage_link() 437 COPYOUT(rt.gate, rti_info[RTAX_BRD]); in manage_link() 439 &rt.dest, &rt.net, &rt.gate); in manage_link()
|
D | if-linux.c | 256 rt.gate.s_addr = INADDR_ANY; in link_route() 266 memcpy(&rt.gate.s_addr, RTA_DATA(rta), in link_route() 267 sizeof(rt.gate.s_addr)); in link_route() 566 if (rt->gate.s_addr == INADDR_ANY || in if_route() 567 (rt->gate.s_addr == rt->dest.s_addr && in if_route() 583 if (rt->dest.s_addr != rt->gate.s_addr || in if_route() 586 &rt->gate.s_addr, sizeof(rt->gate.s_addr)); in if_route()
|
D | net.h | 85 struct in_addr gate; member
|
D | if-options.c | 667 parse_addr(&rt->gate, NULL, np) == -1) in parse_option() 682 if (parse_addr(&rt->gate, NULL, p) == -1) in parse_option()
|
D | dhcp.c | 592 memcpy(&rt->gate.s_addr, p, 4); in decode_rfc3442_rt() 818 memcpy(&route->gate.s_addr, p, 4); in get_option_routes() 834 memcpy(&route->gate.s_addr, p, 4); in get_option_routes()
|
/external/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_api.c | 250 tNFA_STATUS NFA_HciDeallocGate (tNFA_HANDLE hci_handle, UINT8 gate) in NFA_HciDeallocGate() argument 260 …if ((gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) || (gate > NFA_HCI_LAST_HOST_SPECIFIC_GENERI… in NFA_HciDeallocGate() 262 NFA_TRACE_API1 ("NFA_HciDeallocGate (): Cannot deallocate the gate:0x%02x", gate); in NFA_HciDeallocGate() 266 NFA_TRACE_API2 ("NFA_HciDeallocGate (): hci_handle:0x%04x, gate:0x%02X", hci_handle, gate); in NFA_HciDeallocGate() 274 p_msg->gate = gate; in NFA_HciDeallocGate() 880 tNFA_STATUS NFA_HciAddStaticPipe (tNFA_HANDLE hci_handle, UINT8 host, UINT8 gate, UINT8 pipe) in NFA_HciAddStaticPipe() argument 901 if (gate <= NFA_HCI_LAST_HOST_SPECIFIC_GATE) in NFA_HciAddStaticPipe() 903 NFA_TRACE_API1 ("NFA_HciAddStaticPipe (): Invalid Gate:0x%02x", gate); in NFA_HciAddStaticPipe() 922 p_msg->gate = gate; in NFA_HciAddStaticPipe()
|
D | nfa_hci_act.c | 428 evt_data.gates_pipes.gate[evt_data.gates_pipes.num_gates++] = pg->gate_id; in nfa_hci_api_get_gate_pipe_list() 478 evt_data.allocated.gate = p_gate ? p_gate->gate_id : 0; in nfa_hci_api_alloc_gate() 505 gate_id = p_evt_data->gate_dealloc.gate; in nfa_hci_api_dealloc_gate() 516 evt_data.deallocated.gate = gate_id;; in nfa_hci_api_dealloc_gate() 1071 …if ((pg = nfa_hciu_alloc_gate (p_evt_data->add_static_pipe.gate, p_evt_data->add_static_pipe.hci_h… in nfa_hci_api_add_static_pipe() 1077 …pg->gate_id, p_evt_data->add_static_pipe.host, p_evt_data->add_static_pipe.gate) != NFA_HCI_ANY_OK) in nfa_hci_api_add_static_pipe()
|
/external/qemu/hw/ |
D | i8254.c | 48 uint8_t gate; /* timer start */ member 190 if (s->gate < val) { in pit_set_gate() 198 if (s->gate < val) { in pit_set_gate() 206 s->gate = val; in pit_set_gate() 212 return s->gate; in pit_get_gate() 411 qemu_put_8s(f, &s->gate); in pit_save() 442 qemu_get_8s(f, &s->gate); in pit_load() 461 s->gate = (i != 2); in pit_reset() 484 s->gate = 1; in hpet_pit_enable()
|
/external/libnfc-nci/src/nfa/include/ |
D | nfa_hci_api.h | 111 …UINT8 gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the appl… member 120 UINT8 gate; /* The gate allocated to the application */ member 127 …UINT8 gate; /* The gate deallocated from the application */ member 376 NFC_API extern tNFA_STATUS NFA_HciDeallocGate (tNFA_HANDLE conn_handle, UINT8 gate); 596 NFC_API extern tNFA_STATUS NFA_HciAddStaticPipe (tNFA_HANDLE hci_handle, UINT8 host, UINT8 gate, UI…
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
D | proxies-example-membrane.js | 195 var gate = Object.freeze({ 202 gate: gate property 247 m.gate.disable(); 265 m.gate.enable(); 425 var gate = Object.freeze({ 434 return Object.freeze({ wrapper: asDry(wetTarget), gate: gate }); property 494 m.gate.revoke()
|
/external/v8/test/mjsunit/harmony/ |
D | proxies-example-membrane.js | 195 var gate = Object.freeze({ 202 gate: gate property 247 m.gate.disable(); 265 m.gate.enable(); 425 var gate = Object.freeze({ 434 return Object.freeze({ wrapper: asDry(wetTarget), gate: gate }); property 494 m.gate.revoke()
|
/external/webrtc/src/modules/audio_processing/agc/ |
D | digital_agc.c | 320 WebRtc_Word16 gate, gain_adj; in WebRtcAgc_ProcessDigital() local 489 gate = 1000 + zeros_fast - zeros - stt->vadNearend.stdShortTerm; in WebRtcAgc_ProcessDigital() 491 if (gate < 0) in WebRtcAgc_ProcessDigital() 497 gate = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32((WebRtc_Word32)gate + tmp32, 3); in WebRtcAgc_ProcessDigital() 498 stt->gatePrevious = gate; in WebRtcAgc_ProcessDigital() 502 if (gate > 0) in WebRtcAgc_ProcessDigital() 504 if (gate < 2500) in WebRtcAgc_ProcessDigital() 506 gain_adj = WEBRTC_SPL_RSHIFT_W16(2500 - gate, 5); in WebRtcAgc_ProcessDigital()
|
/external/valgrind/main/VEX/priv/ |
D | guest_arm_toIR.c | 8383 Bool gate = False; in decode_V6MEDIA_instruction() local 8394 gate = True; in decode_V6MEDIA_instruction() 8406 gate = True; in decode_V6MEDIA_instruction() 8410 if (gate) { in decode_V6MEDIA_instruction() 8441 Bool gate = False; in decode_V6MEDIA_instruction() local 8451 gate = True; in decode_V6MEDIA_instruction() 8462 gate = True; in decode_V6MEDIA_instruction() 8466 if (gate) { in decode_V6MEDIA_instruction() 8503 Bool gate = False; in decode_V6MEDIA_instruction() local 8515 gate = True; in decode_V6MEDIA_instruction() [all …]
|
/external/kernel-headers/original/asm-x86/ |
D | desc_32.h | 146 static inline void _set_gate(int gate, unsigned int type, void *addr, unsigned short seg) in _set_gate() argument 150 write_idt_entry(idt_table, gate, a, b); in _set_gate()
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_hci_int.h | 147 UINT8 gate; member 223 UINT8 gate; member 486 extern void nfa_hciu_release_gate (UINT8 gate);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
D | multisect1.asm | 24 ; DPMI, and called through a call-gate from ring-3.
|
/external/qemu/android/config/linux-x86_64/asm/ |
D | kvm.h | 215 __u8 gate; member
|
/external/qemu/android/config/linux-x86/asm/ |
D | kvm.h | 215 __u8 gate; member
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | TODO | 53 - gate with sempred {target.usePropertySetTemplates()}?
|
/external/oprofile/events/mips/74K/ |
D | events | 29 … minimum:500 name:IFU_IDU_MISS_PRED_UPSTREAM_CYCLES : 11-0 Cycles IFU-IDU gate is closed (to preve… 30 …o minimum:500 name:IFU_IDU_CLOGED_DOWNSTREAM_CYCLES : 12-0 Cycles IFU-IDU gate is closed (waiting … 105 …,3 um:zero minimum:500 name:IFU_IDU_NO_FETCH_CYCLES : 11-1 Cycles IFU-IDU gate open but no instruc…
|
/external/bison/ |
D | THANKS | 42 Evgeny Stambulchik fnevgeny@plasma-gate.weizmann.ac.il
|
/external/qemu/ |
D | Changelog | 412 - task gate and NT flag fixes 425 - Full task switching/task gate support
|
/external/libppp/src/ |
D | ppp.8.m4 | 1438 .Dl set device ui-gate:6669/tcp 1450 connection on the receiving machine (ui-gate). 1475 on ui-gate (the receiver) should contain the following: 1522 ui-gate: 1524 set device ui-gate:ppp-in/tcp 1534 ui-gate: 1546 We are assigning the address of 10.0.4.1 to ui-gate, and the address 1550 .Dl awfulhak # ppp -background ui-gate 1554 "route" on ui-gate to the 10.0.1.0/24 network. 1591 ui-gate: [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts3cov.test | 78 INSERT INTO t1 VALUES('A furlong from the castle gate?');
|