Searched refs:lsof (Results 1 – 8 of 8) sorted by relevance
21 RUN apt-get install -y iproute2 lsof net-tools inetutils-ping netcat-openbsd less vim
704 if type lsof >/dev/null 2>/dev/null; then712 while ! lsof -a -n -b -i "$proto:$1" -p "$2" >/dev/null 2>/dev/null; do
946 if type lsof >/dev/null 2>/dev/null; then958 SERVER_PIDS=$(lsof -a -n -b -i "$proto:$1" -t)
140 "toys/pending/lsof.c",333 "bin/lsof",631 "toys/pending/lsof.c",848 "lsof",
54 lsof \
154 USE_LSOF(NEWTOY(lsof, "lp*t", TOYFLAG_USR|TOYFLAG_BIN))
1574 struct lsof_data lsof; member
4888 #define TT this.lsof