HomeSort by relevance Sort by last modified time
    Searched refs:checkproc (Results 1 - 3 of 3) sorted by null

  /external/dnsmasq/contrib/Suse/
rc.dnsmasq-suse 29 checkproc -p $NAMED_PID $NAMED_BIN
40 checkproc -p $NAMED_PID $NAMED_BIN
60 checkproc -p $NAMED_PID $NAMED_BIN
67 checkproc -p $NAMED_PID $NAMED_BIN
  /external/ltp/testcases/kernel/mem/hugetlb/hugemmap/
hugemmap05.c 108 static int checkproc(FILE * fp, char *string, int value);
191 if (checkproc(fp, "HugePages_Total", length / 2) != 0)
193 if (checkproc(fp, "HugePages_Free", length / 2) != 0)
195 if (checkproc(fp, "HugePages_Surp", length / 2 - size) != 0)
197 if (checkproc(fp, "HugePages_Rsvd", length / 2) != 0)
231 if (checkproc(fp, "HugePages_Total", length / 2) != 0)
233 if (checkproc(fp, "HugePages_Free", 0) != 0)
235 if (checkproc(fp, "HugePages_Surp", length / 2 - size) != 0)
237 if (checkproc(fp, "HugePages_Rsvd", 0) != 0)
452 static int checkproc(FILE * fp, char *pattern, int value function
    [all...]
  /external/openssh/contrib/suse/
rc.sshd 97 ## Check status with checkproc(8), if process is running
98 ## checkproc will return with exit status 0.
106 checkproc -p $SSHD_PIDFILE $SSHD_BIN

Completed in 73 milliseconds