Searched refs:ocb (Results 1 – 11 of 11) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/files/ |
H A D | 0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch | 63 if ((!ocb.opt_silent) || (mode_warn_only)) { 64 - ocb.error("%s: No hash found in line %"PRIu32, fn, count + 1); 65 + ocb.error("%s: No hash found in line %" PRIu32, fn, count + 1); 66 ocb.error("%s: %s", fn, strerror(errno)); 73 - ocb.error("%s: Expecting %"PRIu32" hashes, found %"PRIu32"\n", 74 + ocb.error("%s: Expecting %" PRIu32 " hashes, found %" PRIu32 "\n", 86 - ocb->error_filename(this->file_name,"error at offset %"PRIu64": %s", 87 + ocb->error_filename(this->file_name,"error at offset %" PRIu64 ": %s", 95 @@ -342,7 +342,7 @@ hashlist::load_hash_file(display *ocb,const std::string &fn) 99 - ocb->fatal_error("%s: Out of memory in line %"PRIu64, [all …]
|
/openbmc/linux/net/mac80211/ |
H A D | ocb.c | 43 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_rx_no_sta() 112 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_housekeeping() 124 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_work() 154 from_timer(sdata, t, u.ocb.housekeeping_timer); in ieee80211_ocb_housekeeping_timer() 156 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_housekeeping_timer() 165 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_setup_sdata() 177 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_join() 208 struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; in ieee80211_ocb_leave() 237 del_timer_sync(&sdata->u.ocb.housekeeping_timer); in ieee80211_ocb_leave()
|
H A D | Makefile | 37 ocb.o \
|
H A D | ieee80211_i.h | 1100 struct ieee80211_if_ocb ocb; member
|
/openbmc/linux/net/wireless/ |
H A D | ocb.c | 38 wdev->u.ocb.chandef = setup->chandef; in __cfg80211_join_ocb() 71 if (!wdev->u.ocb.chandef.chan) in __cfg80211_leave_ocb() 76 memset(&wdev->u.ocb.chandef, 0, sizeof(wdev->u.ocb.chandef)); in __cfg80211_leave_ocb()
|
H A D | Makefile | 14 cfg80211-y += mlme.o ibss.o sme.o chan.o ethtool.o mesh.o ap.o trace.o ocb.o
|
H A D | chan.c | 1454 return &wdev->u.ocb.chandef; in wdev_chandef()
|
H A D | reg.c | 2397 if (!wdev->u.ocb.chandef.chan) in reg_wdev_chan_valid() 2399 chandef = wdev->u.ocb.chandef; in reg_wdev_chan_valid()
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 6076 } ocb; member
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |