Home
last modified time | relevance | path

Searched refs:oldsp (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_compile.c50 #define Popwchar oldsp = sp; \
147 const char *oldsp; in _compile() local
166 oldsp = sp; in _compile()
175 const char *startsp = oldsp; in _compile()
181 n += 2 * (startsp - oldsp) + 3; in _compile()
304 *start++ = *oldsp++; in _compile()
425 *ep++ = *oldsp++; in _compile()
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c366 uintptr_t oldsp; in dtrace_getustack_common() local
382 oldsp = sp; in dtrace_getustack_common()
394 if (sp == oldsp || ret++ >= dtrace_ustackdepth_max) { in dtrace_getustack_common()
423 oldsp = sp; in dtrace_getustack_common()
431 if (sp == oldsp || ret++ >= dtrace_ustackdepth_max) { in dtrace_getustack_common()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c96 si_t *oldsp; in ufs_si_store() local
290 oldsp = ip->i_ufs_acl; in ufs_si_store()
295 ASSERT(oldsp != sp); in ufs_si_store()
357 if (oldsp) in ufs_si_store()
367 if (oldsp) { in ufs_si_store()
368 oldsp->s_use = usecnt; in ufs_si_store()
369 refcnt = --oldsp->s_ref; in ufs_si_store()
370 signature = oldsp->s_signature; in ufs_si_store()
375 rw_exit(&oldsp->s_lock); in ufs_si_store()
379 if (oldsp && (refcnt == 0)) in ufs_si_store()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstring.c175 char *sh_substitute(const char *string,const char *oldsp,char *newsp) in sh_substitute() argument
188 if(*(cp=oldsp) == 0) in sh_substitute()
219 cp = oldsp; in sh_substitute()
H A Dio.c357 Sfio_t *oldsp; member
2414 disp->oldsp = sp; in subopen()
2430 sfseek(disp->oldsp,disp->offset,SEEK_SET); in subread()
2436 n = sfread(disp->oldsp,buff,size); in subread()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c121 uintptr_t oldsp; in dtrace_getustack_common() local
159 oldsp = sp; in dtrace_getustack_common()
193 if (sp == oldsp) { in dtrace_getustack_common()
/illumos-gate/usr/src/uts/common/os/
H A Dgrow.c485 caddr_t oldsp = p->p_usrstack - oldsize; in grow_internal() local
489 if (IS_P2ALIGNED(p->p_usrstack, pgsz) || oldsp < austk) { in grow_internal()
492 } else if (oldsp == austk) { in grow_internal()
/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c1072 rc_snapshot_t *sp, *oldsp; in snapshot_fill_children() local
1088 oldsp = np->rn_snapshot; in snapshot_fill_children()
1089 assert(oldsp == NULL || oldsp == sp); in snapshot_fill_children()
1092 if (oldsp != NULL) in snapshot_fill_children()
1093 rc_snapshot_rele(oldsp); in snapshot_fill_children()
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c458 struct snode *oldsp, *oldcsp; in spec_clone() local
478 oldsp = VTOS(*vpp); in spec_clone()
479 oldcsp = VTOS(oldsp->s_commonvp); in spec_clone()
492 newsp->s_fsid = oldsp->s_fsid; in spec_clone()