Searched defs:hnd (Results 1 – 4 of 4) sorted by relevance
209 #define MAC_DISPATCH(hnd) ((struct _MacUpperDispatch*)(hnd)->common->upperDispatchTable) argument210 #define MAC_STATUS(hnd) ((struct _MacStatusTable*) (hnd)->common->serviceStatus) argument211 #define MAC_CHAR(hnd) ((struct _MacChars*) (hnd)->common->serviceChars) argument
38 struct selabel_handle *hnd; member
10 static __thread struct selabel_handle *hnd; variable
2403 DWORD i, hnd, len; in wpa_driver_ndis_set_wzc() local