/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | curs_set.c | 53 int old; local 62 old = cursor_state; 84 return __m_return_int("curs_set", old);
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | ualarm.c | 24 struct itimerval new, old; local 32 if (setitimer(ITIMER_REAL, &new, &old) == 0) 33 return (old.it_value.tv_sec * USPS + old.it_value.tv_usec);
|
H A D | xccs.multibyte.c | 131 char *old = s; local 166 return (s - old);
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | del_recipl.c | 49 recip *old = r; local 50 r = old->next; 51 free(old->name); 52 free((char*)old);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | curs_set.c | 57 int old; local 62 old = cursor_state; 86 return (old);
|
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmdisc.c | 30 /* Change the discipline for a region. The old discipline 44 Vmdisc_t* old = vm->disc; local 47 { if(disc->memoryf != old->memoryf) 49 if(old->exceptf && 50 (*old->exceptf)(vm,VM_DISC,(Void_t*)disc,old) != 0 ) 54 return old;
|
/illumos-gate/usr/src/lib/libgen/common/ |
H A D | strtrns.c | 34 * in both `str' and `old' with the corresponding character from `new'. 39 strtrns(const char *str, const char *old, const char *new, argument 46 for (o = old; *o; ) 48 *r = new[o - old -1];
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | ualarm.c | 32 struct itimerval new, old; local 40 if (setitimer(ITIMER_REAL, &new, &old) != 0) 42 return (old.it_value.tv_sec * USPS + old.it_value.tv_usec);
|
/illumos-gate/usr/src/uts/common/avs/ns/solaris/ |
H A D | nsc_list.c | 53 * Link new into list after old. 60 ls_ins_after(ls_elt_t *old, ls_elt_t *new) argument 62 new->ls_next = old->ls_next; 63 new->ls_prev = old; 72 * Link new into list after old. 79 ls_ins_before(ls_elt_t *old, ls_elt_t *new) argument 81 new->ls_prev = old->ls_prev; 82 new->ls_next = old;
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | signalfd.c | 47 int old = errno; local 49 errno = old;
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_fault.c | 48 jmp_buf pcb, *old; local 68 old = kmdb_dpi_set_fault_hdlr(&pcb); 75 kmdb_dpi_restore_fault_hdlr(old);
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | pr_rename.c | 36 pr_rename(struct ps_prochandle *Pr, const char *old, const char *new) argument 44 return (rename(old, new)); 46 adp = &argd[0]; /* old fd argument */ 53 adp++; /* move to old argument */ 55 adp->arg_object = (void *)old; 58 adp->arg_size = strlen(old) + 1;
|
/illumos-gate/usr/src/lib/libbc/libc/gen/sys5/ |
H A D | sleep.c | 35 struct itimerval new, old, zero; local 45 if (setitimer(ITIMER_REAL, newp, &old) < 0) 50 if (timerisset(&old.it_value)) { 51 if (timercmp(&old.it_value, &newp->it_value, >)) { 52 old.it_value.tv_sec -= newp->it_value.tv_sec; 56 - old.it_value.tv_sec; 57 if (old.it_value.tv_usec != 0) { 60 - old.it_value.tv_usec; 62 newp->it_value = old.it_value; 63 timerclear(&old [all...] |
/illumos-gate/usr/src/lib/libmail/common/ |
H A D | notifyu.c | 56 SIG_PF old; local 80 old = (SIG_PF)signal(SIGALRM, (SIG_PF)catcher); 111 (void) signal(SIGALRM, old);
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prusrio.c | 44 prusrio(proc_t *p, enum uio_rw rw, struct uio *uiop, int old) argument 88 if (total != uiop->uio_resid || !old)
|
/illumos-gate/usr/src/uts/common/io/drm/ |
H A D | drm_lock.c | 45 unsigned int old, new; local 49 old = *lock; 50 if (old & _DRM_LOCK_HELD) 51 new = old | _DRM_LOCK_CONT; 54 } while (!atomic_cmpset_int(lock, old, new)); 56 if (_DRM_LOCKING_CONTEXT(old) == context) { 57 if (old & _DRM_LOCK_HELD) { 80 unsigned int old, new; local 85 old = *lock; 87 } while (!atomic_cmpset_int(lock, old, ne 96 unsigned int old, new; local [all...] |
H A D | drm_auth.c | 140 int old = sequence; local 141 auth.magic = old+1; 142 if (!atomic_cmpset_int(&sequence, old, auth.magic))
|
/illumos-gate/usr/src/lib/libast/common/cdt/ |
H A D | dtdisc.c | 63 reg Dtdisc_t* old; local 65 if(!(old = dt->disc) ) /* initialization call from dtopen() */ 73 return old; 79 if(old->eventf && (*old->eventf)(dt,DT_DISC,(Void_t*)disc,old) < 0) 128 return old;
|
/illumos-gate/usr/src/lib/libast/common/string/ |
H A D | strtoip4.c | 54 int old; local 95 if (old = part < 4) 113 old = 1; 117 if (z <= 32 && (!old || part < 2))
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelEmulate.c | 192 uint8_t *old = bufp->buf; local 197 bufp->buf = old;
|
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/ |
H A D | med_synch.c | 81 struct itimerval new, old; local 93 if (setitimer(ITIMER_REAL, &new, &old) != 0) { 112 if (setitimer(ITIMER_REAL, &new, &old) != 0) {
|
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/ |
H A D | mhd_synch.c | 80 struct itimerval new, old; local 92 if (setitimer(ITIMER_REAL, &new, &old) != 0) { 111 if (setitimer(ITIMER_REAL, &new, &old) != 0) {
|
/illumos-gate/usr/src/cmd/sendmail/libmilter/ |
H A D | comm.c | 28 ** old limit 35 size_t old; local 37 old = Maxdatasize; 39 return old;
|
/illumos-gate/usr/src/cmd/tr/ |
H A D | cmap.c | 147 * return the old value. The special character value CM_MAP_SELF 153 wint_t old; local 155 old = cm->cm_def; 158 return (old);
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mach_kdi.c | 162 uintptr_t old; local 166 old = (uintptr_t)rdmsr(MSR_AMD_GSBASE); 168 return ((void *)old); 172 boot_kdi_tmpfini(void *old) argument 174 wrmsr(MSR_AMD_GSBASE, (uint64_t)old); 183 uintptr_t old; local 198 old = getgs(); 201 return ((void *)old); 205 boot_kdi_tmpfini(void *old) argument 207 setgs((uintptr_t)old); [all...] |