Searched refs:text (Results 26 - 42 of 42) sorted by relevance

12

/xnu-2422.115.4/osfmk/x86_64/
H A Dstart.s137 .text
152 * | Kernel text/data |
154 * |-----------------------| Kernel text base addr - 2MB-aligned
286 * the kernel text and data from the hibernation image read by the booter.
/xnu-2422.115.4/bsd/kern/
H A Dposix_sem.c401 AUDIT_ARG(text, pnbuf);
689 AUDIT_ARG(text, pnbuf);
H A Dposix_shm.c414 AUDIT_ARG(text, pnbuf);
1039 AUDIT_ARG(text, pnbuf);
H A Dkern_prot.c1936 AUDIT_ARG(text, buffer);
H A Dkern_sysctl.c1084 AUDIT_ARG(text, (char *)str);
1113 AUDIT_ARG(text, (char *)str);
H A Dkern_descrip.c1482 AUDIT_ARG(text, pathbufp);
/xnu-2422.115.4/makedefs/
H A DMakeInc.cmd6 # the build, as well as make fragments and text
/xnu-2422.115.4/iokit/bsddev/
H A DIOKitBSDInit.cpp480 IOLog( "Waiting on %s\n", s->text() );
/xnu-2422.115.4/iokit/Kernel/
H A DIOUserClient.cpp2304 err = copyoutkdata( s->text(), len, properties );
2346 err = copyoutkdata( s->text(), len, properties );
2377 err = copyoutkdata( s->text(), len, properties );
2954 ret = copyoutkdata(serialize->text(), len, var_output);
4205 bcopy(s->text(), (void *)data, size);
H A DIOService.cpp3727 OBFUSCATE(_current), s->text(), s1->text(), s2->text());
4895 kprintf("parent match 0x%llx, %d,\n%s\n", getRegistryEntryID(), match, s->text());
4976 * Convert an IOReturn to text. Subclasses which add additional
/xnu-2422.115.4/libkern/zlib/
H A Dinflate.c677 state->head->text = (int)((hold >> 8) & 1);
H A Ddeflate.c37 * of the input text which are identical to earlier input (within a
626 put_byte(s, (s->gzhead->text ? 1 : 0) +
/xnu-2422.115.4/security/
H A Dmac_base.c2320 mac_audit_text(char *text __unused, mac_policy_handle_t handle __unused)
H A Dmac_policy.h455 @param sb String buffer to be filled with a text representation of the label
458 inclusion in an audit record. An externalized label consists of a text
460 as part of a text token. Policy-agnostic user space tools will display
477 @param sb String buffer to be filled with a text representation of the label
480 credential. An externalized label consists of a text representation
512 externalized label consists of a text representation of the label
514 user space tools will forward text version to the kernel for
1046 @param sb String buffer to be filled with a text representation of the label
1049 An externalized label consists of a text representation of the
1078 externalized label consists of a text representatio
[all...]
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c577 AUDIT_ARG(text, fstypename);
3844 AUDIT_ARG(text, path); /* This is the link string */
9532 AUDIT_ARG(text, realpath);
/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp3411 logInfo = serializer->text();
7888 "Can't find text segment for kernel load address.");
7984 response = (char *)serializer->text();
10013 IOLog("found addr %p from an OSData obj within kernel text segment %p to %p \n",
10055 IOLog("found OSNumber in kernel text segment %p to %p \n",
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c5247 const dif_instr_t *text = difo->dtdo_buf;
5289 instr = text[pc++];
9729 const dif_instr_t *text = dp->dtdo_buf;
9736 dif_instr_t instr = text[pc];
12871 * We can't have a DIF object without DIF text.
12873 dtrace_dof_error(dof, "missing DIF text");
14594 * this fails (e.g. because the debugger has modified text in
17145 * modified text in some way), we won't allow the open.

Completed in 232 milliseconds

12