Home
last modified time | relevance | path

Searched refs:c_string (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/osfmk/UserNotification/
H A DUNDTypes.defs38 type UNDMessage = c_string[*:1024];
39 type UNDLabel = c_string[*:128];
41 type UNDKey = c_string[*:128];
42 type UNDPath = c_string[*:1024];
44 type UNDXMLDict = c_string[*:2048];
/xnu-11215/osfmk/gssd/
H A Dgssd_mach.defs40 type gssd_string = c_string[*:1024]; /* MAX_PRINC_STR must be < 1024 */
41 type gssd_dstring = c_string[*:128]; /* MAX_DISPLAY_STR must be < 128 */
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp1536 char *c_string = NULL; in copyOSStringAsCString() local
1544 c_string = (char*)kalloc_data(string_length, (zalloc_flags_t)(Z_ZERO | Z_WAITOK | Z_NOFAIL)); in copyOSStringAsCString()
1545 assert(c_string != NULL); in copyOSStringAsCString()
1548 strlcpy(c_string, string->getCStringNoCopy(), string_length); in copyOSStringAsCString()
1550 return c_string; in copyOSStringAsCString()
/xnu-11215/osfmk/mach/
H A Dmach_types.defs513 type kernel_version_t = c_string[*:512];
514 type kernel_boot_info_t = c_string[*:4096];
662 type vfs_path_t = c_string[4096];
667 type nspace_path_t = c_string[8192];
668 type nspace_name_t = c_string[8192];
H A Daudit_triggers.defs48 type string_t = c_string [*:1024];
H A Ddoubleagent_mig.defs50 type xattrname = c_string[*:DA_XATTR_MAXNAMELEN + 1];
H A Dmach_port.defs79 type kobject_description_t = c_string[*:512];
/xnu-11215/libsyscall/mach/servers/
H A Dnetname.defs58 type netname_name_t = c_string[*:80];
/xnu-11215/osfmk/device/
H A Ddevice_types.defs78 type dev_name_t = c_string[*:128];
H A Ddevice.defs93 type io_name_t = c_string[*:128];
94 type io_string_t = c_string[*:512];
95 type io_string_inband_t = c_string[*:4096];
/xnu-11215/osfmk/mach_debug/
H A Dmach_debug_types.defs106 type symtab_name_t = c_string[*:32];