| /dragonfly/sys/netinet6/ |
| HD | udp6_output.c | 137 goto release; in udp6_output() 158 goto release; in udp6_output() 164 goto release; in udp6_output() 168 goto release; in udp6_output() 181 goto release; in udp6_output() 191 goto release; in udp6_output() 195 goto release; in udp6_output() 201 goto release; in udp6_output() 220 goto release; in udp6_output() 259 release: in udp6_output()
|
| /dragonfly/lib/libc/rpc/ |
| HD | README | 24 This release is a native source release, that is, it is compatible for 25 building on Solaris 2.3. This release was built on Solaris 2.3 using SunPro 28 Solaris 2.3 is based on System V, Release 4 (SVR4), and while this release 30 that are assumed may not be available. In particular, this release uses the 34 the Name Service Switch. Finally, this release uses the synchronization 38 Applications linked with this release's librpc must link with the United 41 RPC programs that link with this release's librpc will need to link with the 52 given, and these use libnsl to link in the RPC library. This release builds 53 the RPC library as librpc. To use this release's librpc, use the link command 61 This release is being distributed to make the Sun implementation of the ONC [all …]
|
| /dragonfly/contrib/elftoolchain/ |
| HD | RELEASE-NOTES | 3 .. This file contains a template for use when writing release notes. 4 .. It needs to be updated with release-specific content prior to 5 .. cutting a release. RST comments (such as this one) also need to be 6 .. removed prior to the release. 23 .. Describe the rationale for the release (e.g. new features, 29 This release comprises the following libraries and utilities. 59 Additionally, this release contains the following documentation: 70 The release contains the following test suites: 92 This release has been built and tested on the following operating 119 .. Special notes about upgrading this software from a prior release. [all …]
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/backward/ |
| D | auto_ptr.h | 114 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { } in _GLIBCXX_VISIBILITY() 127 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { } in _GLIBCXX_VISIBILITY() 140 reset(__a.release()); in _GLIBCXX_VISIBILITY() 158 reset(__a.release()); in _GLIBCXX_VISIBILITY() 227 release() throw() in _GLIBCXX_VISIBILITY() 282 { return auto_ptr_ref<_Tp1>(this->release()); } in _GLIBCXX_VISIBILITY() 286 { return auto_ptr<_Tp1>(this->release()); } in _GLIBCXX_VISIBILITY() 304 { __r.release(); } in _GLIBCXX_VISIBILITY() 329 : _M_t(__u.release(), deleter_type()) { } in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/backward/ |
| D | auto_ptr.h | 112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { } in _GLIBCXX_VISIBILITY() 125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { } in _GLIBCXX_VISIBILITY() 138 reset(__a.release()); in _GLIBCXX_VISIBILITY() 156 reset(__a.release()); in _GLIBCXX_VISIBILITY() 225 release() throw() in _GLIBCXX_VISIBILITY() 276 { return auto_ptr_ref<_Tp1>(this->release()); } in _GLIBCXX_VISIBILITY() 280 { return auto_ptr<_Tp1>(this->release()); } in _GLIBCXX_VISIBILITY()
|
| /dragonfly/share/misc/ |
| HD | bsd-family-tree | 541 alpha release, 100 sites, networking [44B] 542 4.1bBSD internal release, fast filesystem [44B] 544 beta release, IPC [44B] 568 injunction denied; first official release 574 supersedes 1.0 13 days after release. 580 supersedes 1.1.5 5 days after release. 596 FreeBSD 2.1.6.1 1996-11-25 [FBD] (sendmail security release) 603 NetBSD 1.2.1 1997-05-20 [NBD] (patch release) 609 NetBSD 1.3.1 1998-03-09 [NBD] (patch release) 612 NetBSD 1.3.2 1998-05-29 [NBD] (patch release) [all …]
|
| /dragonfly/contrib/gdb-7/readline/ |
| HD | undo.c | 108 UNDO_LIST *release, *orig_list; in rl_free_undo_list() local 113 release = rl_undo_list; in rl_free_undo_list() 116 if (release->what == UNDO_DELETE) in rl_free_undo_list() 117 xfree (release->text); in rl_free_undo_list() 119 xfree (release); in rl_free_undo_list() 169 UNDO_LIST *release; in rl_do_undo() local 223 release = rl_undo_list; in rl_do_undo() 225 replace_history_data (-1, (histdata_t *)release, (histdata_t *)rl_undo_list); in rl_do_undo() 227 xfree (release); in rl_do_undo()
|
| /dragonfly/lib/libc/gen/ |
| HD | uname.c | 83 strlcpy(name->release, p, sizeof(name->release)); in uname() 87 len = sizeof(name->release); in uname() 89 if (sysctl(mib, 2, name->release, &len, NULL, 0) == -1) { in uname() 95 name->release[sizeof(name->release) - 1] = '\0'; in uname()
|
| /dragonfly/sys/dev/netif/ig_hal/ |
| HD | e1000_ich8lan.c | 236 hw->phy.ops.release(hw); in e1000_phy_is_accessible_pchlan() 404 hw->phy.ops.release(hw); in e1000_init_phy_workarounds_pchlan() 467 phy->ops.release = e1000_release_swflag_ich8lan; in e1000_init_phy_params_pchlan() 557 phy->ops.release = e1000_release_swflag_ich8lan; in e1000_init_phy_params_ich8lan() 701 nvm->ops.release = e1000_release_nvm_ich8lan; in e1000_init_nvm_params_ich8lan() 934 goto release; in e1000_set_eee_pchlan() 945 goto release; in e1000_set_eee_pchlan() 950 goto release; in e1000_set_eee_pchlan() 976 goto release; in e1000_set_eee_pchlan() 986 goto release; in e1000_set_eee_pchlan() [all …]
|
| HD | e1000_nvm.c | 54 nvm->ops.release = e1000_null_nvm_generic; in e1000_init_nvm_ops_generic() 472 goto release; in e1000_read_nvm_spi() 492 release: in e1000_read_nvm_spi() 493 nvm->ops.release(hw); in e1000_read_nvm_spi() 532 goto release; in e1000_read_nvm_microwire() 547 release: in e1000_read_nvm_microwire() 548 nvm->ops.release(hw); in e1000_read_nvm_microwire() 636 nvm->ops.release(hw); in e1000_write_nvm_spi() 672 nvm->ops.release(hw); in e1000_write_nvm_spi() 716 goto release; in e1000_write_nvm_microwire() [all …]
|
| HD | e1000_phy.c | 89 phy->ops.release = e1000_null_phy_generic; in e1000_init_phy_ops_generic() 670 hw->phy.ops.release(hw); in e1000_read_phy_reg_m88() 700 hw->phy.ops.release(hw); in e1000_write_phy_reg_m88() 761 hw->phy.ops.release(hw); in __e1000_read_phy_reg_igp() 830 hw->phy.ops.release(hw); in __e1000_write_phy_reg_igp() 903 hw->phy.ops.release(hw); in __e1000_read_kmrn_reg() 975 hw->phy.ops.release(hw); in __e1000_write_kmrn_reg() 2885 phy->ops.release(hw); in e1000_phy_hw_reset_generic() 3133 goto release; in e1000_write_phy_reg_bm() 3157 goto release; in e1000_write_phy_reg_bm() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | symbol-summary.h | 58 release (); in class() 62 void release () in class() 74 release ((*it).second); in class() 105 void release (T *item) in class() 169 summary->release (*v); in class() 288 release (); in class() 292 void release () in class() 303 release ((*it).second); in class() 331 void release (T *item) in class() 371 summary->release (*v); in class()
|
| HD | ipa-inline-analysis.c | 116 edge_growth_cache.release (); in free_growth_caches() 184 known_vals.release (); in do_estimate_edge_time() 185 known_contexts.release (); in do_estimate_edge_time() 186 known_aggs.release (); in do_estimate_edge_time() 241 known_vals.release (); in do_estimate_edge_size() 242 known_contexts.release (); in do_estimate_edge_size() 243 known_aggs.release (); in do_estimate_edge_size() 282 known_vals.release (); in do_estimate_edge_hints() 283 known_contexts.release (); in do_estimate_edge_hints() 284 known_aggs.release (); in do_estimate_edge_hints()
|
| HD | alloc-pool.h | 129 release (void *block) 145 void release (); 299 base_pool_allocator <TBlockAllocator>::release () in release() function 310 TBlockAllocator::release (block); in release() 333 release (); in release_if_empty() 339 release (); in ~base_pool_allocator() 486 release () in release() function 488 m_allocator.release (); in release()
|
| HD | tree-chkp-opt.c | 298 addr.pol.release (); in chkp_collect_addr_value() 307 addr.pol.release (); in chkp_collect_addr_value() 318 addr.pol.release (); in chkp_collect_addr_value() 327 addr.pol.release (); in chkp_collect_addr_value() 394 addr.pol.release (); in chkp_collect_value() 402 addr.pol.release (); in chkp_collect_value() 455 check_infos[n].checks[m].addr.pol.release (); in chkp_release_check_info() 456 check_infos[n].checks.release (); in chkp_release_check_info() 458 check_infos.release (); in chkp_release_check_info() 575 size_val.pol.release (); in chkp_get_check_result() [all …]
|
| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | gold-threads.h | 57 release() = 0; 76 release() in release() function 77 { this->lock_->release(); } in release() 102 { this->lock_.release(); } in ~Hold_lock() 125 this->lock_->release(); in ~Hold_optional_lock()
|
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | gold-threads.h | 57 release() = 0; 76 release() in release() function 77 { this->lock_->release(); } in release() 102 { this->lock_.release(); } in ~Hold_lock() 125 this->lock_->release(); in ~Hold_optional_lock()
|
| /dragonfly/sys/dev/drm/include/linux/ |
| HD | kref.h | 59 kref_put(struct kref *kref, void (*release)(struct kref *kref)) in kref_put() 62 release(kref); in kref_put() 91 void (*release)(struct kref *kref), in kref_put_mutex() 97 release(kref); in kref_put_mutex()
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | statistics | 24 # <stata_dta><header><release>117</release> 25 # <stata_dta><header><release>118</release> 44 0 string \<stata_dta\>\<header\>\<release\> Stata Data File
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | unique_ptr.h | 143 : _M_t(__u.release(), std::forward<deleter_type>(__u.get_deleter())) { } in _GLIBCXX_VISIBILITY() 156 : _M_t(__u.release(), std::forward<_Ep>(__u.get_deleter())) in _GLIBCXX_VISIBILITY() 165 : _M_t(__u.release(), deleter_type()) { } in _GLIBCXX_VISIBILITY() 181 reset(__u.release()); in _GLIBCXX_VISIBILITY() 194 reset(__u.release()); in _GLIBCXX_VISIBILITY() 238 release() noexcept in _GLIBCXX_VISIBILITY() 311 : _M_t(__u.release(), std::forward<deleter_type>(__u.get_deleter())) { } in _GLIBCXX_VISIBILITY() 315 : _M_t(__u.release(), std::forward<_Ep>(__u.get_deleter())) in _GLIBCXX_VISIBILITY() 331 reset(__u.release()); in _GLIBCXX_VISIBILITY() 340 reset(__u.release()); in _GLIBCXX_VISIBILITY() [all …]
|
| /dragonfly/sys/net/ |
| HD | raw_usrreq.c | 302 goto release; in raw_usend() 307 goto release; in raw_usend() 312 goto release; in raw_usend() 317 goto release; in raw_usend() 322 goto release; in raw_usend() 329 release: in raw_usend()
|
| /dragonfly/sys/netgraph7/socket/ |
| HD | ng_socket.c | 225 goto release; in ngc_send() 231 goto release; in ngc_send() 238 goto release; in ngc_send() 267 goto release; in ngc_send() 296 goto release; in ngc_send() 304 goto release; in ngc_send() 315 goto release; in ngc_send() 344 release: in ngc_send() 426 goto release; in ngd_send() 430 goto release; in ngd_send() [all …]
|
| /dragonfly/contrib/tcp_wrappers/ |
| HD | CHANGES | 6 Changes per release 7.6 (Mar 1997) 19 Changes per release 7.5 (Feb 1997) 48 Changes per release 7.4 (Mar 1996) 58 Changes per release 7.3 (Feb 1996) 96 Changes per release 7.2 (Jan 1995) 119 Changes per release 7.1 (Jan 1995) 130 Changes per release 7.0 (Jan 1995) 141 weeks before release 7.0 came out. Such is life. 221 Changes per release 6.3 (Mar 1994) 237 - Just when I was going to release 6.2 I received code for Dynix/PTX. [all …]
|
| /dragonfly/contrib/gcc-8.0/include/ |
| HD | unique-ptr.h | 154 : m_ptr (const_cast<unique_ptr_base &> (other).release ()) {} 165 : m_ptr (const_cast<unique_ptr_base<T1, D1> &> (other).release ()) {} 171 reset (const_cast<unique_ptr_base &> (other).release ()); 180 reset (const_cast<unique_ptr_base<T1, D1> &> (other).release ()); 212 element_type *release () throw ()
|
| /dragonfly/sys/kern/ |
| HD | uipc_socket.c | 805 #define gotoerr(errcode) { error = errcode; goto release; } in sosend() 818 goto release; in sosend() 888 goto release; in sosend() 932 goto release; in sosend() 936 release: in sosend() 983 goto release; in sosendudp() 1020 goto release; in sosendudp() 1055 release: in sosendudp() 1117 #define gotoerr(errcode) { error = errcode; goto release; } in sosendtcp() 1130 goto release; in sosendtcp() [all …]
|