===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mpt-status-1.2.0/debian/includes/mpi_cnfg.h-1500-#define MPI_FCPORTPAGE0_FLAGS_PROT_LAN                  (MPI_PORTFACTS_PROTOCOL_LAN)
mpt-status-1.2.0/debian/includes/mpi_cnfg.h:1501:#define MPI_FCPORTPAGE0_FLAGS_PROT_LOGBUSADDR           (MPI_PORTFACTS_PROTOCOL_LOGBUSADDR)
mpt-status-1.2.0/debian/includes/mpi_cnfg.h-1502-
##############################################
mpt-status-1.2.0/debian/includes/mpi_cnfg.h-1596-#define MPI_FCPORTPAGE1_FLAGS_PROT_LAN                  ((U32)MPI_PORTFACTS_PROTOCOL_LAN << MPI_FCPORTPAGE1_FLAGS_PROT_SHIFT)
mpt-status-1.2.0/debian/includes/mpi_cnfg.h:1597:#define MPI_FCPORTPAGE1_FLAGS_PROT_LOGBUSADDR           ((U32)MPI_PORTFACTS_PROTOCOL_LOGBUSADDR << MPI_FCPORTPAGE1_FLAGS_PROT_SHIFT)
mpt-status-1.2.0/debian/includes/mpi_cnfg.h-1598-
##############################################
mpt-status-1.2.0/debian/includes/mpi_ioc.h-330-
mpt-status-1.2.0/debian/includes/mpi_ioc.h:331:#define MPI_PORTFACTS_PROTOCOL_LOGBUSADDR       (0x01)
mpt-status-1.2.0/debian/includes/mpi_ioc.h-332-#define MPI_PORTFACTS_PROTOCOL_LAN              (0x02)
##############################################
mpt-status-1.2.0/debian/mpt-status.init-65-                # No change.  Should we send reminder?
mpt-status-1.2.0/debian/mpt-status.init:66:                LASTTIME="`stat -c '%Z' $STATUSFILE`"
mpt-status-1.2.0/debian/mpt-status.init-67-                NOW="`date +%s`"
mpt-status-1.2.0/debian/mpt-status.init:68:                SINCELAST="`expr $NOW - $LASTTIME`"
mpt-status-1.2.0/debian/mpt-status.init-69-                if [ $REMIND -le "$SINCELAST" ]; then
##############################################
mpt-status-1.2.0/debian/mpt-status.init-127-d_start() {
mpt-status-1.2.0/debian/mpt-status.init:128:    [ -f $PIDFILE ] && PID="`cat $PIDFILE`"
mpt-status-1.2.0/debian/mpt-status.init-129-    if [ "$PID" ] ; then