HomeSort by: relevance | last modified time | path
    Searched defs:on (Results 1 - 25 of 249) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/ibm-public/postfix/dist/src/util/
sane_connect.c 51 * forever on a blocking socket, and fails with EAGAIN on a non-blocking
52 * socket. Turning on keepalives will fix a blocking socket provided that
61 int on = 1; local
64 (void *) &on, sizeof(on));
sane_accept.c 20 /* workarounds may be enabled that depend on the socket type.
75 * disconnected in the mean time. From then on, UNIX-domain sockets are
107 * forever on a blocking socket, and fails with EAGAIN on a non-blocking
108 * socket. Turning on keepalives will fix a blocking socket provided that
121 int on = 1; local
124 (void *) &on, sizeof(on));
inet_listen.c 22 /* on the specified address, with the specified backlog, and returns
32 /* The communication endpoint to listen on. The syntax is "host:port".
34 /* A null host field means listen on all network interfaces.
36 /* This argument is passed on to the \fIlisten(2)\fR routine.
95 int on = 1; local
153 (void *) &on, sizeof(on)) < 0)
158 (void *) &on, sizeof(on)) < 0)
162 (void *) &on, sizeof(on)) < 0
    [all...]
  /src/sbin/chkconfig/
chkconfig.sh 31 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
53 # output $1 with 'on' or 'off' based on the return of checkyesno()
138 echo " $0 flag [ on | off ] "
139 echo " $0 [-f] flag [ on | off ]"
143 on() function
181 on)
182 action='on'
203 usage "-f flag requires 'on' or 'off'"
221 on)
    [all...]
  /src/usr.bin/xlint/lint1/
ckctype.c 26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
100 const tnode_t *on, *cn; local
102 for (on = arg; on->tn_op == CVT; on = on->u.ops.left)
103 if (on->tn_type->t_tspec == UCHAR)
105 if (on->tn_type->t_tspec == UCHAR)
  /src/tests/usr.bin/indent/
indent_off_on.c 4 * Tests for the comments 'INDENT OFF' and 'INDENT ON', which temporarily
13 /*INDENT ON*/
23 /*INDENT ON*/
35 /*INDENT ON*/
44 /*INDENT ON*/
51 /* INDENT ON */
59 /* INDENT ON */
68 /* INDENT ON */
76 /* INDENT ON */
104 * Any whitespace around the 'INDENT ON/OFF' is ignored, as is any whitespac
217 int on ; variable
229 int on; variable
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_sock2.c 38 * Returns the file descriptor on success or INVALID_SOCKET on failure. On
76 * Returns 1 on success or 0 on failure. On failure errno is set
81 const int on = 1; local
93 (const void *)&on, sizeof(on)) != 0) {
103 (const void *)&on, sizeof(on)) != 0)
151 int on = 1; local
224 int on = 1; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
b_sock2.c 37 * Returns the file descriptor on success or INVALID_SOCKET on failure. On
74 * Returns 1 on success or 0 on failure. On failure errno is set
79 const int on = 1; local
91 (const void *)&on, sizeof(on)) != 0) {
100 (const void *)&on, sizeof(on)) != 0)
137 int on = 1; local
208 int on = 1; local
    [all...]
  /src/external/bsd/libbind/dist/isc/
