Searched refs:hs (Results 1 - 21 of 21) sorted by relevance

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h101 httpd_server* hs; member in struct:__anon19
201 extern void httpd_set_logfp( httpd_server* hs, FILE* logfp );
204 extern void httpd_unlisten( httpd_server* hs );
207 extern void httpd_terminate( httpd_server* hs );
219 extern int httpd_get_conn( httpd_server* hs, int listen_fd, httpd_conn* hc );
H A Dlibhttpd.c126 static void free_httpd_server( httpd_server* hs );
212 free_httpd_server( httpd_server* hs )
214 if ( hs->binding_hostname != (char*) 0 )
215 free( (void*) hs->binding_hostname );
216 if ( hs->cwd != (char*) 0 )
217 free( (void*) hs->cwd );
218 if ( hs->cgi_pattern != (char*) 0 )
219 free( (void*) hs->cgi_pattern );
220 if ( hs->charset != (char*) 0 )
221 free( (void*) hs
240 httpd_server* hs; local
463 httpd_set_logfp( httpd_server* hs, FILE* logfp ) argument
1689 httpd_get_conn( httpd_server* hs, int listen_fd, httpd_conn* hc ) argument
4075 httpd_server* hs; local
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hwmp.c261 struct ieee80211_hwmp_state *hs; local
266 hs = IEEE80211_MALLOC(sizeof(struct ieee80211_hwmp_state), M_80211_VAP,
268 if (hs == NULL) {
272 hs->hs_maxhops = IEEE80211_HWMP_DEFAULT_MAXHOPS;
273 callout_init(&hs->hs_roottimer, 1);
274 vap->iv_hwmp = hs;
280 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
282 callout_drain(&hs->hs_roottimer);
291 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
298 callout_drain(&hs
806 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
839 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
880 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
954 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
1274 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
1646 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
1743 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
1858 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
1912 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
2043 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
2066 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
[all...]
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_proto.h65 status_t nm_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
H A Dnm_acc.c448 status_t nm_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs, argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c394 HAL_SURVEY_SAMPLE hs; local
398 bzero(&hs, sizeof(hs));
400 ret = ath_hal_get_mib_cycle_counts(sc->sc_ah, &hs);
419 hs.tx_busy,
420 hs.rx_busy,
421 hs.chan_busy,
422 hs.ext_chan_busy,
423 hs.cycle_count);
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dacc.c263 status_t eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs, argument
H A Dproto.h112 status_t eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
/haiku/src/add-ons/accelerants/via/engine/
H A Dacc.c263 status_t eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs, argument
H A Dproto.h112 status_t eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
/haiku/src/apps/poorman/
H A DPoorManServer.cpp409 log << hc->hs->cwd;
433 log << hc->hs->cwd;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c873 HAL_SURVEY_SAMPLE hs; local
887 OS_MEMZERO(&hs, sizeof(hs));
888 good = ar5212GetMibCycleCounts(ah, &hs);
889 ath_hal_survey_add_sample(ah, &hs);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c821 HAL_SURVEY_SAMPLE hs; local
835 OS_MEMZERO(&hs, sizeof(hs));
836 good = ar5416GetMibCycleCounts(ah, &hs);
837 ath_hal_survey_add_sample(ah, &hs);
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_proto.h171 status_t nv_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
H A Dnv_acc.c1559 status_t nv_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs, argument
/haiku/headers/cpp/
H A Dstl_hash_set.h327 void swap(hash_multiset& hs) { _M_ht.swap(hs._M_ht); } argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c1577 ath_hal_survey_add_sample(struct ath_hal *ah, HAL_SURVEY_SAMPLE *hs) argument
1583 OS_MEMCPY(&cs->samples[cs->cur_sample], hs, sizeof(*hs));
H A Dah_internal.h1046 HAL_SURVEY_SAMPLE *hs);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_stub_funcs.c631 HAL_SURVEY_SAMPLE *hs)
630 ar9300_Stub_GetMibCycleCounts(struct ath_hal *ah, HAL_SURVEY_SAMPLE *hs) argument
H A Dar9300_freebsd.c886 HAL_SURVEY_SAMPLE *hs)
885 ar9300_freebsd_get_mib_cycle_counts(struct ath_hal *ah, HAL_SURVEY_SAMPLE *hs) argument
H A Dar9300_misc.c2081 ar9300_get_mib_cycle_counts(struct ath_hal *ah, HAL_SURVEY_SAMPLE *hs) argument

Completed in 243 milliseconds