Searched refs:nl (Results 1 – 5 of 5) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_nl80211.c | 66 dhd_nli->nl = nl_socket_alloc(); in dhd_nl_sock_connect() 67 if (dhd_nli->nl == NULL) in dhd_nl_sock_connect() 70 if (genl_connect(dhd_nli->nl) < 0) { in dhd_nl_sock_connect() 75 dhd_nli->nl_id = genl_ctrl_resolve(dhd_nli->nl, "nl80211"); in dhd_nl_sock_connect() 85 nl_socket_set_cb(dhd_nli->nl, dhd_nli->cb); in dhd_nl_sock_connect() 90 nl_socket_free(dhd_nli->nl); in dhd_nl_sock_connect() 98 nl_socket_free(dhd_nli->nl); in dhd_nl_sock_disconnect() 116 err = nl_send_auto_complete(dhd_nli->nl, msg); in dhd_nl_do_testmode() 129 nl_recvmsgs(dhd_nli->nl, dhd_nli->cb); in dhd_nl_do_testmode()
|
D | dhdu_nl80211.h | 38 struct nl_sock *nl; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | obj_int_extract.c | 181 struct nlist nl; in parse_macho() local 184 memcpy(&nl, sym_buf, sizeof(struct nlist)); in parse_macho() 187 memcpy(&val, base_buf + base_data_section + nl.n_value, in parse_macho() 189 print_macho_equ(mode, str_buf + nl.n_un.n_strx + 1, val); in parse_macho() 191 struct nlist_64 nl; in parse_macho() local 194 memcpy(&nl, sym_buf, sizeof(struct nlist_64)); in parse_macho() 197 memcpy(&val, base_buf + base_data_section + nl.n_value, in parse_macho() 199 print_macho_equ(mode, str_buf + nl.n_un.n_strx + 1, val); in parse_macho()
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_script.cpp | 180 char *nl, *cr; in trim_script_cmd() local 190 while ( NULL != (nl = strchr(cmd, '\n'))) { in trim_script_cmd() 191 if (*nl == *(nl+1)) { in trim_script_cmd() 197 for (char *c = nl; '\0' != *c; c++) { in trim_script_cmd()
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | building.md | 24 * [Doxygen](http://www.stack.nl/~dimitri/doxygen/) 1.8.9.1+
|