Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c2303 const char *PIDSTR = "[pid:"; variable
2310 const int PIDSTRLEN = (int)strlen(PIDSTR); in fsck_active()
2334 found = strncmp(cp, PIDSTR, PIDSTRLEN) == 0; in fsck_active()