Searched refs:confirm (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dssh-add.c83 /* User has to confirm key use */
84 static int confirm = 0; variable
234 confirm)) {
240 if (confirm != 0)
242 "The user must confirm each use of the key\n");
273 lifetime, confirm)) {
281 if (confirm != 0)
282 fprintf(stderr, "The user must confirm each use of the key\n");
302 if (ssh_update_card(ac, add, id, pin, lifetime, confirm)) {
449 confirm
[all...]
H A Dauthfd.c539 const char *comment, u_int life, u_int confirm)
542 int type, constrained = (life || confirm);
577 if (confirm != 0)
631 const char *reader_id, const char *pin, u_int life, u_int confirm)
634 int type, constrained = (life || confirm);
653 if (confirm != 0)
538 ssh_add_identity_constrained(AuthenticationConnection *auth, Key *key, const char *comment, u_int life, u_int confirm) argument
630 ssh_update_card(AuthenticationConnection *auth, int add, const char *reader_id, const char *pin, u_int life, u_int confirm) argument
H A Dssh-agent.c111 u_int confirm; member in struct:identity
293 if (id != NULL && (!id->confirm || confirm_key(id) == 0)) {
355 if (id != NULL && (!id->confirm || confirm_key(id) == 0))
486 int type, success = 0, confirm = 0; local
644 confirm = 1;
669 id->confirm = confirm;
723 int i, type, version, count = 0, success = 0, confirm = 0; local
738 confirm = 1;
760 id->confirm
[all...]
H A Dsshconnect.c625 confirm(const char *prompt) function
928 if (!confirm(msg))
1121 if (!confirm(msg))
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h65 int confirm (char *, char *);
H A Dcmds.c431 if (confirm("Continue with", mname)) {
469 if (mflag && confirm(argv[0], cp)) {
501 if (confirm("Continue with","mput")) {
518 if (mflag && confirm(argv[0], argv[i])) {
528 if (confirm("Continue with","mput")) {
545 if (mflag && confirm(argv[0], *cpp)) {
555 if (confirm("Continue with","mput")) {
737 if (mflag && confirm(argv[0], cp)) {
757 if (confirm("Continue with","mget")) {
1115 if (mflag && confirm(arg
1535 confirm(char *cmd, char *file) function
[all...]
/freebsd-10.0-release/usr.sbin/fdformat/
H A Dfdformat.c146 int format, fill, quiet, verify, verify_only, confirm; local
152 format = quiet = verify_only = confirm = 0;
194 case 'y': /* confirm */
195 confirm = 1;
284 else if(!quiet && !confirm) {
/freebsd-10.0-release/contrib/tnftp/src/
H A Dcmds.c151 static int confirm(const char *, const char *);
166 confirm(const char *cmd, const char *file) function
487 if (mflag && confirm(argv[0], cp)) {
496 if (confirm(argv[0], NULL)) {
511 if (mflag && confirm(argv[0], argv[i])) {
520 if (confirm(argv[0], NULL)) {
538 if (mflag && confirm(argv[0], *cpp)) {
548 if (confirm(argv[0], NULL)) {
670 if (confirm(cmd, NULL)) {
726 if (!confirm(arg
[all...]
/freebsd-10.0-release/sys/dev/ixgb/
H A DREADME163 To confirm an interface's MTU value, use the ifconfig command. To confirm
/freebsd-10.0-release/sys/dev/mxge/
H A Dif_mxge.c793 volatile uint32_t *confirm; local
801 confirm = (volatile uint32_t *)sc->cmd;
802 *confirm = 0;
812 buf[0] = htobe32(dma_high); /* confirm addr MSW */
813 buf[1] = htobe32(dma_low); /* confirm addr LSW */
814 buf[2] = htobe32(0xffffffff); /* confirm data */
829 while (*confirm != 0xffffffff && i < 20) {
833 if (*confirm != 0xffffffff) {
835 (enable ? "enable" : "disable"), confirm,
836 *confirm);
966 volatile uint32_t *confirm; local
[all...]
/freebsd-10.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c3022 * nfsv4 open confirm service
3291 nfsquad_t clientid, confirm; local
3353 nd->nd_repstat = nfsrv_setclient(nd, &clp, &clientid, &confirm, p);
3376 *tl++ = confirm.lval[0];
3377 *tl = confirm.lval[1];
3394 * nfsv4 set client id confirm service
3403 nfsquad_t clientid, confirm; local
3412 confirm.lval[0] = *tl++;
3413 confirm.lval[1] = *tl;
3420 NULL, confirm, n
[all...]
H A Dnfs_nfsdstate.c406 * Check to see if the client id exists and optionally confirm it.
410 nfsquad_t confirm, struct nfsrv_descript *nd, NFSPROC_T *p)
473 if (clp->lc_confirm.qval != confirm.qval)
2859 * Open update. Does the confirm, downgrade and close.
2915 * If a client tries to confirm an Open with a bad
2944 printf("Nfsv4d: stray open confirm\n");
4080 * did a setclientid/confirm and any previous
409 nfsrv_getclient(nfsquad_t clientid, int opflags, struct nfsclient **clpp, nfsquad_t confirm, struct nfsrv_descript *nd, NFSPROC_T *p) argument
/freebsd-10.0-release/sbin/camcontrol/
H A Dcamcontrol.c2524 int error, confirm, quiet, c, action, actions, setpwd, persist; local
2530 confirm = 0;
2583 confirm++;
2654 if (confirm == 0 &&
2721 int error, confirm, quiet, c, action, actions, setpwd; local
2728 confirm = 0;
2817 confirm++;
2873 /* confirm we can erase before setting the password if erasing */
2874 if (confirm == 0 &&
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c805 * Do the setclientid and setclientid confirm RPCs. Called from nfs_statfs()
819 nfsquad_t confirm; local
931 confirm.lval[0] = *tl++;
932 confirm.lval[1] = *tl;
937 * and confirm it.
944 *tl++ = confirm.lval[0];
945 *tl = confirm.lval[1];

Completed in 253 milliseconds