Searched refs:p_query (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | resolv.h | 167 #define p_query __p_query macro 181 void p_query (const unsigned char *) __THROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | resolv.h | 167 #define p_query __p_query macro 181 void p_query (const unsigned char *) __THROW;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_exportfs.c | 808 wl_pwrstats_query_t *p_query = NULL; in show_pwrstats_path() local 827 p_query = (wl_pwrstats_query_t *)MALLOCZ(g_dhd_pub->osh, len); in show_pwrstats_path() 828 if (p_query == NULL) { in show_pwrstats_path() 834 p_query->length = PWRSTATS_REQ_TYPE_NUM; in show_pwrstats_path() 836 p_query->type[i] = pwrstats_req_type[i]; in show_pwrstats_path() 840 err = wldev_iovar_getbuf(ndev, "pwrstats", p_query, len, in show_pwrstats_path() 1024 if (p_query) { in show_pwrstats_path() 1025 MFREE(g_dhd_pub->osh, p_query, len); in show_pwrstats_path()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_exportfs.c | 810 wl_pwrstats_query_t *p_query = NULL; in show_pwrstats_path() local 829 p_query = (wl_pwrstats_query_t *)MALLOCZ(g_dhd_pub->osh, len); in show_pwrstats_path() 830 if (p_query == NULL) { in show_pwrstats_path() 836 p_query->length = PWRSTATS_REQ_TYPE_NUM; in show_pwrstats_path() 838 p_query->type[i] = pwrstats_req_type[i]; in show_pwrstats_path() 842 err = wldev_iovar_getbuf(ndev, "pwrstats", p_query, len, in show_pwrstats_path() 1026 if (p_query) { in show_pwrstats_path() 1027 MFREE(g_dhd_pub->osh, p_query, len); in show_pwrstats_path()
|