Home
last modified time | relevance | path

Searched refs:save (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/titanic_41/usr/src/cmd/mdb/sparc/kmdb/
H A Dkaif.c129 kaif_cpusave_t *save; in kaif_cpuid2save() local
139 save = &kaif_cpusave[cpuid]; in kaif_cpuid2save()
141 if (save->krs_cpu_state != KAIF_CPU_STATE_MASTER && in kaif_cpuid2save()
142 save->krs_cpu_state != KAIF_CPU_STATE_SLAVE) { in kaif_cpuid2save()
147 return (save); in kaif_cpuid2save()
153 kaif_cpusave_t *save; in kaif_get_cpu_state() local
155 if ((save = kaif_cpuid2save(cpuid)) == NULL) in kaif_get_cpu_state()
158 switch (save->krs_cpu_state) { in kaif_get_cpu_state()
171 kaif_cpusave_t *save; in kaif_get_gregs() local
175 if ((save = kaif_cpuid2save(cpuid)) == NULL) in kaif_get_gregs()
[all …]
/titanic_41/usr/src/cmd/mail/
H A Dcksaved.c53 char save[MAXFILENAME], mail[MAXFILENAME]; local
56 cat(save, mailsave, user);
61 if ((stat(save, &stbuf) != 0) || (stbuf.st_size == 0))
75 chmod(save, MFMODE);
77 if (link(save, mail) != 0) {
83 if (unlink(save) != 0) {
89 if (rename(save, mail) != 0) {
111 if ((Istream = fopen(save, "r")) == NULL) {
113 "file '%s' for reading\n", program, save);
122 if (unlink(save) != 0) {
/titanic_41/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c195 char *save; in getaline() local
201 *(save = line) = '\0'; in getaline()
231 return (save); in getaline()
246 char *h, *t, *save; in get_ddname() local
252 save = h = t = *bpp; in get_ddname()
274 return (save); in get_ddname()
289 char *t, *save; in get_ddlevel() local
295 save = t = *bpp; in get_ddlevel()
308 return (toupper(*save)); in get_ddlevel()
316 return (atoi(save)); in get_ddlevel()
[all …]
/titanic_41/usr/src/cmd/mdb/intel/kmdb/
H A Dkaif.c124 kaif_cpusave_t *save; in kaif_cpuid2save() local
134 save = &kaif_cpusave[cpuid]; in kaif_cpuid2save()
136 if (save->krs_cpu_state != KAIF_CPU_STATE_MASTER && in kaif_cpuid2save()
137 save->krs_cpu_state != KAIF_CPU_STATE_SLAVE) { in kaif_cpuid2save()
142 return (save); in kaif_cpuid2save()
148 kaif_cpusave_t *save; in kaif_get_cpu_state() local
150 if ((save = kaif_cpuid2save(cpuid)) == NULL) in kaif_get_cpu_state()
153 switch (save->krs_cpu_state) { in kaif_get_cpu_state()
172 kaif_cpusave_t *save; in kaif_kdi_to_gregs() local
174 if ((save = kaif_cpuid2save(cpuid)) == NULL) in kaif_kdi_to_gregs()
[all …]
/titanic_41/usr/src/cmd/bnu/
H A Dexpfile.c52 char user[NAMESIZE], save[MAXFULLNAME]; local
55 if (strlcpy(save, file, sizeof (save)) >= sizeof (save))
60 for (fpart = save + 1, up = user; *fpart != '\0'
71 if (strlen(Wrkdir) + strlen(save) + 2 > (unsigned)MAXFULLNAME)
73 (void) sprintf(file, "%s/%s", Wrkdir, save);
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c267 unsigned char *start, save; in show_options() local
288 save = *start++; in show_options()
289 switch (save) { in show_options()
299 "Error: Bad %s", option_types[save]); in show_options()
302 display_ip(1, "%s = %s", option_types[save], in show_options()
335 option_types[save]); in show_options()
339 option_types[save], &start); in show_options()
353 display_ascii("%s = %s", option_types[save], &start); in show_options()
365 display_number("%s = %d seconds", option_types[save], in show_options()
378 display_number("%s flag = 0x%x", option_types[save], in show_options()
[all …]
/titanic_41/usr/src/lib/libc/i386/gen/
H A Dsetjmp.s53 movl %ebx,0(%eax) / save ebx
54 movl %esi,4(%eax) / save esi
55 movl %edi,8(%eax) / save edi
56 movl %ebp,12(%eax) / save caller's ebp
67 movl %edx,20(%eax) / save caller's return address
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dconfig.c156 check_var_consistency(struct confvar *cv, void *save, int size) in check_var_consistency() argument
178 (void) memcpy(cv, save, size); in check_var_consistency()
186 check_if_var_consistency(struct confvar *cv, void *save, int size) in check_if_var_consistency() argument
221 (void) memcpy(cv, save, size); in check_if_var_consistency()
267 char save[sizeof (ifdefaults)]; in parse_config() local
278 (void) memcpy(save, ifdefaults, sizeof (ifdefaults)); in parse_config()
281 check_if_var_consistency(ifdefaults, save, in parse_config()
282 sizeof (save)); in parse_config()
284 char save[sizeof (prefixdefaults)]; in parse_config() local
295 (void) memcpy(save, prefixdefaults, in parse_config()
[all …]
/titanic_41/usr/src/cmd/sh/
H A Dmain.c485 unsigned char *save; in chkmail() local
494 save = 0; in chkmail()
499 if (*s == '%' && save == 0) in chkmail()
500 save = s; in chkmail()
509 if (save) in chkmail()
510 *save = 0; in chkmail()
515 if (save) { in chkmail()
516 prs(save+1); in chkmail()
526 if (save) in chkmail()
527 *save = '%'; in chkmail()
/titanic_41/usr/src/stand/lib/sa/sparc/
H A D_setjmp.s76 st %sp, [%o0 + SPVAL] ! save caller's sp
91 * We will flush our registers by doing (nwindows-1) save instructions.
109 save %sp, -WINDOWSIZE, %sp
119 save %sp, -WINDOWSIZE, %sp
127 sub %fp, -SA(MINFRAME), %sp ! establish new save area
/titanic_41/usr/src/cmd/lp/lib/msgs/
H A Dread_fifo.c324 fbp->psave = fbp->psave_end = fbp->save; /* sane pointers! */ in _buffer()
330 if (fbp->psave != fbp->save) /* sane pointers! */ in _buffer()
338 memmove(fbp->save, fbp->psave, fbp->psave_end - fbp->psave); in _buffer()
340 fbp->psave_end = fbp->save + (fbp->psave_end - fbp->psave); in _buffer()
341 fbp->psave = fbp->save; /* sane pointers! */ in _buffer()
351 nbytes = MSGMAX - (fbp->psave_end - fbp->save); in _buffer()
/titanic_41/usr/src/uts/sun4/ml/
H A Dlocore.s128 save %sp, -SA64(MINFRAME64), %sp ! 64 bit save
129 rdpr %wstate, %l5 ! save %wstate
132 rdpr %pstate, %l0 ! save %pstate
H A Dswtch.s82 save %sp, -SA(MINFRAME), %sp ! save ins and locals
90 stn %i7, [THREAD_REG + T_PC] ! save return address
91 stn %fp, [THREAD_REG + T_SP] ! save sp
109 ! we save fprs at the beginning the stack so we know
115 st %g4, [%i2 + SA(MINFRAME) + FPU_FPRS] ! save fprs
117 ! save kernel fp state in stack
131 stn %fp, [THREAD_REG + T_SP] ! save sp
524 save %sp, -SA(MINFRAME), %sp ! save ins and locals
528 ! to save the floating-point state if fprs has been
/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkaif_start.c165 kaif_cpusave_t *save = &kaif_cpusave[i]; in kaif_master_loop() local
167 if (save->krs_cpu_state == in kaif_master_loop()
169 !save->krs_cpu_flushed) { in kaif_master_loop()
431 kaif_cpusave_t *save = &kaif_cpusave[i]; in kaif_slave_loop_barrier() local
433 if (save->krs_cpu_state == in kaif_slave_loop_barrier()
435 !save->krs_cpu_acked) { in kaif_slave_loop_barrier()
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dev_connects.c91 int save = errno; in evListen() local
94 errno = save; in evListen()
123 int save = errno; in evConnect() local
126 errno = save; in evConnect()
134 int save = errno; in evConnect() local
138 errno = save; in evConnect()
304 int save = errno; in listener() local
307 errno = save; in listener()
360 int save = errno; in connector() local
363 errno = save; in connector()
/titanic_41/usr/src/cmd/mdb/intel/ia32/libstand/
H A Dsetjmp.s71 movl %ebx,0(%eax) / save ebx
72 movl %esi,4(%eax) / save esi
73 movl %edi,8(%eax) / save edi
74 movl %ebp,12(%eax) / save caller's ebp
/titanic_41/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_hcall.s114 save %sp, -SA(MINFRAME64), %sp
120 stx %o1, [%i2] ! save status
121 stx %o2, [%i3] ! save delta
122 stx %o3, [%i4] ! save watchdog
123 stx %o4, [%i5] ! save write status
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c242 struct termios save; in pollTypeahead() local
250 save = __m_tty_override_mode(0, 0); in pollTypeahead()
256 (void) __m_tty_set(&save); in pollTypeahead()
343 struct termios save; in wgetch() local
352 save = __m_tty_override_mode(w->_vmin, w->_vtime); in wgetch()
354 (void) __m_tty_set(&save); in wgetch()
361 (void) __m_tty_set(&save); in wgetch()
/titanic_41/usr/src/cmd/mailx/misc/
H A Dmailx.help8 copy [msglist] file save messages to file without marking as saved
16 followup [msglist] reply to authors of messages and save copy
17 Followup [message] reply to all recipients of message and save copy
34 save [msglist] file save (appending) messages to file
35 Save [msglist] save messages to file named after author
/titanic_41/usr/src/cmd/krb5/kadmin/gui/dchanger/
H A DDurationHelper.java39 private boolean save; field in DurationHelper
227 private void durationHelperClose(boolean save) { in durationHelperClose() argument
228 if (save == true) { in durationHelperClose()
232 this.save = save; in durationHelperClose()
245 return save; in isSaved()
/titanic_41/usr/src/uts/common/os/
H A Dproc.c39 void (*save)(void *), in installpctx()
48 pctx->save_op = save; in installpctx()
65 void (*save)(void *), in removepctx()
76 if (pctx->save_op == save && pctx->restore_op == restore && in removepctx()
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_seq.c411 EPG *ep, save; local
435 save = *ep;
438 if (save.page->pgno != ep->page->pgno) {
439 mpool_put(t->bt_mp, save.page, 0);
440 save = *ep;
442 save.index = ep->index;
452 if (h->pgno != save.page->pgno)
456 if (h->pgno == save.page->pgno)
458 save.page, 0);
472 if (h->pgno != save.page->pgno)
[all …]
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dgetpwaent.c81 static struct passwd_adjunct *save(struct passwd_adjunct *);
217 savepwadj = save(pwadj); in getpwaent()
219 savepwadj = save(pwadj); in getpwaent()
230 savepwadj = save(pwadj); in getpwaent()
276 savepwadj = save(pwadj); in matchname()
287 savepwadj = save(pwadj); in matchname()
297 savepwadj = save(pwadj); in matchname()
521 save(struct passwd_adjunct *pwadj) in save() function
/titanic_41/usr/src/cmd/ndmpd/tlm/
H A Dtlm_util.c457 char *cp, *save; in get_volname() local
463 if (!(save = strdup(path))) in get_volname()
468 free(save); in get_volname()
472 if ((cp = strchr(save + sp, '/'))) in get_volname()
475 return (save); in get_volname()
/titanic_41/usr/src/uts/sun4u/io/i2c/misc/
H A Di2c_svc.c279 i2c_nexus_reg_list_t *save = NULL; in i2c_nexus_unregister() local
296 save = *reg_list; in i2c_nexus_unregister()
303 if (save != NULL) { in i2c_nexus_unregister()
304 kmem_free(save, sizeof (i2c_nexus_reg_list_t)); in i2c_nexus_unregister()

12345678910>>...16