| /illumos-gate/usr/src/man/man3xcurses/ |
| H A D | is_linetouched.3xcurses | 9 control window refresh 55 Is a pointer to the window in which the refresh is to be controlled or 65 Is the line to be checked for change since refresh. 121 \fBrefresh\fR(3XCURSES). This is sometimes necessary when using overlapping 129 to \fBrefresh()\fR. 133 since the last refresh, ensuring that it is not updated. 138 refresh. 141 To find out which lines or windows have been changed since the last refresh, 144 changed since the last call to \fBrefresh()\fR or \fBFALSE\fR if no changes
|
| H A D | doupdate.3xcurses | 8 doupdate, refresh, wnoutrefresh, wrefresh \- refresh windows and lines 24 \fBint\fR \fBrefresh\fR(\fBvoid\fR); 40 The \fBrefresh()\fR and \fBwrefresh()\fR functions copy \fBstdscr\fR and 70 Is a pointer to the window in which to refresh.
|
| H A D | clearok.3xcurses | 55 in the specified window that governs clearing of the screen during a refresh. 56 If, during a refresh operation on the specified window, the flag in 70 The \fBleaveok()\fR function controls the cursor position after a refresh 71 operation. If \fIbf\fR is \fBTRUE\fR, refresh operations on the specified 73 \fBFALSE\fR, then at the end of any refresh operation, the terminal's cursor is
|
| H A D | immedok.3xcurses | 8 immedok \- call refresh on changes to window 25 If \fIbf\fR is \fBTRUE\fR, \fBimmedok()\fR calls \fBrefresh\fR(3XCURSES) if any 28 Repeated calls to \fBrefresh()\fR may affect performance negatively. The
|
| H A D | redrawwin.3xcurses | 59 window to be redrawn to the terminal when the next refresh operation is 65 starting with \fIbeg_line\fR to be redrawn. Normally, refresh operations use 67 on the current screen contents. These functions tell the refresh operations
|
| /illumos-gate/usr/src/cmd/svc/milestone/ |
| H A D | network-location.xml | 35 network/location is used as a medium to refresh and restart SMF 43 "restart_on refresh" dependency: 120 restart_on='refresh'> 127 restart_on='refresh'> 134 restart_on='refresh'> 141 restart_on='refresh'> 148 restart_on='refresh'> 155 restart_on='refresh'> 199 name='refresh' 200 exec='/lib/svc/method/net-loc refresh'
|
| H A D | name-services.xml | 46 restart_on='refresh' 54 restart_on='refresh' 62 restart_on='refresh'
|
| /illumos-gate/usr/src/man/man3slp/ |
| H A D | SLPGetRefreshInterval.3slp | 8 SLPGetRefreshInterval \- return the maximum allowed refresh interval 21 \fBDA\fRs of the \fBmin-refresh-interval\fR attribute. This value satisfies 22 the advertised refresh interval bounds for all \fBDA\fRs. If this value is used 23 by the \fBSA\fR, it assures that no refresh registration will be rejected. If 24 no \fBDA\fR advertises a \fBmin-refresh-interval\fR attribute, a value of 36 Use the following example to return the maximum valid refresh interval for
|
| /illumos-gate/usr/src/cmd/ldapcachemgr/ |
| H A D | cachemgr_getldap.c | 65 /* refresh time statistics */ 85 * server list refresh delay when in "no server" mode 1098 * Format previous and next refresh time 1104 #define TIME_HEADER1 " Previous refresh time: " in getldap_format_refresh_time() 1105 #define TIME_HEADER2 " Next refresh time: " in getldap_format_refresh_time() 1119 /* format the time of previous refresh */ in getldap_format_refresh_time() 1127 /* format the time of next refresh */ in getldap_format_refresh_time() 1187 /* format previous and next refresh time */ in getldap_get_server_stat() 1200 /* insert header string and refresh time info */ in getldap_get_server_stat() 1282 * Format and return the refresh time statistics [all …]
|
| /illumos-gate/usr/src/man/man3curses/ |
| H A D | curs_refresh.3curses | 9 curs_refresh, refresh, wrefresh, wnoutrefresh, doupdate, redrawwin, wredrawln 10 \- refresh curses windows and lines 17 \fBint\fR \fBrefresh\fR(\fBvoid\fR); 48 The \fBrefresh()\fR and \fBwrefresh()\fR routines (or \fBwnoutrefresh()\fR and 52 already there in order to do optimizations. The \fBrefresh()\fR routine is the 120 Note that \fBrefresh()\fR and \fBredrawwin()\fR may be macros.
|
| /illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| H A D | refresh.c | 28 * refresh.c 38 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/refresh.c 1.1 1995/05/11 21:16:22 ant Exp … 44 #undef refresh 47 refresh() in refresh() function 52 __m_trace("refresh(void)"); in refresh()
|
| /illumos-gate/usr/src/cmd/auditd/ |
| H A D | svc-auditd | 55 refresh) 140 $SVCCFG -s $AUDITD_FMRI refresh 142 echo "$0: Refresh of $AUDITD_FMRI configuration failed." 156 # do_refresh - service refresh method helper. 160 # The refresh capability is available only for those systems 184 echo "$0: Service refresh method not supported on systems" \
|
| /illumos-gate/usr/src/cmd/sendmail/lib/ |
| H A D | smtp-sendmail.xml | 62 restart_on='refresh' 70 restart_on='refresh' 106 restart_on='refresh' 115 restart_on='refresh' 162 name='refresh' 163 exec='/lib/svc/method/smtp-sendmail refresh'
|
| H A D | sendmail-client.xml | 60 restart_on='refresh' 68 restart_on='refresh' 86 restart_on='refresh' 113 name='refresh' 114 exec='/lib/svc/method/sendmail-client refresh'
|
| /illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| H A D | refresh.c | 30 * refresh.c 40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/refresh.c 1.1 " 47 #undef refresh 50 refresh(void) in refresh() function
|
| /illumos-gate/usr/src/cmd/rcap/rcapadm/ |
| H A D | rcapadm.c | 186 boolean_t refresh = B_FALSE; in main() local 254 refresh = B_TRUE; in main() 263 if (argc > optind || (refresh && maxrss == NULL) || in main() 264 (!refresh && maxrss != NULL)) in main() 267 if (refresh && (no_starting_stopping > 0 || modified)) in main() 309 if (refresh) in main() 332 die(gettext("cannot refresh service: %s\n"), in main()
|
| /illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | ServiceLocationManager.java | 196 * Returns the maximum across all DAs of the min-refresh-interval 197 * attribute. This value satisfies the advertised refresh interval 199 * refresh registration will be rejected. If no DA advertises a 200 * min-refresh-interval attribute, a value of 0 is returned. 202 * @return The maximum min-refresh-interval attribute value. 207 // Get the min-refresh-interval attribute values for all DA's from in getRefreshInterval()
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
| H A D | manual-key.xml | 91 name='refresh' 107 svcadm refresh manual-key 140 The new configurations will be read on service refresh: 142 svcadm refresh ipsec/manual-key
|
| H A D | policy.xml | 85 name='refresh' 101 svcadm refresh policy 133 The new configurations will be read on service refresh: 135 svcadm refresh ipsec/policy
|
| H A D | tcpkey.xml | 89 name='refresh' 105 svcadm refresh tcpkey 138 The new configurations will be read on service refresh: 140 svcadm refresh tcpkey
|
| /illumos-gate/usr/src/lib/libshare/smb/ |
| H A D | libshare_smb.h | 63 * Sharectl property refresh types. Bit mask to indicate which type(s) 64 * of refresh might be needed on the service(s). 68 #define SMB_REFRESH_REFRESH 0x0002 /* refresh smb/server */
|
| /illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
| H A D | vi.c | 193 static void refresh(Vi_t*,int); 475 refresh(vp,TRANSLATE); in ed_viread() 538 refresh(vp,CONTROL); in ed_viread() 540 refresh(vp,INPUT); in ed_viread() 545 refresh(vp,TRANSLATE); in ed_viread() 582 refresh(vp,INPUT); in ed_viread() 807 /* force a total refresh */ in cntlmode() 825 refresh(vp,CONTROL); in cntlmode() 840 /*** force a total refresh ***/ in cntlmode() 1027 refresh(vp,INPUT); in cntlmode() [all …]
|
| /illumos-gate/usr/src/boot/efi/include/Protocol/ |
| H A D | Arp.h | 210 is not NULL), the ARP cache timeout for the found entry is reset if Refresh is 212 affected by Refresh. 225 @param Refresh Set to TRUE to refresh the timeout value of the 232 NULL, when Refresh is FALSE. 246 IN BOOLEAN Refresh
|
| /illumos-gate/usr/src/man/man8/ |
| H A D | inetd.8 | 13 \fBinetd\fR [\fIconfiguration-file\fR] start | stop | refresh 59 to an SMF request, or when it receives a SIGHUP signal. See the \fBrefresh\fR 60 description under "inetd Methods" for the behavior on configuration refresh. 255 comes in to refresh the service, and 722 \fB\fBrefresh\fR\fR 726 Results in a refresh being performed for each of its managed services and the 781 \fB\fBstart\fR|\fBstop\fR|\fBrefresh\fR\fR
|
| /illumos-gate/usr/src/lib/libc/i386/sys/ |
| H A D | door.S | 179 * corrupted by a partial door call, so we refresh the system call 199 movl %esi, 16(%esp) /* refresh sp */ 200 movl %edi, 20(%esp) /* refresh ssize */ 201 movl $DOOR_RETURN, 24(%esp) /* refresh syscall subcode */
|