Searched refs:minor1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.ddi_pathname.d34 this->minor1 =
41 this->minor1->d_minor.dev = 0;
42 this->minor1->next = this->minor2;
48 this->minor3->next = this->minor1;
50 this->dev->devi_minor = this->minor1;
/freebsd-10.0-release/crypto/openssh/
H A Dsshconnect.c469 send_client_banner(int connection_out, int minor1) argument
474 compat20 ? PROTOCOL_MINOR_2 : minor1,
496 int minor1 = PROTOCOL_MINOR_1, client_banner_sent = 0; local
597 minor1 = 3;
619 send_client_banner(connection_out, minor1);

Completed in 173 milliseconds