Searched defs:on (Results 26 - 40 of 40) sorted by relevance

12

/osnet-11/usr/src/lib/libradproto/common/
H A Dradclient.c563 char *on = adr_name_tostr(name); local
564 op_lookup lookupreq = { on, FALSE };
568 free(on);
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c119 /* Options. Leave them on. */
410 * Some resolvers want to even out the load on their nameservers.
491 * on this server when statp->retry == 1.
658 return (0); /*%< unknown, die on connect */
702 int on = 1; local
755 * Push on even if setsockopt(SO_NOSIGPIPE) fails.
757 (void)setsockopt(statp->_vcsock, SOL_SOCKET, SO_NOSIGPIPE, &on,
758 sizeof(on));
938 * server, we get an ECONNREFUSED error on the next
1248 /* always set status to online if defer-on
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c929 boolean_t on; local
964 on = (!val || (strcmp(val, "unset") != 0));
965 if (dtj_cflag(&jc, opt, NULL, &on)) {
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_prop.c63 * to on/off. They also retrieve DEFAULT, PERM and POSSIBLE values for
717 boolean_t on = B_FALSE; local
735 on = B_TRUE;
737 on = B_FALSE;
742 if (on)
747 if (on)
752 if (on)
757 if (on)
762 if (on)
810 * However on reboo
[all...]
H A Dlibipadm.c93 { IPADM_DHCP_INVALID_IF, "DHCP client could not run on the interface" },
95 { IPADM_TEMPORARY_OBJ, "Persistent operation on temporary object" },
97 { IPADM_OP_DISABLE_OBJ, "Operation not supported on disabled object" },
118 "IPMP interface missing address families configured on "
231 * on reboot.
242 int on = B_TRUE; local
313 if (setsockopt(iph->ih_sock6, SOL_SOCKET, SO_VRRP, &on,
314 sizeof (on)) < 0 || setsockopt(iph->ih_sock, SOL_SOCKET,
315 SO_VRRP, &on, sizeof (on)) <
[all...]
H A Dipadm_addr.c29 * on an address object and listing address information
160 * Determine the permission of the property depending on whether it has a
229 * retrieves the information necessary for any operation on the object,
811 * on what we find in `nvl'.
970 * plumbed with no addresses configured on it.
1029 * in `nvladdr'. Call the appropriate function based on the
1051 * Callback function that sets the property `prefixlen' on the address
1106 * `pdp', on the address object in `arg'.
1115 boolean_t on; local
1123 on
1421 boolean_t on = B_FALSE; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dgfxterm.c675 /* Determine cursor properties and position on text layer. */
873 /* Find position on virtual screen, and fill information. */
934 /* Skip unknown characters. Should never happen on normal conditions. */
1066 int on)
1068 if (virtual_screen.cursor_state != on)
1075 virtual_screen.cursor_state = on;
1065 grub_gfxterm_setcursor(struct grub_term_output *term __attribute__ ((unused)), int on) argument
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dterm.h210 /* Turn on/off the cursor. */
211 void (*setcursor) (struct grub_term_output *term, int on);
401 /* Turn on/off the cursor. */
403 grub_term_setcursor (struct grub_term_output *term, int on) argument
406 term->setcursor (term, on);
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddaemon.c78 ** This entire file is highly dependent on the 4.2 BSD
96 ** Make a connection to the named host on the given
97 ** port. Returns zero on success, else an exit status
501 ** force accept() to fail on affected systems.
677 /* turn on profiling */
1047 int on = 1; local
1123 /* turn on network debugging? */
1126 SO_DEBUG, (char *)&on,
1127 sizeof(on));
1130 SO_REUSEADDR, (char *)&on, sizeo
2595 int on = 1; local
2606 int on = 1; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c751 console_setcursor (int on) argument
1282 hercules_setcursor (int on) argument
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c260 line which may be displayed on the screen, but a section is never
411 on the screen. */
455 depending on if there are more characters in BUF. */
750 /* If the readline-like feature is turned on and CMDLINE is not
759 is that GET_CMDLINE depends on the everything fitting on the screen
963 * print to a buffer, unless verbose mode is on
964 * if verbos mode is switched on, the buffer is dumped in verbose_func()
1208 setcursor (int on) argument
1211 return current_term->setcursor (on);
[all...]
H A Dgraphics.c3 * on a patch by Paulo C�sar Pereira de Andrade <pcpa@conectiva.com.br>
201 /* Print ch on the screen. Handle any needed scrolling or the like */
315 int graphics_setcursor (int on) { argument
496 /* exit on EOF, otherwise skip characters until an initial '"' */
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsrvsvc_svc.c168 * Turn "dfsroot" property on/off for the specified
175 srvsvc_shr_setdfsroot(smb_share_t *si, boolean_t on) argument
181 if (on && ((si->shr_flags & SMB_SHRF_DFSROOT) == 0)) {
184 } else if (!on && (si->shr_flags & SMB_SHRF_DFSROOT)) {
209 * List tree connections made to a share on this server or all tree
218 * and the Computer Management Interface on Windows 2000 doesn't request
522 * Return information on open files or named pipes. Only members of the
542 * This level is not supported on Windows Me/98/95.
545 * This level is not supported on Windows Me/98/95.
781 * caution because it does not flush data, cached on
[all...]
/osnet-11/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c139 int retval, on = 1; local
225 ioctl(dip->dli_fd, DLIOCIPNETINFO, &on) < 0) {
490 * If 'sap' is DLPI_ANY_SAP, bind to SAP 2 on token ring, else 0 on
491 * other interface types (SAP 0 has special significance on token ring).
546 * based on the "op" value, multicast address is enabled/disabled.
587 * on the value of 'op', promiscuous mode is turned on/off at the specified
1289 * Enable DLPI passive mode on a DLPI handle. We intentionally do not care
1307 * Send a dlpi control message and/or data message on
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c557 register int on = n; local
596 else if (on == 1)
620 if (n == on && (c == t1 || c == t2 || c == t3))
626 else if (n == on && (c == t1 || c == t2 || c == t3))
638 * *s points to '(' on input
2298 * \f...\f discipline infof callback on ...

Completed in 72 milliseconds

12