HomeSort by relevance Sort by last modified time
    Searched defs:on (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/lib/libast/common/misc/
fs3d.c 47 static char on[] = FS3D_on; local
61 if (mount(on, val, FS3D_VIEW|FS3D_GET|FS3D_SIZE(sizeof(val)), NiL))
67 if (!strcmp(v, on))
81 v = on;
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/
ev_files.c 83 int on = 1; local
84 OK(ioctl(fd, FIONBIO, (char *)&on));
115 * result and the caller decides to evSelectFD() on some descriptor.
136 /* Turn on the appropriate bits in the {rd,wr,ex}Next fd_set's. */
ev_connects.c 82 int on = 1; local
83 OKFREE(ioctl(fd, FIONBIO, (char *)&on), new);
ctl_clnt.c 144 * create, condition, and connect to a listener on the control port.
153 static const int on = 1; local
189 (const char *)&on, sizeof on) != 0) {
312 /* Since there are some trans, make sure timer is successfully "on". */
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/slpd/
slpd.c 32 * at boot time, and listens for any incoming SLP messages only on
170 const int on = 1; local
191 (void) setsockopt(lfd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof (on));
  /onnv/onnv-gate/usr/src/lib/libipmp/common/
ipmp_mpathd.c 56 int on = 1; local
67 * accepts requests on loopback, this is sufficient for security).
68 * If not, drive on since MI_QUERY and MI_PING commands are allowed
71 (void) setsockopt(fd, IPPROTO_TCP, TCP_ANONPRIVBIND, &on, sizeof (on));
  /onnv/onnv-gate/usr/src/cmd/vntsd/
listen.c 124 int on; local
139 on = 1;
140 if (setsockopt(*sockfd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof (on))) {
  /onnv/onnv-gate/usr/src/lib/libstmfproxy/common/
stmftransport.c 79 int on = 1; local
92 if (setsockopt(sfd, SOL_SOCKET, SO_REUSEADDR, &on,
93 sizeof (on)) < 0) {
  /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitgtd/
util_port.c 80 int on = 1; local
111 (char *)&on, sizeof (on));
116 "bind on port %d failed, errno %d",
131 (void) setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (char *)&on,
132 sizeof (on));
137 "bind on port %d failed, errno %d",
259 * management requests will send them on the connection queues.
mgmt.c 174 on = 1; local
198 (char *)&on, sizeof (on));
203 "bind on port %d failed\n", p->port_num);
215 (void) setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (char *)&on,
216 sizeof (on));
221 "bind on port %d failed\n",
  /onnv/onnv-gate/usr/src/cmd/locator/
