Home
last modified time | relevance | path

Searched defs:ss (Results 1 – 25 of 187) sorted by relevance

12345678

/dflybsd-src/sys/netproto/802_11/wlan/
H A Dieee80211_scan_sw.c70 #define SCAN_PRIVATE(ss) ((struct scan_state *) ss) argument
114 struct ieee80211_scan_state *ss = ic->ic_scan; in ieee80211_swscan_detach() local
154 struct ieee80211_scan_state *ss = ic->ic_scan; in ieee80211_swscan_vdetach() local
167 struct ieee80211_scan_state *ss = ic->ic_scan; in ieee80211_swscan_set_scan_duration() local
186 struct ieee80211_scan_state *ss = ic->ic_scan; in ieee80211_swscan_start_scan_locked() local
290 struct ieee80211_scan_state *ss = ic->ic_scan; in ieee80211_swscan_check_scan() local
346 struct ieee80211_scan_state *ss = ic->ic_scan; in ieee80211_swscan_bg_scan() local
440 struct ieee80211_scan_state *ss = ic->ic_scan; in cancel_scan() local
496 struct ieee80211_scan_state *ss = vap->iv_ic->ic_scan; in ieee80211_swscan_scan_next() local
513 struct ieee80211_scan_state *ss = ic->ic_scan; in ieee80211_swscan_scan_done() local
[all …]
H A Dieee80211_scan_sta.c160 sta_attach(struct ieee80211_scan_state *ss) in sta_attach()
186 sta_detach(struct ieee80211_scan_state *ss) in sta_detach()
205 sta_flush(struct ieee80211_scan_state *ss) in sta_flush()
238 sta_add(struct ieee80211_scan_state *ss, in sta_add()
465 struct ieee80211_scan_state *ss, in add_channels()
515 onscanlist(const struct ieee80211_scan_state *ss, in onscanlist()
527 sweepchannels(struct ieee80211_scan_state *ss, struct ieee80211vap *vap, in sweepchannels()
592 makescanlist(struct ieee80211_scan_state *ss, struct ieee80211vap *vap, in makescanlist()
713 sta_start(struct ieee80211_scan_state *ss, struct ieee80211vap *vap) in sta_start()
735 sta_restart(struct ieee80211_scan_state *ss, struct ieee80211vap *vap) in sta_restart()
[all …]
H A Dieee80211_scan.c140 struct ieee80211_scan_state *ss; in ieee80211_scan_vdetach() local
223 struct ieee80211_scan_state *ss = ic->ic_scan; in ieee80211_scan_update_locked() local
265 ieee80211_scan_dump_channels(const struct ieee80211_scan_state *ss) in ieee80211_scan_dump_channels()
283 ieee80211_scan_dump(struct ieee80211_scan_state *ss) in ieee80211_scan_dump()
295 ieee80211_scan_copy_ssid(struct ieee80211vap *vap, struct ieee80211_scan_state *ss, in ieee80211_scan_copy_ssid()
343 struct ieee80211_scan_state *ss = ic->ic_scan; in ieee80211_check_scan() local
480 struct ieee80211_scan_state *ss; in ieee80211_scan_done() local
584 struct ieee80211_scan_state *ss = ic->ic_scan; in ieee80211_scan_timeout() local
596 struct ieee80211_scan_state *ss = vap->iv_ic->ic_scan; in ieee80211_scan_assoc_success() local
612 struct ieee80211_scan_state *ss = vap->iv_ic->ic_scan; in ieee80211_scan_assoc_fail() local
[all …]
/dflybsd-src/lib/libsdp/
H A Dsession.c79 sdp_session_p ss = NULL; in sdp_open() local
151 sdp_session_p ss = NULL; in sdp_open_local() local
197 sdp_session_p ss = (sdp_session_p) xss; in sdp_close() local
218 sdp_session_p ss = (sdp_session_p) xss; in sdp_error() local
H A Dservice.c82 sdp_session_p ss = (sdp_session_p) xss; in sdp_register_service() local
147 sdp_session_p ss = (sdp_session_p) xss; in sdp_unregister_service() local
193 sdp_session_p ss = (sdp_session_p) xss; in sdp_change_service() local
237 sdp_receive_error_pdu(sdp_session_p ss) in sdp_receive_error_pdu()
/dflybsd-src/sys/sys/
H A Dserialize.h27 #define IS_SERIALIZED(ss) ((ss)->last_td == curthread) argument
28 #define ASSERT_SERIALIZED(ss) KKASSERT(IS_SERIALIZED((ss))) argument
29 #define ASSERT_NOT_SERIALIZED(ss) KKASSERT(!IS_SERIALIZED((ss))) argument
/dflybsd-src/sbin/jscan/
H A Djsession.c40 jsession_init(struct jsession *ss, struct jfile *jfin, in jsession_init()
86 jsession_check(struct jsession *ss, struct jdata *jd) in jsession_check()
99 jsession_term(struct jsession *ss) in jsession_term()
H A Ddump_mirror.c57 dump_mirror(struct jsession *ss, struct jdata *jd) in dump_mirror()
69 dump_mirror_stream(struct jsession *ss, struct jstream *js) in dump_mirror_stream()
107 dump_mirror_toprecord(struct jsession *ss, struct jstream *js, in dump_mirror_toprecord()
H A Ddump_record.c40 dump_record(struct jsession *ss, struct jdata *jd) in dump_record()
H A Djstream.c66 jaddrecord(struct jsession *ss, struct jdata *jd) in jaddrecord()
258 jaddrecord_backtrack(struct jsession *ss, struct jdata *jd) in jaddrecord_backtrack()
H A Ddump_output.c40 dump_output(struct jsession *ss, struct jdata *jd) in dump_output()
/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath_spectral.c108 struct ath_spectral_state *ss; in ath_spectral_attach() local
156 struct ath_spectral_state *ss = sc->sc_spectral; in ath_spectral_enable() local
191 struct ath_spectral_state *ss = sc->sc_spectral; in ath_ioctl_spectral() local
/dflybsd-src/contrib/bmake/
H A Dsigcompat.c205 # define ss2m(ss) (MASK_T) *(ss) argument
206 # define m2ss(ss, m) *ss = (sigset_t) *(m) argument
209 ss2m(sigset_t *ss) in ss2m()
218 m2ss(sigset_t *ss, MASK_T *m) in m2ss()
/dflybsd-src/sys/dev/netif/mxge/
H A Dif_mxge.c1129 struct mxge_slice_state *ss; in mxge_reset() local
1364 struct mxge_slice_state *ss; in mxge_rem_sysctls() local
1388 struct mxge_slice_state *ss; in mxge_add_sysctls() local
2665 struct mxge_slice_state *ss = arg; in mxge_legacy() local
2724 struct mxge_slice_state *ss = arg; in mxge_msi() local
2786 struct mxge_slice_state *ss = arg; in mxge_msix_rx() local
2805 struct mxge_slice_state *ss = arg; in mxge_msix_rxtx() local
2868 mxge_free_slice_mbufs(struct mxge_slice_state *ss) in mxge_free_slice_mbufs()
2913 mxge_free_slice_rings(struct mxge_slice_state *ss) in mxge_free_slice_rings()
2996 mxge_alloc_slice_rings(struct mxge_slice_state *ss, int rx_ring_entries, in mxge_alloc_slice_rings()
[all …]
/dflybsd-src/games/bs/
H A Dbs.c271 placeship(int b, ship_t *ss, int vis) in placeship()
296 randomplace(int b, ship_t *ss) in randomplace()
309 ship_t *ss; in initgame() local
618 checkplace(int b, ship_t *ss, int vis) in checkplace()
667 ship_t *ss; in awinna() local
685 ship_t *sb, *ss; in hitship() local
754 ship_t *ss; in plyturn() local
906 ship_t *ss; in cpufire() local
1069 ship_t *ss; in playagain() local
/dflybsd-src/sys/dev/drm/i915/
H A Dintel_device_info.c163 int s, ss; in gen9_sseu_info_init() local
235 #define IS_SS_DISABLED(ss) (!(sseu->subslice_mask & BIT(ss))) in gen9_sseu_info_init() argument
265 int s, ss; in broadwell_sseu_info_init() local
/dflybsd-src/crypto/libressl/ssl/
H A Dssl_sess.c213 SSL_SESSION *ss; in SSL_SESSION_new() local
246 SSL_SESSION_get_id(const SSL_SESSION *ss, unsigned int *len) in SSL_SESSION_get_id()
254 SSL_SESSION_get0_id_context(const SSL_SESSION *ss, unsigned int *len) in SSL_SESSION_get0_id_context()
262 SSL_SESSION_get_compress_id(const SSL_SESSION *ss) in SSL_SESSION_get_compress_id()
321 SSL_SESSION *ss = NULL; in ssl_get_new_session() local
750 SSL_SESSION_free(SSL_SESSION *ss) in SSL_SESSION_free()
779 SSL_SESSION_up_ref(SSL_SESSION *ss) in SSL_SESSION_up_ref()
814 SSL_SESSION_get_master_key(const SSL_SESSION *ss, unsigned char *out, in SSL_SESSION_get_master_key()
/dflybsd-src/usr.sbin/inetd/
H A Dbuiltins.c123 struct sockaddr_storage ss; in chargen_dg() local
197 struct sockaddr_storage ss; in daytime_dg() local
270 struct sockaddr_storage ss; in echo_dg() local
337 struct sockaddr_storage ss[2]; in ident_stream() local
696 struct sockaddr_storage ss; in machtime_dg() local
/dflybsd-src/sys/dev/netif/iwm/
H A Dif_iwm_scan.c290 struct ieee80211_scan_state *ss = ic->ic_scan; in iwm_lmac_scan_fill_channels() local
334 struct ieee80211_scan_state *ss = ic->ic_scan; in iwm_umac_scan_fill_channels() local
602 struct ieee80211_scan_state *ss = sc->sc_ic.ic_scan; in iwm_umac_scan() local
712 struct ieee80211_scan_state *ss = sc->sc_ic.ic_scan; in iwm_lmac_scan() local
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_spectral.c84 ar5416ConfigureSpectralScan(struct ath_hal *ah, HAL_SPECTRAL_PARAM *ss) in ar5416ConfigureSpectralScan()
151 ar5416GetSpectralParams(struct ath_hal *ah, HAL_SPECTRAL_PARAM *ss) in ar5416GetSpectralParams()
/dflybsd-src/contrib/file/src/
H A Dcdf.c345 size_t ss = sst->sst_dirlen < h->h_min_size_standard_stream ? in cdf_check_stream() local
357 size_t ss = cdf_check_stream(sst, h); in cdf_check_stream_offset() local
431 size_t ss = CDF_SEC_SIZE(h); in cdf_read_sector() local
446 size_t ss = CDF_SHORT_SEC_SIZE(h); in cdf_read_short_sector() local
475 size_t ss = CDF_SEC_SIZE(h); in cdf_read_sat() local
600 size_t ss = CDF_SEC_SIZE(h), i, j; in cdf_read_long_sector_chain() local
650 size_t ss = CDF_SHORT_SEC_SIZE(h), i, j; in cdf_read_short_sector_chain() local
705 size_t ss = CDF_SEC_SIZE(h), ns, nd; in cdf_read_dir() local
760 size_t ss = CDF_SEC_SIZE(h); in cdf_read_ssat() local
1190 size_t ss = cdf_check_stream(sst, h); in cdf_unpack_catalog() local
[all …]
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dpch.c130 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p; in save_idents() local
227 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p; in count_defs() local
266 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p; in write_defs() local
318 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps() local
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dpch.c129 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p; in save_idents() local
216 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p; in count_defs() local
255 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p; in write_defs() local
307 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps() local
/dflybsd-src/sys/dev/sound/pci/hda/
H A Dhdac.c1804 int i, ss; in hdac_find_stream() local
1842 int stream, ss, bw, maxbw, prevbw; in hdac_stream_alloc() local
1901 int ss; in hdac_stream_free() local
1921 int i, ss, off; in hdac_stream_start() local
1979 int ss, off; in hdac_stream_stop() local
2006 int ss, off; in hdac_stream_reset() local
2042 int ss, off; in hdac_stream_getptr() local
/dflybsd-src/contrib/gdb-7/opcodes/
H A Di386-opc.c30 const seg_entry ss = { "ss", 0x36 }; variable

12345678