Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c2310 const int PIDSTRLEN = (int)strlen(PIDSTR); in fsck_active() local
2333 for (found = i = 0; !found && i < (comlen - PIDSTRLEN); i++, cp++) in fsck_active()
2334 found = strncmp(cp, PIDSTR, PIDSTRLEN) == 0; in fsck_active()