| /freebsd/sys/ufs/ffs/ |
| H A D | softdep.h | 219 #define WK_DATA(wk) ((void *)(wk)) argument 220 #define WK_PAGEDEP(wk) ((struct pagedep *)(wk)) argument 221 #define WK_INODEDEP(wk) ((struct inodedep *)(wk)) argument 222 #define WK_BMSAFEMAP(wk) ((struct bmsafemap *)(wk)) argument 223 #define WK_NEWBLK(wk) ((struct newblk *)(wk)) argument 224 #define WK_ALLOCDIRECT(wk) ((struct allocdirect *)(wk)) argument 225 #define WK_INDIRDEP(wk) ((struct indirdep *)(wk)) argument 226 #define WK_ALLOCINDIR(wk) ((struct allocindir *)(wk)) argument 227 #define WK_FREEFRAG(wk) ((struct freefrag *)(wk)) argument 228 #define WK_FREEBLKS(wk) ((struct freeblks *)(wk)) argument [all …]
|
| H A D | ffs_softdep.c | 1077 struct worklist *wk; in jwork_move() local 1083 LIST_FOREACH_SAFE(wk, dst, wk_list, wkn) { in jwork_move() 1084 if (wk->wk_type == D_JSEGDEP) in jwork_move() 1085 jsegdep = jsegdep_merge(WK_JSEGDEP(wk), jsegdep); in jwork_move() 1086 else if (wk->wk_type == D_FREEDEP) in jwork_move() 1087 freedep = freedep_merge(WK_FREEDEP(wk), freedep); in jwork_move() 1090 while ((wk = LIST_FIRST(src)) != NULL) { in jwork_move() 1091 WORKLIST_REMOVE(wk); in jwork_move() 1092 WORKLIST_INSERT(dst, wk); in jwork_move() 1093 if (wk->wk_type == D_JSEGDEP) { in jwork_move() [all …]
|
| /freebsd/sys/tests/framework/ |
| H A D | kern_testfrwk.c | 88 struct kern_test_entry *wk; in kfrwk_task() local 97 wk = TAILQ_FIRST(&tf->kfrwk_testq); in kfrwk_task() 98 if (wk) { in kfrwk_task() 99 wk->kt_data.tot_threads_running--; in kfrwk_task() 101 memcpy(&kt_data, &wk->kt_data, sizeof(kt_data)); in kfrwk_task() 102 if (wk->kt_data.tot_threads_running == 0) { in kfrwk_task() 103 TAILQ_REMOVE(&tf->kfrwk_testq, wk, next); in kfrwk_task() 109 if (wk->kt_e) { in kfrwk_task() 110 ktf = wk->kt_e->func; in kfrwk_task() 114 if (wk && free_mem) { in kfrwk_task() [all …]
|
| /freebsd/contrib/sendmail/src/ |
| H A D | convtime.c | 130 int wk, dy, hr, mi, se; local 147 wk = 0; 153 wk = intvl; 171 if (wk > 0) 173 (void) sm_snprintf(p, SPACELEFT(buf, p), ", %d week%s", wk, 174 PLURAL(wk));
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_bsd.c | 268 struct ieee80211req_del_key wk; in bsd_del_key() local 270 os_memset(&wk, 0, sizeof(wk)); in bsd_del_key() 273 wk.idk_keyix = key_idx; in bsd_del_key() 277 os_memcpy(wk.idk_macaddr, addr, IEEE80211_ADDR_LEN); in bsd_del_key() 278 wk.idk_keyix = (u_int8_t) IEEE80211_KEYIX_NONE; /* XXX */ in bsd_del_key() 281 return set80211var(priv, IEEE80211_IOC_DELKEY, &wk, sizeof(wk)); in bsd_del_key() 344 struct ieee80211req_key wk; in bsd_set_key() local 370 os_memset(&wk, 0, sizeof(wk)); in bsd_set_key() 373 wk.ik_type = IEEE80211_CIPHER_WEP; in bsd_set_key() 376 wk.ik_type = IEEE80211_CIPHER_TKIP; in bsd_set_key() [all …]
|
| H A D | driver_atheros.c | 469 struct ieee80211req_del_key wk; in atheros_del_key() local 475 os_memset(&wk, 0, sizeof(wk)); in atheros_del_key() 477 os_memcpy(wk.idk_macaddr, addr, IEEE80211_ADDR_LEN); in atheros_del_key() 478 wk.idk_keyix = (u8) IEEE80211_KEYIX_NONE; in atheros_del_key() 480 wk.idk_keyix = key_idx; in atheros_del_key() 483 ret = set80211priv(drv, IEEE80211_IOCTL_DELKEY, &wk, sizeof(wk)); in atheros_del_key() 497 struct ieee80211req_key wk; in atheros_set_key() local 554 if (key_len > sizeof(wk.ik_keydata)) { in atheros_set_key() 560 os_memset(&wk, 0, sizeof(wk)); in atheros_set_key() 561 wk.ik_type = cipher; in atheros_set_key() [all …]
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_ddb.c | 917 _db_show_key(const char *tag, int ix, const struct ieee80211_key *wk) in _db_show_key() argument 920 const struct ieee80211_cipher *cip = wk->wk_cipher; in _db_show_key() 921 int keylen = wk->wk_keylen; in _db_show_key() 927 db_printf(" wepkey %u:%s", wk->wk_keyix, in _db_show_key() 934 db_printf(" TKIP %u:%u-bit", wk->wk_keyix, 8*keylen); in _db_show_key() 937 db_printf(" AES-OCB %u:%u-bit", wk->wk_keyix, 8*keylen); in _db_show_key() 940 db_printf(" AES-CCM %u:%u-bit", wk->wk_keyix, 8*keylen); in _db_show_key() 943 db_printf(" CKIP %u:%u-bit", wk->wk_keyix, 8*keylen); in _db_show_key() 946 db_printf(" AES-GCM %u:%u-bit", wk->wk_keyix, 8*keylen); in _db_show_key() 949 db_printf(" NULL %u:%u-bit", wk->wk_keyix, 8*keylen); in _db_show_key() [all …]
|
| H A D | ieee80211_ioctl.c | 79 struct ieee80211_key *wk; in ieee80211_ioctl_getkey() local 94 wk = &ni->ni_ucastkey; in ieee80211_ioctl_getkey() 98 wk = &vap->iv_nw_keys[kid]; in ieee80211_ioctl_getkey() 102 cip = wk->wk_cipher; in ieee80211_ioctl_getkey() 104 ik.ik_keylen = wk->wk_keylen; in ieee80211_ioctl_getkey() 105 ik.ik_flags = wk->wk_flags & (IEEE80211_KEY_XMIT | IEEE80211_KEY_RECV); in ieee80211_ioctl_getkey() 106 if (wk->wk_keyix == vap->iv_def_txkey) in ieee80211_ioctl_getkey() 110 ik.ik_keyrsc = wk->wk_keyrsc[IEEE80211_NONQOS_TID]; in ieee80211_ioctl_getkey() 111 ik.ik_keytsc = wk->wk_keytsc; in ieee80211_ioctl_getkey() 112 memcpy(ik.ik_keydata, wk->wk_key, wk->wk_keylen); in ieee80211_ioctl_getkey() [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | mlo.h | 18 void iwl_mld_emlsr_prevent_done_wk(struct wiphy *wiphy, struct wiphy_work *wk); 20 struct wiphy_work *wk); 132 void iwl_mld_emlsr_check_tpt(struct wiphy *wiphy, struct wiphy_work *wk); 133 void iwl_mld_emlsr_unblock_tpt_wk(struct wiphy *wiphy, struct wiphy_work *wk);
|
| H A D | mlo.c | 84 void iwl_mld_emlsr_prevent_done_wk(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mld_emlsr_prevent_done_wk() argument 86 struct iwl_mld_vif *mld_vif = container_of(wk, struct iwl_mld_vif, in iwl_mld_emlsr_prevent_done_wk() 100 struct wiphy_work *wk) in iwl_mld_emlsr_tmp_non_bss_done_wk() argument 102 struct iwl_mld_vif *mld_vif = container_of(wk, struct iwl_mld_vif, in iwl_mld_emlsr_tmp_non_bss_done_wk() 530 void iwl_mld_emlsr_check_tpt(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mld_emlsr_check_tpt() argument 532 struct iwl_mld_vif *mld_vif = container_of(wk, struct iwl_mld_vif, in iwl_mld_emlsr_check_tpt() 646 void iwl_mld_emlsr_unblock_tpt_wk(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mld_emlsr_unblock_tpt_wk() argument 648 struct iwl_mld_vif *mld_vif = container_of(wk, struct iwl_mld_vif, in iwl_mld_emlsr_unblock_tpt_wk()
|
| H A D | notif.h | 16 void iwl_mld_async_handlers_wk(struct wiphy *wiphy, struct wiphy_work *wk);
|
| H A D | tx.h | 51 void iwl_mld_add_txqs_wk(struct wiphy *wiphy, struct wiphy_work *wk);
|
| H A D | low_latency.c | 90 static void iwl_mld_low_latency_wk(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mld_low_latency_wk() argument 92 struct iwl_mld *mld = container_of(wk, struct iwl_mld, in iwl_mld_low_latency_wk()
|
| H A D | ptp.c | 173 static void iwl_mld_ptp_work(struct work_struct *wk) in iwl_mld_ptp_work() argument 175 struct iwl_mld *mld = container_of(wk, struct iwl_mld, in iwl_mld_ptp_work()
|
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-trans.c | 88 static void iwl_trans_reprobe_wk(struct work_struct *wk) in iwl_trans_reprobe_wk() argument 92 reprobe = container_of(wk, typeof(*reprobe), work.work); in iwl_trans_reprobe_wk() 204 static void iwl_trans_restart_wk(struct work_struct *wk) in iwl_trans_restart_wk() argument 206 struct iwl_trans *trans = container_of(wk, typeof(*trans), in iwl_trans_restart_wk() 207 restart.wk.work); in iwl_trans_restart_wk() 241 queue_delayed_work(system_unbound_wq, &trans->restart.wk, in iwl_trans_restart_wk() 293 INIT_DELAYED_WORK(&trans->restart.wk, iwl_trans_restart_wk); in iwl_trans_alloc() 309 cancel_delayed_work_sync(&trans->restart.wk); in iwl_trans_free() 427 cancel_delayed_work_sync(&trans->restart.wk); in iwl_trans_op_mode_leave()
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/ |
| H A D | runtime.h | 74 struct delayed_work wk; member 170 struct delayed_work wk; member 218 cancel_delayed_work_sync(&fwrt->dump.wks[i].wk); in iwl_fw_runtime_free()
|
| H A D | dbg.h | 231 flush_delayed_work(&fwrt->dump.wks[i].wk); in iwl_fw_flush_dumps() 240 cancel_delayed_work_sync(&fwrt->timestamp.wk); in iwl_fw_cancel_timestamp() 247 cancel_delayed_work_sync(&fwrt->timestamp.wk); in iwl_fw_suspend_timestamp() 255 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_resume_timestamp()
|
| H A D | debugfs.c | 180 container_of(work, struct iwl_fw_runtime, timestamp.wk.work); in iwl_fw_timestamp_marker_wk() 185 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_timestamp_marker_wk() 203 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_trigger_timestamp() 445 INIT_DELAYED_WORK(&fwrt->timestamp.wk, iwl_fw_timestamp_marker_wk); in iwl_fwrt_dbgfs_register()
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | cs35l35.txt | 96 - cirrus,classh-wk-fet-disable 97 - cirrus,classh-wk-fet-delay 98 - cirrus,classh-wk-fet-thld 163 cirrus,classh-wk-fet-disable = <0x01>; 164 cirrus,classh-wk-fet-delay = <0x04>; 165 cirrus,classh-wk-fet-thld = <0x01>;
|
| /freebsd/usr.sbin/cron/doc/ |
| H A D | CONVERSION | 37 15 5 * * 0 su uucp < /usr/lib/uucp/uudemon.wk 43 15 5 * * 0 echo /usr/lib/uucp/uudemon.wk | su uucp 49 15 5 * * 0 uucp /usr/lib/uucp/uudemon.wk 62 15 5 * * 0 uudemon.wk
|
| /freebsd/contrib/tcsh/ |
| H A D | glob.c | 713 __Char wc, wk, wc1; in match() local 720 lwk = one_mbtowc(&wk, name, MB_LEN_MAX); in match() 755 if (globcharcoll(wc1, wk, 0) <= 0 && in match() 756 globcharcoll(wk, wc2, 0) <= 0) in match() 758 } else if (wc == wk) in match() 770 if (*name == EOS || samecase(wk) != samecase(wc)) in match()
|
| /freebsd/stand/ficl/ |
| H A D | tools.c | 137 WORDKIND wk = ficlWordClassify(pFW); 138 return ((wk != COLON) && (wk != DOES)); 384 WORDKIND wk = ficlWordClassify(xt); in ficlDebugXT() local 389 switch (wk) in ficlDebugXT()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | time-event.h | 170 void iwl_mvm_roc_done_wk(struct work_struct *wk);
|
| H A D | ptp.c | 194 static void iwl_mvm_ptp_work(struct work_struct *wk) in iwl_mvm_ptp_work() argument 196 struct iwl_mvm *mvm = container_of(wk, struct iwl_mvm, in iwl_mvm_ptp_work()
|
| H A D | ops.c | 787 static void iwl_mvm_async_handlers_wk(struct work_struct *wk); 1185 static void iwl_mvm_sap_connected_wk(struct work_struct *wk) in iwl_mvm_sap_connected_wk() argument 1188 container_of(wk, struct iwl_mvm, sap_connected_wk); in iwl_mvm_sap_connected_wk() 1254 struct wiphy_work *wk) in iwl_mvm_trig_link_selection() argument 1257 container_of(wk, struct iwl_mvm, trig_link_selection_wk); in iwl_mvm_trig_link_selection() 1743 struct wiphy_work *wk) in iwl_mvm_async_handlers_wiphy_wk() argument 1746 container_of(wk, struct iwl_mvm, async_handlers_wiphy_wk); in iwl_mvm_async_handlers_wiphy_wk() 1752 static void iwl_mvm_async_handlers_wk(struct work_struct *wk) in iwl_mvm_async_handlers_wk() argument 1755 container_of(wk, struct iwl_mvm, async_handlers_wk); in iwl_mvm_async_handlers_wk()
|