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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c2302 * comment structure, prefaced by PIDSTR
2304 const char *PIDSTR = "[pid:"; variable
2311 const int PIDSTRLEN = (int)strlen(PIDSTR);
2335 found = strncmp(cp, PIDSTR, PIDSTRLEN) == 0;

Completed in 57 milliseconds