ev_files.c 85 int on = 1; local
86 OK(ioctl(fd, FIONBIO, (char *)&on));
117 * result and the caller decides to evSelectFD() on some descriptor.
138 /* Turn on the appropriate bits in the {rd,wr,ex}Next fd_set's. */
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
pbind.c 48 slap_overinst *on = (slap_overinst *) op->o_bd->bd_info; local
54 op->o_bd->be_private = on->on_bi.bi_private;
67 slap_overinst *on = (slap_overinst *)be->bd_info; local
81 on->on_bi.bi_private = be->be_private;
93 slap_overinst *on = (slap_overinst *) be->bd_info; local
98 be->be_private = on->on_bi.bi_private;
113 slap_overinst *on = (slap_overinst *) be->bd_info; local
117 be->be_private = on->on_bi.bi_private;
129 slap_overinst *on = (slap_overinst *) be->bd_info; local
133 be->be_private = on->on_bi.bi_private
147 slap_overinst *on = (slap_overinst *) be->bd_info; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
overlay.c 48 slap_overinst *on; local
71 for ( on = overlay_next( NULL ), i = 0; on; on = overlay_next( on ), i++ ) {
89 ber_str2bv( on->on_bi.bi_type, 0, 0, &bv );
92 on->on_bi.bi_cf_ocs ? (struct berval *)&slap_true_bv :
104 if ( !overlay_is_inst( be, on->on_bi.bi_type ) ) {
  /src/bin/date/
netdate.c 26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
74 * it performs the correction on all slaves. If it is in the slave state, it
76 * Returns 0 on success. Returns > 0 on failure.
109 static const int on = IP_PORTRANGE_LOW; local
111 if (setsockopt(s, IPPROTO_IP, IP_PORTRANGE, &on,
112 sizeof(on)) == -1) {
  /src/bin/stty/
print.c 26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
85 #define on(f) ((tmp&f) != 0) macro
87 if (fmt >= STTY_BSD || on(f) != d) \
88 bput(n + on(f));
156 bput("-parenb" + on(PARENB));
  /src/sys/dev/hpc/
button.c 30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
164 int on; local
166 on = (hpcio_portread(sc->sc_hc, sc->sc_port) == sc->sc_active);
171 config_hook_call(CONFIG_HOOK_BUTTONEVENT, sc->sc_id, (void*)on);
hpcin.c 26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
107 int on; local
109 on = (hpcio_portread(sc->sc_hc, sc->sc_port) == sc->sc_on);
111 config_connected_call(sc->sc_ct, (void *)on);
115 config_hook_call(sc->sc_type, sc->sc_id, (void *)on);
  /src/sys/ufs/ffs/
ffs_bswap.c 21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
220 struct ocg *on, *oo; local
222 on = (struct ocg *)n;
226 on->cg_btot[i] = bswap32(oo->cg_btot[i]);
228 on->cg_b[i][j] = bswap16(oo->cg_b[i][j]);
230 memmove(on->cg_iused, oo->cg_iused, 256);
231 on->cg_magic = bswap32(oo->cg_magic);
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_sock2.c 39 * Returns the file descriptor on success or INVALID_SOCKET on failure. On
78 * Returns 1 on success or 0 on failure. On failure errno is set
83 const int on = 1; local
95 (const void *)&on, sizeof(on))
106 (const void *)&on, sizeof(on)
211 int on = 1; local
286 int on = 1; local
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nops/
nops.c 70 slap_overinst *on = (slap_overinst *) op->o_bd->bd_info; local
77 op->o_bd->bd_info = (BackendInfo *)(on->on_info);
83 op->o_bd = on->on_info->oi_origdb;
138 Debug(LDAP_DEBUG_TRACE, "removing nop on %s",
144 op->o_bd = on->on_info->oi_origdb;
152 op->o_bd->bd_info = (BackendInfo *)(on->on_info);
  /src/libexec/httpd/
daemon-bozo.c 26 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
130 int e, i, on = 1; local
157 if (setsockopt(httpd->sock[i], SOL_SOCKET, SO_REUSEADDR, &on,
158 sizeof(on)) == -1)
217 bozowarn(httpd, "poll on fd %d pid %d revents %d: %s",
276 /* fail on programmer errors */
282 /* sleep on some temporary kernel failures */
  /src/sys/arch/hpc/stand/hpcboot/
console.h 26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
57 BOOL &on(void) { return _on; } function in class:Console
  /src/sys/arch/sun3/dev/
bw2.c 35 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
155 * only on a CG? overlay plane. We can use only the
260 /* Guess based on machine ID. */
290 /* Make sure video is on. */
335 * I turned on PMAP_NC here to disable the cache as I was
346 int *on = data; local
348 *on = sc->sc_video_on;
357 int *on = data; local
359 if (sc->sc_video_on == *on)
361 sc->sc_video_on = *on;
    [all...]
  /src/sys/external/bsd/drm2/drm/
drmfb.c 26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
203 * (can be disabled while stuff is still drawn on the screen),
206 * This toggles between DPMS ON and DPMS OFF; backlight toggles
207 * between DPMS ON and DPMS SUSPEND.
217 const int on = *(const int *)data; local
218 const int dpms_mode = on? DRM_MODE_DPMS_ON : DRM_MODE_DPMS_OFF;
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
socket.c 30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
227 int on = restr ? IP_PORTRANGE_HIGH : IP_PORTRANGE_DEFAULT; local
228 setsockopt (sock, IPPROTO_IP, IP_PORTRANGE, &on, sizeof(on));
233 int on = restr ? IPV6_PORTRANGE_HIGH : IPV6_PORTRANGE_DEFAULT; local
234 setsockopt (sock, IPPROTO_IPV6, IPV6_PORTRANGE, &on, sizeof(on));
240 * Enable debug on `sock'.
247 int on = 1; local
248 setsockopt (sock, SOL_SOCKET, SO_DEBUG, (void *) &on, sizeof (on))
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
NodeIntrospection.h 39 LocationCall(SharedLocationCall on, std::string name,
41 : m_flags(flags), m_on(std::move(on)), m_name(std::move(name)) {}
43 LocationCall *on() const { return m_on.get(); } function in class:clang::tooling::LocationCall
75 // on how the LocationCalls are formatted.
  /src/external/bsd/openldap/dist/contrib/slapd-modules/addpartial/
addpartial-overlay.c 53 slap_overinst *on = (slap_overinst *) op->o_bd->bd_info; local
68 rc = overlay_entry_get_ov(&nop, &nop.o_req_ndn, NULL, NULL, 0, &found, on);
251 overlay_entry_release_ov(&nop, found, 0, on);
268 nop.o_bd->bd_info = (BackendInfo *) on->on_info;

Completed in 58 milliseconds

1 2 3 4 5 6 7 8 910