Searched refs:save (Results 1 - 25 of 319) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrrchr.c42 char *save; local
46 for (save = NULL;; ++p) {
48 save = (char *)p;
50 return (save);
H A Dstrcat.c41 char *save = s; local
45 return(save);
H A Dstrcpy.c41 char *save = to; local
44 return(save);
/illumos-gate/usr/src/cmd/mail/
H A Dcksaved.c29 * cksaved - check for an orphaned save file
53 char save[MAXFILENAME], mail[MAXFILENAME]; local
56 cat(save, mailsave, user);
59 * If no save file, or size is 0, return.
61 if ((stat(save, &stbuf) != 0) || (stbuf.st_size == 0))
72 * Restore from the save file by linking
73 * it to $MAIL then unlinking save file
75 chmod(save, MFMODE);
77 if (link(save, mail) != 0) {
83 if (unlink(save) !
[all...]
/illumos-gate/usr/src/lib/common/sparc/
H A Dcrti.s49 save %sp, -96, %sp
60 save %sp, -96, %sp
/illumos-gate/usr/src/lib/common/sparcv9/
H A Dcrti.s49 save %sp, -SA(MINFRAME), %sp
59 save %sp, -SA(MINFRAME), %sp
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dcuexit.s41 save %sp, -SA(MINFRAME), %sp
H A Dsmt_pause.s49 save %sp, -SA(MINFRAME+BANKS), %sp
52 and %i5, 0x3, %i4 ! save last 2 bits
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dcuexit.s41 save %sp, -SA(MINFRAME), %sp
H A Dsmt_pause.s44 save %sp, -SA(MINFRAME+BANKS), %sp
47 and %i3, 0x3, %i2 ! save last 2 bits
/illumos-gate/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);
/illumos-gate/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
66 movl %esp,16(%eax) / save caller's esp
67 movl %edx,20(%eax) / save caller's return address
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkaif.c129 kaif_cpusave_t *save; local
139 save = &kaif_cpusave[cpuid];
141 if (save->krs_cpu_state != KAIF_CPU_STATE_MASTER &&
142 save->krs_cpu_state != KAIF_CPU_STATE_SLAVE) {
147 return (save);
153 kaif_cpusave_t *save; local
155 if ((save = kaif_cpuid2save(cpuid)) == NULL)
158 switch (save->krs_cpu_state) {
171 kaif_cpusave_t *save; local
175 if ((save
203 kaif_find_regp(kaif_cpusave_t *save, const char *regname) argument
249 kaif_cpusave_t *save; local
270 kaif_cpusave_t *save; local
786 dump_crumbs(kaif_cpusave_t *save) argument
813 kaif_cpusave_t *save = &kaif_cpusave[i]; local
829 kaif_cpusave_t *save; local
885 kaif_trap_set_saved(kaif_cpusave_t *save) argument
964 kaif_cpusave_t *save = &kaif_cpusave[i]; local
[all...]
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A Dcerror.s47 save %sp, -SA(MINFRAME), %sp
H A Dcerror64.s42 save %sp, -SA(MINFRAME), %sp
/illumos-gate/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
76 movl %esp,16(%eax) / save caller's esp
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.s35 save %sp, -SA(MINFRAME), %sp
/illumos-gate/usr/src/lib/brand/shared/brand/sparc/
H A Dcrt.s58 save %sp, -SA(MINFRAME + EB_MAX_SIZE64), %sp
60 save %sp, -SA(MINFRAME + EB_MAX_SIZE32), %sp
/illumos-gate/usr/src/lib/libc/i386/unwind/
H A Dunwind_frame.s46 movl 4(%edx), %eax / save f2's return pc
62 pushl %ebp / save current frame pointer
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A Dcerror.s45 save %sp, -SA(MINFRAME), %sp
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_pri_hcall.s51 mov %o1, %o4 ! save datap
/illumos-gate/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
/illumos-gate/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
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c195 char *save; local
201 *(save = line) = '\0';
231 return (save);
246 char *h, *t, *save; local
252 save = h = t = *bpp;
274 return (save);
289 char *t, *save; local
295 save = t = *bpp;
308 return (toupper(*save));
316 return (atoi(save));
331 char *save; local
413 dumpdates_t *save; local
835 dumpdates_t ddhead, *ddp, *save; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c267 unsigned char *start, save; local
288 save = *start++;
289 switch (save) {
299 "Error: Bad %s", option_types[save]);
302 display_ip(1, "%s = %s", option_types[save],
335 option_types[save]);
339 option_types[save], &start);
353 display_ascii("%s = %s", option_types[save], &start);
365 display_number("%s = %d seconds", option_types[save],
378 display_number("%s flag = 0x%x", option_types[save],
[all...]

Completed in 125 milliseconds

1234567891011>>