Searched defs:nl (Results 1 - 4 of 4) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_nl80211.h38 struct nl_sock *nl; member in struct:dhd_netlink_info
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dobj_int_extract.c181 struct nlist nl; local
184 memcpy(&nl, sym_buf, sizeof(struct nlist));
187 memcpy(&val, base_buf + base_data_section + nl.n_value,
189 print_macho_equ(mode, str_buf + nl.n_un.n_strx + 1, val);
191 struct nlist_64 nl; local
194 memcpy(&nl, sym_buf, sizeof(struct nlist_64));
197 memcpy(&val, base_buf + base_data_section + nl.n_value,
199 print_macho_equ(mode, str_buf + nl.n_un.n_strx + 1, val);
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_script.cpp180 char *nl, *cr; local
190 while ( NULL != (nl = strchr(cmd, '\n'))) {
191 if (*nl == *(nl+1)) {
197 for (char *c = nl; '\0' != *c; c++) {
/hardware/libhardware_legacy/include/hardware_legacy/
H A Ddriver_nl80211.h77 struct nl_handle *nl; member in struct:nl80211_global

Completed in 378 milliseconds