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

/illumos-gate/usr/src/uts/common/os/
H A Dinstance.c140 #define PTI_MAGIC_STR_LEN (sizeof (PTI_MAGIC_STR) - 1) macro
284 char buf[PTI_MAGIC_STR_LEN];
295 * Read the first PTI_MAGIC_STR_LEN bytes from the file to see if
300 switch (kobj_read_file(file, buf, PTI_MAGIC_STR_LEN, 0)) {
302 case PTI_MAGIC_STR_LEN:
304 * If the first PTI_MAGIC_STR_LEN bytes are the magic string
307 if (strncmp(PTI_MAGIC_STR, buf, PTI_MAGIC_STR_LEN) == 0)

Completed in 58 milliseconds