/external/autotest/server/site_tests/network_WiFi_TDLSPing/ |
D | network_WiFi_TDLSPing.py | 126 link_state = self.context.client.query_tdls_link(peer_ip) 127 if link_state is not False: 129 'First query of TDLS link succeeded: %r' % link_state) 143 link_state = self.context.client.query_tdls_link(peer_ip) 145 % link_state) 154 link_state = self.context.client.query_tdls_link(peer_ip) 156 link_state) 169 link_state = self.context.client.query_tdls_link(peer_mac) 170 if link_state != 'Connected': 172 'DUT does not report TDLS link is active: %r' % link_state)
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ufs/ufshcd_runtime_suspend/ |
D | format | 13 field:int link_state; offset:28; size:4; signed:1; 15 …link_state: %s, err %d", __get_str(dev_name), REC->usecs, __print_symbolic(REC->dev_state, { UFS_A…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ufs/ufshcd_init/ |
D | format | 13 field:int link_state; offset:28; size:4; signed:1; 15 …link_state: %s, err %d", __get_str(dev_name), REC->usecs, __print_symbolic(REC->dev_state, { UFS_A…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ufs/ufshcd_system_resume/ |
D | format | 13 field:int link_state; offset:28; size:4; signed:1; 15 …link_state: %s, err %d", __get_str(dev_name), REC->usecs, __print_symbolic(REC->dev_state, { UFS_A…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ufs/ufshcd_runtime_resume/ |
D | format | 13 field:int link_state; offset:28; size:4; signed:1; 15 …link_state: %s, err %d", __get_str(dev_name), REC->usecs, __print_symbolic(REC->dev_state, { UFS_A…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ufs/ufshcd_system_suspend/ |
D | format | 13 field:int link_state; offset:28; size:4; signed:1; 15 …link_state: %s, err %d", __get_str(dev_name), REC->usecs, __print_symbolic(REC->dev_state, { UFS_A…
|
/external/iproute2/rdma/ |
D | link.c | 154 static const char *link_state_to_str(uint8_t link_state) in link_state_to_str() argument 160 if (link_state < ARRAY_SIZE(link_state_str)) in link_state_to_str() 161 return link_state_str[link_state]; in link_state_to_str()
|
/external/u-boot/drivers/net/fsl-mc/ |
D | dpmac.c | 190 struct dpmac_link_state *link_state) in dpmac_set_link_state() argument 198 DPMAC_CMD_SET_LINK_STATE(cmd, link_state); in dpmac_set_link_state()
|
/external/u-boot/drivers/net/ldpaa_eth/ |
D | ldpaa_eth.c | 385 struct dpni_link_state link_state; in ldpaa_eth_open() local 504 dflt_dpni->dpni_handle, &link_state); in ldpaa_eth_open() 510 printf("DPNI link status: %d - ", link_state.up); in ldpaa_eth_open() 511 link_state.up == 0 ? printf("down\n") : in ldpaa_eth_open() 512 link_state.up == 1 ? printf("up\n") : printf("error state\n"); in ldpaa_eth_open()
|
/external/u-boot/drivers/usb/dwc3/ |
D | gadget.c | 1268 u8 link_state; in dwc3_gadget_wakeup() local 1288 link_state = DWC3_DSTS_USBLNKST(reg); in dwc3_gadget_wakeup() 1290 switch (link_state) { in dwc3_gadget_wakeup() 1296 link_state); in dwc3_gadget_wakeup() 2280 if ((dwc->link_state == DWC3_LINK_STATE_U3) && in dwc3_gadget_linksts_change_interrupt() 2310 switch (dwc->link_state) { in dwc3_gadget_linksts_change_interrupt() 2350 dwc->link_state = next; in dwc3_gadget_linksts_change_interrupt()
|
D | core.h | 767 enum dwc3_link_state link_state; member
|
/external/libpcap/ |
D | pcap-npf.c | 1464 NDIS_LINK_STATE link_state; in get_if_flags() local 1618 len = sizeof(link_state); in get_if_flags() 1619 status = oid_get_request(adapter, OID_GEN_LINK_STATE, &link_state, in get_if_flags() 1626 switch (link_state.MediaConnectState) { in get_if_flags()
|
/external/u-boot/include/fsl-mc/ |
D | fsl_dpmac.h | 369 struct dpmac_link_state *link_state);
|
/external/kernel-headers/original/uapi/linux/ |
D | vfio.h | 351 __u32 link_state; member
|
D | if_link.h | 759 __u32 link_state; member
|
/external/iproute2/ip/ |
D | iplink.c | 485 ivl.link_state = IFLA_VF_LINK_STATE_AUTO; in iplink_parse_vf() 487 ivl.link_state = IFLA_VF_LINK_STATE_ENABLE; in iplink_parse_vf() 489 ivl.link_state = IFLA_VF_LINK_STATE_DISABLE; in iplink_parse_vf()
|
D | ipaddress.c | 459 if (vf_linkstate->link_state == IFLA_VF_LINK_STATE_AUTO) in print_vfinfo() 464 else if (vf_linkstate->link_state == IFLA_VF_LINK_STATE_ENABLE) in print_vfinfo()
|
/external/iproute2/include/uapi/linux/ |
D | if_link.h | 709 __u32 link_state; member
|
/external/selinux/libsepol/src/ |
D | link.c | 54 typedef struct link_state { struct
|