Searched defs:highest (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddisk.c684 * Get the highest available partition number on \p disk.
690 int highest = -1; local
696 if (walk->num > highest)
697 highest = walk->num;
700 return highest;
704 * Get the highest supported partition number on \p disk.
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddaemon.c306 int highest = -1; local
325 if (Daemons[idx].d_socket > highest)
326 highest = Daemons[idx].d_socket;
335 if (ControlSocket > highest)
336 highest = ControlSocket;
344 t = select(highest + 1, FDSET_CAST &readfds,

Completed in 23 milliseconds