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

/darwin-on-arm/xnu/bsd/libkern/
H A Drindex.c76 register char *save; local
78 for (save = NULL;; ++p) {
80 save = (char *)p;
82 return(save);
/darwin-on-arm/xnu/osfmk/i386/
H A D_setjmp.s78 movl %ebp,12(%ecx) # save frame pointer of caller
80 movl %esp,16(%ecx) # save stack pointer of caller
81 movl %edx,20(%ecx) # save pc of caller
/darwin-on-arm/xnu/osfmk/kern/
H A Dtimer.c99 uint64_t *save)
101 uint64_t new, old = *save;
103 *save = new = timer_grab(timer);
97 timer_delta( timer_t timer, uint64_t *save) argument
H A Dtimer.h135 uint64_t *save);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dblist.c267 blist_t save = *pbl; local
270 if (count > save->bl_blocks)
271 count = save->bl_blocks;
272 blst_copy(save->bl_root, 0, save->bl_radix, save->bl_skip, newbl, count);
279 blist_destroy(save);
/darwin-on-arm/xnu/bsd/net/
H A Dpf_ruleset.c100 char *p = (char *)(size_t)c, *save; local
102 for (save = NULL; ; ++p) {
104 save = (char *)p;
106 return (save);
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c1493 uint32_t val = *theChar++, save = val; local
1495 if (lastpixel && !(save & 0xFF000000))
1497 if ((save & 0xFFFF0000) == 0xFF000000)
1499 if ((save & 0x00FFFF00) == 0x00FF0000)
1501 if ((save & 0x0000FFFF) == 0x0000FF00)
1509 lastpixel = save & 0xff;
1550 uint32_t val = *theChar++, save = val; local
1552 if (save == 0xFFFF0000) val |= 0xFFFF;
1553 else if (lastpixel && !(save & 0xFFFF0000))
1562 lastpixel = save
1615 uint32_t val = *theChar++, save = val; local
[all...]
/darwin-on-arm/xnu/SETUP/config/
H A Dmkmakefile.c477 goto save;
594 save:
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c3513 char *save; local
3515 for (save = NULL;; ++p) {
3517 save = p;
3519 return(save);
6215 // save these off so we can later verify that fvp is the same

Completed in 104 milliseconds