/freebsd-src/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | omp_lib.f90.var |
|
H A D | omp_lib.h.var | 276 subroutine omp_set_num_threads(num_threads) bind(c) 281 subroutine omp_set_dynamic(dynamic_threads) bind(c) 286 subroutine omp_set_nested(nested) bind(c) 291 function omp_get_num_threads() bind(c) 296 function omp_get_max_threads() bind(c) 301 function omp_get_thread_num() bind(c) 306 function omp_get_num_procs() bind(c) 311 function omp_in_parallel() bind(c) 316 function omp_in_final() bind(c) 321 function omp_get_dynamic() bind( [all...] |
/freebsd-src/share/examples/BSD_daemon/ |
H A D | eps.patch | 25 /col-1 {0 setgray} bind def 26 /col0 {0.000 0.000 0.000 srgb} bind def 28 /sh {show} bind def 29 /slc {setlinecap} bind def 30 /slj {setlinejoin} bind def 31 -/slw {setlinewidth} bind def 32 +/slw {linethickness mul setlinewidth} bind def 33 /srgb {setrgbcolor} bind def 34 /rot {rotate} bind def 35 /sc {scale} bind def
|
/freebsd-src/contrib/ofed/libibverbs/man/ |
H A D | ibv_bind_mw.3 | 6 ibv_bind_mw \- post a request to bind a type 1 memory window to a memory region 18 a request to bind the memory window 32 struct ibv_mw_bind_info bind_info; /* MW bind information */ 40 struct ibv_mr *mr; /* The MR to bind the MW to */ 48 The QP Transport Service Type must be either UC, RC or XRC_SEND for bind operations. 57 The mw_access_flags define the allowed access to the MW after the bind 72 memory window after the bind is returned in the mw_bind->mw->rkey field. 74 The bind does not complete when the function return - it is merely 76 fix the mw structure if the subsequent CQE for the bind operation 78 request on the same QP, (based on QP ordering rules: a send after a bind [all …]
|
/freebsd-src/contrib/kyua/store/ |
H A D | dbtypes.cpp | 45 /// \param stmt The statement to which to bind the parameter. 47 /// \param value The value to bind. 51 stmt.bind(field, value ? "true" : "false"); in bind_bool() 57 /// \param stmt The statement to which to bind the parameter. 59 /// \param delta The value to bind. 64 stmt.bind(field, static_cast< int64_t >(delta.to_microseconds())); in bind_delta() 73 /// \param stmt The statement to which to bind the parameter. 75 /// \param str The string to bind. 81 stmt.bind(field, sqlite::null()); in bind_optional_string() 83 stmt.bind(field, str); in bind_optional_string() [all …]
|
H A D | write_transaction.cpp | 86 stmt.bind(":var_name", (*iter).first); in put_env_vars() 87 stmt.bind(":var_value", (*iter).second); in put_env_vars() 131 stmt.bind(":metadata_id", metadata_id); in put_metadata() 135 stmt.bind(":property_name", (*iter).first); in put_metadata() 136 stmt.bind(":property_value", (*iter).second); in put_metadata() 178 stmt.bind(":contents", sqlite::blob(contents.c_str(), contents.length())); in put_file() 268 stmt.bind(":cwd", context.cwd().str()); in put_context() 302 stmt.bind(":absolute_path", test_program.absolute_path().str()); in put_test_program() 306 stmt.bind(":root", test_program.root().str()); in put_test_program() 307 stmt.bind(":relative_path", test_program.relative_path().str()); in put_test_program() [all …]
|
/freebsd-src/tools/regression/sockets/unix_bindconnect/ |
H A D | unix_bindconnect.c | 40 * bind() and connect() on UNIX domain sockets. In particular, make sure 112 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) < 0) { in bind_test() 113 warn("bind_test: bind(sun) #1"); in bind_test() 124 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in bind_test() 125 warnx("bind_test: bind(sun) #2 succeeded"); in bind_test() 130 warn("bind_test: bind(sun) #2"); in bind_test() 146 if (bind(sock2, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in bind_test() 147 warnx("bind_test: bind(sun) #3 succeeded"); in bind_test() 153 warn("bind_test: bind(sun) #2"); in bind_test() 166 if (bind(sock2, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in bind_test() [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NumberObjectConversionChecker.cpp | 203 .bind("c_object"))); in checkASTCodeBody() 214 .bind("osnumber")))))))))) in checkASTCodeBody() 215 .bind("cpp_object"))); in checkASTCodeBody() 225 .bind("objc_object"))); in checkASTCodeBody() 239 // The .bind here is in order to compose the error message more accurately. in checkASTCodeBody() 243 .bind("objc_bool_type"); in checkASTCodeBody() 245 // The .bind here is in order to compose the error message more accurately. in checkASTCodeBody() 247 qualType(anyOf(qualType(booleanType()).bind("cpp_bool_type"), in checkASTCodeBody() 250 // The .bind here is in order to compose the error message more accurately. in checkASTCodeBody() 257 .bind("int_type"); in checkASTCodeBody() [all …]
|
/freebsd-src/lib/libsys/ |
H A D | bind.2 | 32 .Nm bind 39 .Fn bind "int s" "const struct sockaddr *addr" "socklen_t addrlen" 42 .Fn bind 50 .Fn bind 65 .Fn bind . 67 .Rv -std bind 70 .Fn bind 136 .Fn bind
|
/freebsd-src/lib/libc/rpc/ |
H A D | bindresvport.3 | 9 .Nd bind a socket to a privileged IP port 25 are used to bind a socket descriptor to a privileged 45 .Xr bind 2 60 Only root can bind to a privileged port; this call will fail for any 93 .Xr bind 2 , 98 .Xr bind 2 ,
|
/freebsd-src/share/skel/ |
H A D | dot.shrc | 34 bind ^[[A ed-search-prev-history 35 bind ^[[B ed-search-next-history 38 bind "\\e[1;5C" em-next-word 39 bind "\\e[1;5D" ed-prev-word 43 bind ^[[5~ ed-move-to-beg 44 bind ^[[6~ ed-move-to-end
|
/freebsd-src/bin/sh/ |
H A D | dot.shrc | 34 bind ^[[A ed-search-prev-history 35 bind ^[[B ed-search-next-history 38 bind "\\e[1;5C" em-next-word 39 bind "\\e[1;5D" ed-prev-word 43 bind ^[[5~ ed-move-to-beg 44 bind ^[[6~ ed-move-to-end
|
/freebsd-src/contrib/tcsh/nls/ukrainian/ |
H A D | set20 | 1 $ tc.bind.c 15 13 -a list or bind KEY in alternative key map\n 19 17 -v bind all keys to vi bindings\n 20 18 -e bind all keys to emacs bindings\n 21 19 -d bind all keys to default editor's bindings (%s)\n 38 36 Використання: bind [KEY | COMMAND KEY | "emacs" | "vi" | "-a"]\n
|
/freebsd-src/contrib/tcsh/nls/C/ |
H A D | set20 | 1 $ tc.bind.c 15 13 -a list or bind KEY in alternative key map\n 19 17 -v bind all keys to vi bindings\n 20 18 -e bind all keys to emacs bindings\n 21 19 -d bind all keys to default editor's bindings (%s)\n 38 36 usage: bind [KEY | COMMAND KEY | "emacs" | "vi" | "-a"]\n
|
/freebsd-src/contrib/tcsh/nls/finnish/ |
H A D | set20 | 1 $ tc.bind.c 15 13 -a list or bind KEY in alternative key map\n 19 17 -v bind all keys to vi bindings\n 20 18 -e bind all keys to emacs bindings\n 21 19 -d bind all keys to default editor's bindings (%s)\n 38 36 Käyttö: bind [NÄPPÄIN | KOMENTO NÄPPÄIN | "emacs" | "vi" | "-a"]\n
|
/freebsd-src/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data_spromvar.h | 86 * SPROM opcode per-bind evaluation state. 100 uint32_t mask; /**< current bind input mask */ 101 int8_t shift; /**< current bind input shift */ 102 bhnd_nvram_type base_type; /**< current bind input type */ 104 bhnd_sprom_opcode_bind bind; /**< current bind state */ member 105 bool have_bind; /**< if bind state is defined */ 106 size_t bind_total; /**< total count of bind operations performed */
|
H A D | bhnd_nvram_data_sprom_subr.c | 450 * Register a new BIND/BINDN operation with @p state. 454 * @param skip_in The number of input elements to skip after each bind. 456 * the current offset after each bind. If false, the input skip should be 458 * @param skip_out The number of output elements to skip after each bind. 482 SPROM_OP_BAD(state, "BIND outside of variable definition\n"); in bhnd_sprom_opcode_set_bind() 486 /* Cannot overwite an existing bind definition */ in bhnd_sprom_opcode_set_bind() 488 SPROM_OP_BAD(state, "BIND overwrites existing definition\n"); in bhnd_sprom_opcode_set_bind() 494 SPROM_OP_BAD(state, "BIND with zero count\n"); in bhnd_sprom_opcode_set_bind() 529 state->var.bind.count = count; in bhnd_sprom_opcode_set_bind() 530 state->var.bind.skip_in = skip_in; in bhnd_sprom_opcode_set_bind() [all …]
|
/freebsd-src/contrib/kyua/utils/sqlite/ |
H A D | statement.hpp | 118 void bind(const int, const blob&); 119 void bind(const int, const double); 120 void bind(const int, const int); 121 void bind(const int, const int64_t); 122 void bind(const int, const null&); 123 void bind(const int, const std::string&); 124 template< class T > void bind(const char*, const T&);
|
/freebsd-src/lib/libc/net/ |
H A D | sctp_bindx.3 | 33 .Nd bind or unbind an SCTP socket to a list of addresses 47 This allows a user to bind a subset of 52 .Fn bind 53 but allows a list of addresses and also allows a bind or an 61 length) that the user wishes to bind or unbind to the 106 .Xr bind 2 ,
|
/freebsd-src/contrib/ofed/opensm/include/vendor/ |
H A D | osm_vendor_api.h | 77 * [in] User context supplied during the bind call. 108 * [in] User context supplied during the bind call. 267 * [in] pointer to a struct defining the type of bind to perform. 283 * On success, a valid bind handle. 296 * Unbind the given bind handle (obtained by osm_vendor_bind). 304 * [in] the bind handle to release. 330 * [in] the bind handle obtained by calling osm_vendor_bind 360 * [in] the bind handle obtained by calling osm_vendor_bind 395 * [in] the bind handle obtained by calling osm_vendor_bind 423 * [in] the bind handle obtained by calling osm_vendor_bind [all …]
|
/freebsd-src/tools/regression/netinet/ipdivert/ |
H A D | ipdivert.c | 102 err = bind(s, (struct sockaddr *)&sin, sizeof(sin)); in ipdivert_bind() 105 fail(test, "bind"); in ipdivert_bind() 107 fail(test, "bind"); in ipdivert_bind() 110 failx(test, "bind"); in ipdivert_bind() 129 * Second test: create, bind, and close an IP divert socket. in main() 138 * Third test: create two sockets, bind to different ports, and close. in main() 151 * Fourth test: create two sockets, bind to the *same* port, and in main()
|
/freebsd-src/contrib/ofed/librdmacm/man/ |
H A D | rdma_bind_addr.3 | 4 rdma_bind_addr \- Bind an RDMA identifier to a source address. 24 Typically, this routine is called before calling rdma_listen to bind 26 of a connection before calling rdma_resolve_addr to bind to a specific 29 If used to bind to port 0, the rdma_cm will select an available port,
|
/freebsd-src/tests/sys/audit/ |
H A D | network.c | 259 "bind(2) call"); in ATF_TC_HEAD() 269 "bind.*unix.*%s.*return,success", SERVER_PATH); in ATF_TC_BODY() 272 ATF_REQUIRE_EQ(0, bind(sockfd, (struct sockaddr *)&server, len)); in ATF_TC_BODY() 287 "bind(2) call"); in ATF_TC_HEAD() 295 "bind.*%s.*return,failure", SERVER_PATH); in ATF_TC_BODY() 299 ATF_REQUIRE_EQ(-1, bind(0, (struct sockaddr *)&server, len)); in ATF_TC_BODY() 375 ATF_REQUIRE_EQ(0, bind(sockfd, (struct sockaddr *)&server, len)); in ATF_TC_BODY() 424 /* Setup a server socket and bind to the specified address */ in ATF_TC_BODY() 426 ATF_REQUIRE_EQ(0, bind(sockfd, (struct sockaddr *)&server, len)); in ATF_TC_BODY() 486 /* Setup a server socket and bind to the specified address */ in ATF_TC_BODY() [all …]
|
/freebsd-src/tests/sys/netinet/ |
H A D | ip6_v4mapped_test.c | 203 "Check local port assignment with bind and mapped V4 addresses"); in ATF_TC_HEAD() 208 * this should fail on a bind() call with EADDRNOTAVAIL. However, in 209 * previous systems, the bind() would succeed, binding a duplicate port, 238 error = bind(lsock, &su_srvr.saddr, sizeof(su_srvr.saddr4)); in ATF_TC_BODY() 239 ATF_REQUIRE_MSG(error == 0, "bind() failed: %s", strerror(errno)); in ATF_TC_BODY() 264 /* Set up address to bind for client sockets (unspecified). */ in ATF_TC_BODY() 280 * A bind would not be necessary for operation, but in ATF_TC_BODY() 283 error = bind(csock, &su_clnt.saddr, sizeof(su_clnt.saddr6)); in ATF_TC_BODY() 290 "client bind %d failed: %s", i, strerror(errno)); in ATF_TC_BODY() 312 ATF_REQUIRE_MSG(got_bind_error == true, "No expected bind error"); in ATF_TC_BODY() [all …]
|
/freebsd-src/sys/dev/xen/evtchn/ |
H A D | evtchn_dev.c | 73 struct mtx bind_mutex; /* serialize bind/unbind operations */ 397 struct ioctl_evtchn_bind_virq *bind; in evtchn_ioctl() local 402 bind = (struct ioctl_evtchn_bind_virq *)arg; in evtchn_ioctl() 404 error = xen_intr_bind_virq(evtchn_dev, bind->virq, 0, in evtchn_ioctl() 413 bind->port = evtchn->port; in evtchn_ioctl() 418 struct ioctl_evtchn_bind_interdomain *bind; in evtchn_ioctl() local 423 bind = (struct ioctl_evtchn_bind_interdomain *)arg; in evtchn_ioctl() 426 bind->remote_domain, bind->remote_port, NULL, in evtchn_ioctl() 435 bind->port = evtchn->port; in evtchn_ioctl() 440 struct ioctl_evtchn_bind_unbound_port *bind; in evtchn_ioctl() local [all …]
|