Home
last modified time | relevance | path

Searched refs:accepting (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/ntp/sntp/libevent/
H A Dlistener.c102 struct accepting_socket **accepting; member
725 struct accepting_socket *as = lev_iocp->accepting[i]; in iocp_listener_enable()
747 struct accepting_socket *as = lev_iocp->accepting[i]; in iocp_listener_disable_impl()
862 lev->accepting = mm_calloc(lev->n_accepting, in evconnlistener_new_async()
864 if (!lev->accepting) { in evconnlistener_new_async()
869 lev->accepting[i] = new_accepting_socket(lev, ss.ss_family); in evconnlistener_new_async()
870 if (!lev->accepting[i]) { in evconnlistener_new_async()
874 if (cb && start_accepting(lev->accepting[i]) < 0) { in evconnlistener_new_async()
876 EnterCriticalSection(&lev->accepting[i]->lock); in evconnlistener_new_async()
877 free_and_unlock_accepting_socket(lev->accepting[i]); in evconnlistener_new_async()
[all …]
/freebsd/contrib/libevent/
H A Dlistener.c102 struct accepting_socket **accepting; member
725 struct accepting_socket *as = lev_iocp->accepting[i]; in iocp_listener_enable()
747 struct accepting_socket *as = lev_iocp->accepting[i]; in iocp_listener_disable_impl()
862 lev->accepting = mm_calloc(lev->n_accepting, in evconnlistener_new_async()
864 if (!lev->accepting) { in evconnlistener_new_async()
869 lev->accepting[i] = new_accepting_socket(lev, ss.ss_family); in evconnlistener_new_async()
870 if (!lev->accepting[i]) { in evconnlistener_new_async()
874 if (cb && start_accepting(lev->accepting[i]) < 0) { in evconnlistener_new_async()
876 EnterCriticalSection(&lev->accepting[i]->lock); in evconnlistener_new_async()
877 free_and_unlock_accepting_socket(lev->accepting[i]); in evconnlistener_new_async()
[all …]
/freebsd/sbin/devd/
H A Ddevd.cc1040 int accepting; in event_loop() local
1049 accepting = 1; in event_loop()
1080 if (!accepting) { in event_loop()
1083 accepting = 1; in event_loop()
1090 if (accepting) { in event_loop()
1093 accepting = 0; in event_loop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td200 // Marshalled option accepting a string argument.
207 // Marshalled option accepting an integer argument.
214 // Marshalled option accepting vector of strings.
251 // Marshalled option accepting any of the specified enum values.
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DAutomaton.td26 // F: The set of final (accepting) states.
32 // We define F = S, that is, all valid states are accepting.
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmarvell-armada-370-neta.txt33 - bm,pool-short: ID of a pool, that will be used for accepting
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.openssl170 License. However, in accepting such obligations, You may act only
175 of your accepting any such warranty or additional liability.
/freebsd/contrib/sendmail/contrib/
H A Dbsdi.mc128 # If this machine should be accepting mail as local for other hostnames
133 # to be accepting mail for the domain. That is, if this machine is
/freebsd/crypto/openssl/
H A DLICENSE.txt170 License. However, in accepting such obligations, You may act only
175 of your accepting any such warranty or additional liability.
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_accept.pod202 fprintf(stderr, "Error accepting connection\n");
215 fprintf(stderr, "Error accepting connection\n");
H A DUI_create_method.pod78 actually display it and accepting input ended with a pressed button.
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory27 // pointer-accepting ctors
/freebsd/sys/contrib/openzfs/contrib/pyzfs/
H A DLICENSE170 License. However, in accepting such obligations, You may act only
175 of your accepting any such warranty or additional liability.
/freebsd/contrib/arm-optimized-routines/
H A DLICENSE200 License. However, in accepting such obligations, You may act only
205 of your accepting any such warranty or additional liability.
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFloatInstrFormats.td19 // Some FP instructions are defined twice, for accepting FPR32 and FPR64, but
/freebsd/contrib/googletest/
H A DCONTRIBUTING.md61 join us in accepting nothing less. Of course, being courteous is not the same as
/freebsd/contrib/llvm-project/libunwind/
H A DLICENSE.TXT173 License. However, in accepting such obligations, You may act only
178 of your accepting any such warranty or additional liability.
/freebsd/contrib/llvm-project/lld/
H A DLICENSE.TXT173 License. However, in accepting such obligations, You may act only
178 of your accepting any such warranty or additional liability.
/freebsd/contrib/llvm-project/lldb/
H A DLICENSE.TXT173 License. However, in accepting such obligations, You may act only
178 of your accepting any such warranty or additional liability.
/freebsd/contrib/llvm-project/libcxx/
H A DLICENSE.TXT173 License. However, in accepting such obligations, You may act only
178 of your accepting any such warranty or additional liability.
/freebsd/contrib/llvm-project/clang/
H A DLICENSE.TXT173 License. However, in accepting such obligations, You may act only
178 of your accepting any such warranty or additional liability.
/freebsd/contrib/llvm-project/compiler-rt/
H A DLICENSE.TXT173 License. However, in accepting such obligations, You may act only
178 of your accepting any such warranty or additional liability.
/freebsd/contrib/llvm-project/llvm/
H A DLICENSE.TXT173 License. However, in accepting such obligations, You may act only
178 of your accepting any such warranty or additional liability.
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8994-sony-xperia-kitakami.dtsi172 * to be hacked up as a-o due to the GPU device only accepting a single
/freebsd/contrib/llvm-project/openmp/
H A DLICENSE.TXT173 License. However, in accepting such obligations, You may act only
178 of your accepting any such warranty or additional liability.

123