Searched refs:wb (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-10.1-release/release/picobsd/tinyware/msh/
H A Dsh4.c30 _PROTOTYPE(static int anyspcl, (struct wdblock *wb ));
43 struct wdblock *wb; local
49 wb = NULL;
53 expand(*ap++, &wb, f & ~DOGLOB);
57 expand(*wf, &wb, f & ~DOGLOB);
60 for (wb = addword((char *)0, wb); *ap; ap++) {
62 expand(*ap, &wb, f & ~DOKEY);
64 wb = addword((char *)0, wb);
81 register struct wdblock *wb; local
97 struct wdblock *wb; local
585 register struct wdblock *wb; local
[all...]
H A Dsh.h202 _PROTOTYPE(struct wdblock *glob , (char *cp , struct wdblock *wb ));
368 _PROTOTYPE(struct wdblock *addword , (char *wd , struct wdblock *wb ));
370 _PROTOTYPE(char **getwords , (struct wdblock *wb ));
/freebsd-10.1-release/sys/modules/wb/
H A DMakefile3 .PATH: ${.CURDIR}/../../dev/wb
/freebsd-10.1-release/sbin/routed/
H A Doutput.c247 clr_ws_buf(struct ws_buf *wb, argument
252 wb->lim = wb->base + NETS_LEN;
253 wb->n = wb->base;
254 memset(wb->n, 0, NETS_LEN*sizeof(*wb->n));
261 na = (struct netauth*)wb->n;
266 wb->n++;
274 wb
281 end_md5_auth(struct ws_buf *wb, struct auth *ap) argument
306 supply_write(struct ws_buf *wb) argument
341 struct ws_buf *wb; local
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dreps-strings.c1094 struct rep_write_baton *wb; /* Destination. */
1101 Append onto BATON->wb->rep_key's contents BATON->len bytes of
1102 data from BATON->wb->buf, in BATON->rb->fs, as part of TRAIL.
1111 SVN_ERR(rep_write(args->wb->fs,
1112 args->wb->rep_key,
1115 args->wb->txn_id,
1118 SVN_ERR(svn_checksum_update(args->wb->md5_checksum_ctx,
1120 SVN_ERR(svn_checksum_update(args->wb->sha1_checksum_ctx,
1131 struct rep_write_baton *wb = baton;
1137 args.wb
1088 struct rep_write_baton *wb; /* Destination. */ member in struct:write_rep_args
1125 struct rep_write_baton *wb = baton; local
1162 struct rep_write_baton *wb = baton; local
1182 struct rep_write_baton *wb = baton; local
1280 struct rep_write_baton *wb; local
1342 struct write_svndiff_strings_baton *wb = baton; local
[all...]
/freebsd-10.1-release/usr.sbin/bhyve/
H A Dconsport.c97 ttywrite(unsigned char wb) argument
99 (void) write(STDOUT_FILENO, &wb, 1);
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_device.c210 if (rdev->wb.wb_obj) {
211 r = radeon_bo_reserve(rdev->wb.wb_obj, false);
214 radeon_bo_kunmap(rdev->wb.wb_obj);
215 radeon_bo_unpin(rdev->wb.wb_obj);
216 radeon_bo_unreserve(rdev->wb.wb_obj);
218 rdev->wb.enabled = false;
232 if (rdev->wb.wb_obj) {
233 radeon_bo_unref(&rdev->wb.wb_obj);
234 rdev->wb.wb
[all...]
H A Dradeon_ring.c362 if (rdev->wb.enabled)
363 rptr = le32_to_cpu(rdev->wb.wb[ring->rptr_offs/4]);
609 else if (rdev->wb.enabled)
736 if (rdev->wb.enabled) {
738 ring->next_rptr_gpu_addr = rdev->wb.gpu_addr + index;
739 ring->next_rptr_cpu_addr = &rdev->wb.wb[index/4];
H A Dradeon_fence.c65 if (likely(rdev->wb.enabled || !drv->scratch_reg)) {
86 if (likely(rdev->wb.enabled || !drv->scratch_reg)) {
822 if (rdev->wb.use_event || !radeon_ring_supports_scratch_reg(rdev, &rdev->ring[ring])) {
835 rdev->fence_drv[ring].cpu_addr = &rdev->wb.wb[index/4];
836 rdev->fence_drv[ring].gpu_addr = rdev->wb.gpu_addr + index;
/freebsd-10.1-release/crypto/openssl/ssl/
H A Ds3_pkt.c695 SSL3_BUFFER *wb = &(s->s3->wbuf); local
702 if (wb->left != 0)
713 if (wb->buf == NULL)
777 align = (long)wb->buf + 2 * SSL3_RT_HEADER_LENGTH;
780 p = wb->buf + align;
781 wb->offset = align;
783 p = wb->buf + wb->offset + prefix_len;
786 align = (long)wb->buf + SSL3_RT_HEADER_LENGTH;
789 p = wb
914 SSL3_BUFFER *wb = &(s->s3->wbuf); local
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dstatus.c138 struct walk_status_baton wb;
784 send_status_structure(const struct walk_status_baton *wb,
800 if (wb->repos_locks)
809 wb->db, local_abspath,
815 repos_lock = svn_hash_gets(wb->repos_locks,
821 SVN_ERR(assemble_status(&statstruct, wb->db, local_abspath,
824 info, dirent, get_all, wb->ignore_text_mods,
973 send_unversioned_item(const struct walk_status_baton *wb,
990 wb->db, local_abspath,
995 is_external = is_external_path(wb
136 struct walk_status_baton wb; member in struct:edit_baton
782 send_status_structure(const struct walk_status_baton *wb, const char *local_abspath, const char *parent_repos_root_url, const char *parent_repos_relpath, const char *parent_repos_uuid, const struct svn_wc__db_info_t *info, const svn_io_dirent2_t *dirent, svn_boolean_t get_all, svn_wc_status_func4_t status_func, void *status_baton, apr_pool_t *scratch_pool) argument
971 send_unversioned_item(const struct walk_status_baton *wb, const char *local_abspath, const svn_io_dirent2_t *dirent, svn_boolean_t tree_conflicted, const apr_array_header_t *patterns, svn_boolean_t no_ignore, svn_wc_status_func4_t status_func, void *status_baton, apr_pool_t *scratch_pool) argument
1065 one_child_status(const struct walk_status_baton *wb, const char *local_abspath, const char *parent_abspath, const struct svn_wc__db_info_t *info, const svn_io_dirent2_t *dirent, const char *dir_repos_root_url, const char *dir_repos_relpath, const char *dir_repos_uuid, svn_boolean_t unversioned_tree_conflicted, apr_array_header_t **collected_ignore_patterns, const apr_array_header_t *ignore_patterns, svn_depth_t depth, svn_boolean_t get_all, svn_boolean_t no_ignore, svn_wc_status_func4_t status_func, void *status_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1195 get_dir_status(const struct walk_status_baton *wb, const char *local_abspath, svn_boolean_t skip_this_dir, const char *parent_repos_root_url, const char *parent_repos_relpath, const char *parent_repos_uuid, const struct svn_wc__db_info_t *dir_info, const svn_io_dirent2_t *dirent, const apr_array_header_t *ignore_patterns, svn_depth_t depth, svn_boolean_t get_all, svn_boolean_t no_ignore, svn_wc_status_func4_t status_func, void *status_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
1379 get_child_status(const struct walk_status_baton *wb, const char *local_abspath, const struct svn_wc__db_info_t *info, const svn_io_dirent2_t *dirent, const apr_array_header_t *ignore_patterns, svn_boolean_t get_all, svn_wc_status_func4_t status_func, void *status_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
2589 struct walk_status_baton wb; local
[all...]
H A Ddiff_editor.c2365 wrap_ensure_empty_file(wc_diff_wrap_baton_t *wb,
2368 if (wb->empty_file)
2372 SVN_ERR(svn_io_open_unique_file3(NULL, &wb->empty_file, NULL,
2374 wb->result_pool, scratch_pool));
2393 wc_diff_wrap_baton_t *wb = processor->baton;
2403 SVN_ERR(wb->callbacks->dir_opened(&tree_conflicted, skip, skip_children,
2410 wb->callback_baton,
2413 if (! right_source && !wb->walk_deleted_dirs)
2419 SVN_ERR(wb->callbacks->dir_added(&state, &tree_conflicted,
2429 wb
2362 wrap_ensure_empty_file(wc_diff_wrap_baton_t *wb, apr_pool_t *scratch_pool) argument
2390 wc_diff_wrap_baton_t *wb = processor->baton; local
2446 wc_diff_wrap_baton_t *wb = processor->baton; local
2488 wc_diff_wrap_baton_t *wb = processor->baton; local
2509 wc_diff_wrap_baton_t *wb = processor->baton; local
2534 wc_diff_wrap_baton_t *wb = processor->baton; local
2568 wc_diff_wrap_baton_t *wb = processor->baton; local
2599 wc_diff_wrap_baton_t *wb = processor->baton; local
2651 wc_diff_wrap_baton_t *wb = processor->baton; local
2686 wc_diff_wrap_baton_t *wb = processor->baton; local
[all...]
H A Dprops.c1839 * For LOCAL_ABSPATH, set the property named wb->PROPNAME to the value
1840 * wb->PROPVAL, where "wb" is the WALK_BATON of type "struct
1849 struct propset_walk_baton *wb = walk_baton;
1852 err = do_propset(wb->db, local_abspath, kind, wb->propname, wb->propval,
1853 wb->force, wb->notify_func, wb
1847 struct propset_walk_baton *wb = walk_baton; local
1955 struct propset_walk_baton wb; local
[all...]
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dscan.c1296 struct wpa_scan_res *wb = *_wb; local
1303 wpa_b = wpa_scan_get_vendor_ie(wb, WPA_IE_VENDOR_TYPE) != NULL ||
1304 wpa_scan_get_ie(wb, WLAN_EID_RSN) != NULL;
1313 (wb->caps & IEEE80211_CAP_PRIVACY))
1316 (wb->caps & IEEE80211_CAP_PRIVACY) == 0)
1319 if ((wa->flags & wb->flags & WPA_SCAN_LEVEL_DBM) &&
1320 !((wa->flags | wb->flags) & WPA_SCAN_NOISE_INVALID)) {
1322 snr_b = MIN(wb->level - wb->noise, GREAT_SNR);
1326 snr_b = wb
1361 struct wpa_scan_res *wb = *_wb; local
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c643 walker_baton_t *wb,
649 if (wb->previous_changed_props)
652 val = svn_ra_serf__get_prop_string(wb->previous_changed_props,
653 wb->path, ns, name);
661 if (wb->previous_removed_props)
664 val = svn_ra_serf__get_prop_string(wb->previous_removed_props,
665 wb->path, ns, name);
683 walker_baton_t *wb = baton;
684 serf_bucket_t *body_bkt = wb->body_bkt;
693 SVN_ERR(derive_old_val(&have_old_val, &old_val, wb, n
640 derive_old_val(svn_boolean_t *have_old_val, const svn_string_t **old_val_p, walker_baton_t *wb, const char *ns, const char *name) argument
682 walker_baton_t *wb = baton; local
868 walker_baton_t wb = { 0 }; local
[all...]
/freebsd-10.1-release/sys/i386/conf/
H A DPAE63 nodevice wb
/freebsd-10.1-release/contrib/tcsh/
H A Dtc.who.c538 char *wb; local
576 wb = wbuf;
583 *wb++ = isupper((unsigned char)*pb) ?
586 *wb = '\0';
596 wb = wbuf;
598 *wb++ = isupper((unsigned char)*pb) ?
600 *wb = '\0';
/freebsd-10.1-release/sys/dev/netmap/
H A Dif_igb_netmap.h227 uint32_t staterr = le32toh(curr->wb.upper.status_error);
231 ring->slot[nm_i].len = le16toh(curr->wb.upper.length);
267 curr->wb.upper.status_error = 0;
H A Dixgbe_netmap.h391 uint32_t staterr = le32toh(curr->wb.upper.status_error);
395 ring->slot[nm_i].len = le16toh(curr->wb.upper.length) - crclen;
441 curr->wb.upper.status_error = 0;
/freebsd-10.1-release/etc/
H A Dprotocols88 wb-mon 78 WB-MON # WIDEBAND Monitoring
89 wb-expak 79 WB-EXPAK # WIDEBAND EXPAK
/freebsd-10.1-release/sys/dev/e1000/
H A De1000_vf.h113 } wb; /* writeback */ member in union:e1000_adv_rx_desc
130 } wb; member in union:e1000_adv_tx_desc
H A De1000_82575.h222 } wb; /* writeback */ member in union:e1000_adv_rx_desc
292 } wb; member in union:e1000_adv_tx_desc
/freebsd-10.1-release/sys/pc98/conf/
H A DGENERIC187 device wb # Winbond W89C840F
/freebsd-10.1-release/usr.sbin/ppp/
H A Droute.c738 int s, nb, wb; local
808 wb = ID0write(s, &rtmes, nb);
809 if (wb < 0) {
824 if ((wb = ID0write(s, &rtmes, nb)) < 0)
850 wb, cmdstr, ncprange_ntoa(dst), gwstr);
865 int s, wb; local
919 wb = ID0write(s, &rtmes, rtmes.m_rtm.rtm_msglen);
920 if (wb < 0) {
/freebsd-10.1-release/contrib/gdtoa/
H A Dmisc.c273 int k, wa, wb, wc; local
292 wb = b->wds;
293 wc = wa + wb;
302 xbe = xb + wb;
530 int i, wa, wb; local
561 wb = b->wds;
563 xbe = xb + wb;

Completed in 321 milliseconds

123