locator.c 45 int new_state; /* 0 = logical off, 1 = logical on */
46 char *on; /* Logical on value for State */ member in struct:locator_info
81 new_state = (locator_info->new_state) ? locator_info->on :
121 if (strcmp(state, locator_info->on) == 0)
122 display_state = gettext("on");
169 locator_info->on = locator_on;
171 locator_info->on = "ON";
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
Host.java 245 String on = syscmd.getOutput(); local
247 if (on != null) {
248 if (on.indexOf("NetscapeRoot") != -1) {
  /onnv/onnv-gate/usr/src/cmd/sendmail/aux/
mconnect.c 81 int on = 1; local
157 (void) setsockopt(s, SOL_SOCKET, SO_KEEPALIVE, (char *)&on,
158 sizeof (on));
  /onnv/onnv-gate/usr/src/lib/mms/mms/common/
mms_sock.c 155 const int on = 1; local
194 if (setsockopt(listenfd, SOL_SOCKET, SO_REUSEADDR, &on,
195 sizeof (on)) < 0) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
startup.c 392 int on = 1; local
441 if (setsockopt(sock, IPPROTO_IPV6, IPV6_RECVHOPLIMIT, (char *)&on,
448 if (setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, (char *)&on,
449 sizeof (on)) < 0) {
498 * transmitted on the wrong interface. resetup_listen_sock
  /onnv/onnv-gate/usr/src/cmd/lp/model/netpr/
netpr.c 64 * net_open() opens a tcp connection to the printer port on the host specified
177 int on = 1; local
427 /* Set SO_KEEPALIVE on socket to keep open */
429 (char *)&on, sizeof (on))) < 0) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
util.c 85 * table based on the RFC packet type value passed in.
215 * output: int: 1 on success, 0 on failure
313 * output: boolean_t: B_TRUE on success, B_FALSE on failure
356 * output: boolean_t: B_TRUE on success, B_FALSE otherwise
370 * output: boolean_t: B_TRUE on success, B_FALSE on failure
423 * output: boolean_t: B_TRUE on success, B_FALSE on failur
430 int on = 1; local
455 int on = 1; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
tlx.c 293 * Compare contents of netbuf for equality. Return B_TRUE on a match and
306 * Returns -1 on failure, else 0.
328 int on = 1; local
331 if (tlx_setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &on,
332 sizeof (on)) == -1) {
382 * Returns NULL on failure, else pointer to t_call structure on success.
422 * Remove and return a pointer to the first call on queue 'queue'. However,
443 * Returns -1 on failure, else 0.
473 * So this will not be seen with endpoints on Solari
549 int on = 1; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rexd/
unix_login.c 118 * Check for user being able to run on this machine.
127 char *error; /* filled in on return */
128 char *shell; /* filled in on return */
129 char *dir; /* filled in on return */
213 * returns 1 on error, 0 if OK
220 int on = 1; local
272 ioctl(Master, FIONBIO, &on);
  /onnv/onnv-gate/usr/src/common/openssl/crypto/objects/
o_names.c 153 OBJ_NAME on,*ret; local
162 on.name=name;
163 on.type=type;
167 ret=(OBJ_NAME *)lh_retrieve(names_lh,&on);
172 on.name=ret->data;
231 OBJ_NAME on,*ret; local
236 on.name=name;
237 on.type=type;
238 ret=(OBJ_NAME *)lh_delete(names_lh,&on);
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
getauditflags.c 36 #define ON 1
57 short on[MAXEVENT+1]; member in struct:list
73 * input: masks->as_success - audit on success
74 * masks->as_failure - audit on failure
104 lists[mask_num].on[i] = -1;
124 * find turned-on events - if on, store index of event
137 lists[COMMON].on[lists[COMMON].count++] = i;
143 lists[SUCCESS].on[lists[SUCCESS].count++] = i;
153 lists[FAILURE].on[lists[FAILURE].count++] = i;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/syscall/
sendfile.c 82 * 64 bit offsets for 32 bit applications only running either on
947 int on = 1; local
950 &on, sizeof (on), CRED()) == 0)
1268 * and sendvec_chunk is dependant on multiple things:
  /onnv/onnv-gate/usr/src/lib/libdhcpagent/common/
dhcpagent_ipc.c 51 * and replies can be variable-length, they are prefixed on "the wire"
60 * 32-bit aligned but it is poor taste to rely on this.
67 * but it is poor taste to rely on this.
93 * output: dhcp_ipc_request_t *: the request on success, NULL on failure
127 * output: dhcp_ipc_reply_t *: the reply on success, NULL on failure
183 * output: int: DHCP_IPC_SUCCESS on success, DHCP_IPC_E_* otherwise
235 * output: int: 0 on success, DHCP_IPC_E_* otherwise
261 * output: int: 0 on success, DHCP_IPC_E_* otherwis
372 int fd, on, retval; local
423 int on = 1; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
in.rwhod.c 70 * broadcast or unicast) on all interfaces that have
81 * transmission on one interface only.
86 * on which reports are sent (which may be controlled via the host's routing
154 int on = 1; local
234 if (setsockopt(s, SOL_SOCKET, SO_BROADCAST, &on, sizeof (on)) < 0) {
423 * The test on utmpxent looks silly---after all, if no one is
424 * logged on, why worry about efficiency?---but is useful on
  /onnv/onnv-gate/usr/src/cmd/cvcd/sparc/sun4u/starfire/
cvcd.c 33 * on the host (see cvc(7) and cvcredir(7)). It also sends
135 int on = 1; local
200 * hostname may still be NULL, depends on when cvcd was started
493 "poll: status on %s fd:%s%s%s",
744 * Pass on window size changes (TIOCSWINSZ).
898 int on = 1; local
919 (char *)&on, sizeof (on));

Completed in 960 milliseconds

1 2 3 4