Searched refs:oldsp (Results 1 – 9 of 9) sorted by relevance
52 #define Popwchar oldsp = sp; \149 const char *oldsp; in _compile() local168 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()
366 uintptr_t oldsp; in dtrace_getustack_common() local382 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()
96 si_t *oldsp; in ufs_si_store() local290 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 …]
179 char *sh_substitute(const char *string,const char *oldsp,char *newsp) in sh_substitute() argument192 if(*(cp=oldsp) == 0) in sh_substitute()223 cp = oldsp; in sh_substitute()
338 Sfio_t *oldsp; member2120 disp->oldsp = sp; in subopen()2140 return(sfread(disp->oldsp,buff,size)); in subread()
120 uintptr_t oldsp; in dtrace_getustack_common() local158 oldsp = sp; in dtrace_getustack_common()192 if (sp == oldsp) { in dtrace_getustack_common()
463 caddr_t oldsp = p->p_usrstack - oldsize; in grow_internal() local467 if (IS_P2ALIGNED(p->p_usrstack, pgsz) || oldsp < austk) { in grow_internal()470 } else if (oldsp == austk) { in grow_internal()
1073 rc_snapshot_t *sp, *oldsp; in snapshot_fill_children() local1089 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()
456 struct snode *oldsp, *oldcsp; in spec_clone() local476 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()