Home
last modified time | relevance | path

Searched full:operate (Results 1 – 25 of 1050) sorted by relevance

12345678910>>...42

/freebsd/contrib/unbound/util/
H A Dmodule.h42 * state machines are activated in sequence to operate on queries. Once
50 * functions are called, operate to move the state machine and cleanup of
72 * operate() function is called. The validator decides it needs not do
80 * query. Then the iterator suspends (returns from the operate call).
83 * operate function is called for the query, on the iterator module,
86 * operate call, which causes the previous module to be started.
92 * operate function with finished.
101 * them with the operate() call. During inform_super the query that is done
103 * not really re-entry codepoints and services). During the operate call
111 * A module is called in operate, an
777 void (*operate)(struct module_qstate* qstate, enum module_ev event, global() member
[all...]
/freebsd/contrib/unbound/dynlibmod/
H A Ddynlibmod.c108 __DYNSYM operate; in dynlibmod_init() local
128 operate = __LOADSYM(dynamic_library,"operate"); in dynlibmod_init()
129 if (operate == NULL) { in dynlibmod_init()
131 …log_err("dynlibmod[%d]: unable to load operate procedure from dynamic library \"%s\".", dynlib_mod… in dynlibmod_init()
134 de->func_operate = (func_operate_t)(void*)operate; in dynlibmod_init()
178 /** dynlib module operate on a query */
/freebsd/sys/sys/
H A Dpciio.h108 struct pcisel pi_sel; /* device to operate on */
115 struct pcisel pbi_sel; /* device to operate on */
137 struct pcisel plvi_sel; /* device to operate on */
149 struct pcisel pbm_sel; /* device to operate on */
156 struct pcisel pbi_sel; /* device to operate on */
/freebsd/contrib/ldns/ldns/
H A Drdata.h213 * \param[in] *rd the rdf to operate on
221 * \param[in] *rd the rdf to operate on
229 * \param[in] *rd the rdf to operate on
380 * \param[in] rd the ldns_rdf to operate on
387 * \param[in] rd the ldns_rdf to operate on
394 * \param[in] rd the ldns_rdf to operate on
401 * \param[in] rd the ldns_rdf to operate on
H A Drr.h478 * \param[in] *rr rr to operate on
486 * \param[in] *rr rr to operate on
494 * \param[in] *rr rr to operate on
502 * \param[in] *rr rr to operate on
510 * \param[in] *rr rr to operate on
518 * \param[in] *rr rr to operate on
527 * \param[in] *rr the rr to operate on
537 * \param[in] *rr rr to operate on
546 * \param[in] *rr rr to operate on
553 * \param[in] *rr rr to operate on
[all …]
H A Dpacket.h525 * \param[in] pkt the packet to operate on
853 * \param[in] p packet to operate on
860 * \param[in] p packet to operate on
867 * \param[in] p packet to operate on
874 * \param[in] p packet to operate on
881 * \param[in] packet packet to operate on
890 * \param[in] pkt packet to operate on
899 * \param[in] packet packet to operate on
908 * \param[in] pkt packet to operate on
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dqcom_smbb.txt51 Description: Battery voltage limit above which fast charging may operate;
53 will operate.
58 Description: Battery voltage limit below which fast charging may operate;
86 Description: Input voltage level above which charging may operate
H A Dqcom,pm8941-charger.yaml54 Battery voltage limit in uV above which fast charging may operate; Defaults to 3.2V
55 Below this value linear or switch-mode auto-trickle-charging will operate.
62 Battery voltage limit in uV below which fast charging may operate; Defaults to 4.2V
98 Input voltage level in uV above which charging may operate. Defaults to 4.3V.
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dmicrochip,sparx5-serdes.yaml31 The SERDES6G is a high-speed SERDES interface, which can operate at
41 The SERDES10G is a high-speed SERDES interface, which can operate at
54 The SERDES25G is a high-speed SERDES interface, which can operate at
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunctionPass.h10 // just FunctionPass's, except they operate on machine code as part of a code
11 // generator. Because they operate on machine code, not the LLVM
27 /// allow convenient creation of passes that operate on the MachineFunction
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Drebuild_multiple.ksh29 # Sequential reconstruction (unlike healing reconstruction) operate on the
60 log_assert "Rebuilds operate on the top-level vdevs"
127 log_pass "Rebuilds operate on the top-level vdevs"
/freebsd/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.142 It can operate in two modes: client and server.
63 will operate in server mode and act as RFCOMM server,
91 terminal and operates on it just like it would operate over the standard serial
/freebsd/contrib/ntp/sntp/libevent/
H A Devmap-internal.h58 @param base the event_base to operate on.
67 @param base the event_base to operate on.
74 @param base the event_base to operate on.
/freebsd/contrib/libevent/
H A Devmap-internal.h58 @param base the event_base to operate on.
67 @param base the event_base to operate on.
74 @param base the event_base to operate on.
/freebsd/crypto/openssl/doc/man3/
H A DX509V3_get_d2i.pod69 X509_get_ext_d2i() and X509_add1_ext_i2d() operate on the extensions of
73 X509_ACERT_get_ext_d2i() and X509_ACERT_add1_ext_i2d() operate on the extensions
77 X509_CRL_get_ext_d2i() and X509_CRL_add1_ext_i2d() operate on the extensions
81 X509_REVOKED_get_ext_d2i() and X509_REVOKED_add1_ext_i2d() operate on the
/freebsd/secure/lib/libcrypto/man/man3/
H A DX509V3_get_d2i.3128 \&\fBX509_get_ext_d2i()\fR and \fBX509_add1_ext_i2d()\fR operate on the extensions of
132 \&\fBX509_ACERT_get_ext_d2i()\fR and \fBX509_ACERT_add1_ext_i2d()\fR operate on the extensions
136 \&\fBX509_CRL_get_ext_d2i()\fR and \fBX509_CRL_add1_ext_i2d()\fR operate on the extensions
140 \&\fBX509_REVOKED_get_ext_d2i()\fR and \fBX509_REVOKED_add1_ext_i2d()\fR operate on the
/freebsd/lib/libsys/
H A Dchown.278 follows symbolic links to operate on the target of the link
130 argument is an empty string, operate on the file or directory
137 operate on the current working directory.
H A Djail.2202 Operate in the context of the jail described by the
282 except that they operate on the jail identified by jail descriptor
322 the descriptor identifies the jail to operate on,
342 except that they operate on the jail referred to by the passed descriptor.
/freebsd/share/man/man3/
H A DQ_QABS.333 .Nd fixed-point math functions which operate on a single Q number
56 All of those functions operate on
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_ecsm2.h758 * Yes when configured to operate in synchronous mode.
766 * a NULL value the function will operate
833 * Yes when configured to operate in synchronous mode.
841 * a NULL value the function will operate
908 * Yes when configured to operate in synchronous mode.
916 * a NULL value the function will operate
977 * Yes when configured to operate in synchronous mode.
985 * a NULL value the function will operate
1050 * Yes when configured to operate in synchronous mode.
1058 * a NULL value the function will operate
[all …]
/freebsd/contrib/ntp/html/
H A Dorphan.html27 <p>For orphan mode to work well, each core server with available sources should operate at the same…
35 … server and broadcast client modes as shown in Figure 2. Orphan children operate as broadcast clie…
36 <p>In normal operation subnet hosts operate below stratum 5, so the subnet is automatically configu…
/freebsd/usr.sbin/freebsd-update/
H A Dfreebsd-update.892 Operate on a system mounted at
113 Operate on the given jail specified by
218 system has been tampered with it cannot be trusted to operate correctly.
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceExporter.h21 /// Trace exporter plug-ins operate on traces, converting the trace data
25 /// Trace exporters are supposed to operate on an architecture-agnostic fashion,
/freebsd/sbin/ipf/ipfs/
H A Dipfs.869 Operate on NAT information.
72 Operate on filtering state information.
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dnxp,sc16is7xx.txt25 should operate in IrDA mode.
84 should operate in IrDA mode.

12345678910>>...42