Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libgen/common/
H A Dreg_compile.c52 #define Popwchar oldsp = sp; \
149 const char *oldsp; in _compile() local
168 oldsp = sp; in _compile()
177 const char *startsp = oldsp; in _compile()
183 n += 2 * (startsp - oldsp) + 3; in _compile()
306 *start++ = *oldsp++; in _compile()
423 *ep++ = *oldsp++; in _compile()
/titanic_44/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()
/titanic_44/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()
358 rw_enter(&oldsp->s_lock, RW_WRITER); 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()
[all …]
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dstring.c179 char *sh_substitute(const char *string,const char *oldsp,char *newsp) in sh_substitute() argument
192 if(*(cp=oldsp) == 0) in sh_substitute()
223 cp = oldsp; in sh_substitute()
H A Dio.c338 Sfio_t *oldsp; member
2120 disp->oldsp = sp; in subopen()
2140 return(sfread(disp->oldsp,buff,size)); in subread()
/titanic_44/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c120 uintptr_t oldsp; in dtrace_getustack_common() local
158 oldsp = sp; in dtrace_getustack_common()
192 if (sp == oldsp) { in dtrace_getustack_common()
/titanic_44/usr/src/uts/common/os/
H A Dgrow.c463 caddr_t oldsp = p->p_usrstack - oldsize; in grow_internal() local
467 if (IS_P2ALIGNED(p->p_usrstack, pgsz) || oldsp < austk) { in grow_internal()
470 } else if (oldsp == austk) { in grow_internal()
/titanic_44/usr/src/cmd/svc/configd/
H A Dfile_object.c1073 rc_snapshot_t *sp, *oldsp; in snapshot_fill_children() local
1089 oldsp = np->rn_snapshot; in snapshot_fill_children()
1090 assert(oldsp == NULL || oldsp == sp); in snapshot_fill_children()
1093 if (oldsp != NULL) in snapshot_fill_children()
1094 rc_snapshot_rele(oldsp); in snapshot_fill_children()
/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c456 struct snode *oldsp, *oldcsp; in spec_clone() local
476 oldsp = VTOS(*vpp); in spec_clone()
477 oldcsp = VTOS(oldsp->s_commonvp); in spec_clone()
490 newsp->s_fsid = oldsp->s_fsid; in spec_clone()