HomeSort by: relevance | last modified time | path
    Searched defs:oactive (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/btpand/
btpand.h 67 bool oactive; member in struct:channel
  /src/crypto/external/bsd/openssh/dist/
sshd.c 927 int oactive = -1, listening = 0, lameduck = 0; local
982 if (oactive != children_active) {
986 oactive = children_active;
readconf.c 1182 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; local
2213 oactive = *activep;
2218 oactive ? "" : " (parse only)");
2222 (oactive ? 0 : SSHCONF_NEVERMATCH),
2236 *activep = oactive;
servconf.c 1464 int cmdline = 0, *intptr, value, value2, value3, n, port, oactive, r; local
2512 oactive = *activep;
2523 ? SSHCFG_MATCH_ONLY : (oactive
2528 *activep = oactive;
2570 ? SSHCFG_MATCH_ONLY : (oactive
2573 *activep = oactive;

Completed in 55 milliseconds