Searched refs:c_string (Results 1 – 11 of 11) sorted by relevance
38 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];
40 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 */
1536 char *c_string = NULL; in copyOSStringAsCString() local1544 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()
513 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];
48 type string_t = c_string [*:1024];
50 type xattrname = c_string[*:DA_XATTR_MAXNAMELEN + 1];
79 type kobject_description_t = c_string[*:512];
58 type netname_name_t = c_string[*:80];
78 type dev_name_t = c_string[*:128];
93 type io_name_t = c_string[*:128];94 type io_string_t = c_string[*:512];95 type io_string_inband_t = c_string[*:4096];
106 type symtab_name_t = c_string[*:32];