Searched refs:out (Results 26 - 50 of 177) sorted by relevance

12345678

/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_mach_internal.h60 const char *serv, struct label *out);
101 int mac_task_label_externalize(struct label *, char *e, char *out, size_t olen, int flags);
103 int mac_port_label_externalize(struct label *, char *e, char *out, size_t olen, int flags);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_link.c215 goto out;
238 goto out;
289 goto out;
347 out:
450 goto out;
456 goto out;
462 goto out;
466 goto out;
470 goto out;
477 goto out;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/YarrowCoreLib/src/
H A Dprngpriv.h76 BYTE out[20]; member in struct:__anon52
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_tty.c156 goto out;
165 goto out;
170 goto out;
177 out:
H A Dkern_descrip.c634 goto out;
644 goto out;
647 goto out;
649 goto out;
654 goto out;
660 goto out;
665 goto out;
674 goto out;
678 goto out;
682 goto out;
[all...]
H A Dkern_proc.c226 goto out;
234 goto out;
240 goto out;
252 goto out;
259 out:
276 goto out;
278 out:
303 goto out;
306 out:
484 goto out;
[all...]
H A Dkern_exit.c167 siginfo_64to32(user_siginfo_t *in, siginfo_t *out) argument
169 out->si_signo = in->si_signo;
170 out->si_errno = in->si_errno;
171 out->si_code = in->si_code;
172 out->si_pid = in->si_pid;
173 out->si_uid = in->si_uid;
174 out->si_status = in->si_status;
175 out->si_addr = CAST_DOWN(void *,in->si_addr);
177 out->si_value.sival_ptr = CAST_DOWN(void *,in->si_value.sival_ptr);
178 out
[all...]
H A Dtty.c221 termios32to64(struct termios *in, struct user_termios *out) argument
223 out->c_iflag = (user_tcflag_t)in->c_iflag;
224 out->c_oflag = (user_tcflag_t)in->c_oflag;
225 out->c_cflag = (user_tcflag_t)in->c_cflag;
226 out->c_lflag = (user_tcflag_t)in->c_lflag;
229 bcopy(in->c_cc, out->c_cc, sizeof(in->c_cc));
231 out->c_ispeed = (user_speed_t)in->c_ispeed;
232 out->c_ospeed = (user_speed_t)in->c_ospeed;
236 termios64to32(struct user_termios *in, struct termios *out) argument
238 out
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/i386/
H A DMakefile25 HEADER_LIST = $(filter-out $(EXCLUDE_HEADERS), $(ALL_HEADERS))
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/machine/
H A DMakefile25 HEADER_LIST = $(filter-out $(EXCLUDE_HEADERS), $(ALL_HEADERS))
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/nvram/
H A DMakefile32 EXPORT_MI_LIST = $(filter-out $(NOT_EXPORT_HEADERS), $(ALL_HEADERS))
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/power/
H A DMakefile32 EXPORT_MI_LIST = $(filter-out $(NOT_EXPORT_HEADERS), $(ALL_HEADERS))
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/ppc/
H A DMakefile30 EXPORT_MD_LIST = $(filter-out $(NOT_EXPORT_HEADERS), $(ALL_HEADERS))
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/rtc/
H A DMakefile32 EXPORT_MI_LIST = $(filter-out $(NOT_EXPORT_HEADERS), $(ALL_HEADERS))
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/system_management/
H A DMakefile32 EXPORT_MI_LIST = $(filter-out $(NOT_EXPORT_HEADERS), $(ALL_HEADERS))
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsymbols.c202 syms_formataddr(vm_offset_t addr, char *out, vm_offset_t outsize) argument
215 snprintf(out, outsize, "0x%08X <%s:%s + %d>", addr,
218 snprintf(out, outsize, "0x%08X <%s + %d>", addr, name,
224 snprintf(out, outsize, "0x%08X", addr);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpms.c201 * attempt to work out what state that is, and go there directly to
311 while(mach_absolute_time() < pp->pms.pmsPop); /* Yes, spin here and wait it out... */
402 goto out;
407 goto out;
416 goto out;
423 goto out;
430 goto out;
436 goto out;
443 goto out;
446 goto out;
[all...]
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/i386/
H A Dprotos.h56 out##s(i386_ioport_t port, unsigned u data) \
59 "out" #s " %1,%0" \
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c377 goto out;
383 goto out;
389 goto out;
470 goto out;
476 goto out;
489 goto out;
497 goto out;
511 /* Now send out the LC_THREAD load command, with the thread information
524 goto out;
530 goto out;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/
H A Daes.h170 aes_rval aes_encrypt(const unsigned char *in, unsigned char *out, const aes_encrypt_ctx cx[1]);
197 aes_rval aes_decrypt(const unsigned char *in, unsigned char *out, const aes_decrypt_ctx cx[1]);
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_bmap.c139 goto out;
161 out:
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_attrlist.c541 goto out;
549 goto out;
558 goto out;
565 goto out;
570 goto out;
643 goto out;
660 goto out;
704 * Note that since we won't ever copy out more than the caller requested,
711 goto out;
717 goto out;
[all...]
H A Dvfs_vnops.c218 goto out;
231 goto out;
334 goto out;
414 /* call out to allow 3rd party notification of open.
445 out:
453 * is granted the rights called out in 'mode' against the vnode 'vp'.
915 goto out;
952 goto out;
999 goto out;
1021 /* Do not give the generation number out t
[all...]
H A Dvfs_subr.c260 * place for now... it should be deprecated out of the
590 * cast out any inactive vnodes...
609 goto out;
616 goto out;
624 out:
1100 goto out;
1103 out:
1315 * Alias, but not in use, so flush it out.
1429 goto out;
1462 out
3199 int out, error; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dsetupdialog.c33 char *file = NULL, *ptr, *out = NULL, *numsfile = NULL, *numsout = NULL; local
57 out = argv[++next];
121 filePos = 0; // position in the file we're writing out
141 // write out any run that was in progress
150 if ( out == NULL)
151 out = "panic_image.c";
152 out_stream = fopen(out, "w");
155 printf("couldn't open out file.. bailing\n");
270 // write out any run that was in progress

Completed in 96 milliseconds

12345678