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

/freebsd-9.3-release/crypto/openssh/
H A Dssh-add.c84 /* User has to confirm key use */
85 static int confirm = 0; variable
235 confirm)) {
241 if (confirm != 0)
243 "The user must confirm each use of the key\n");
274 lifetime, confirm)) {
282 if (confirm != 0)
283 fprintf(stderr, "The user must confirm each use of the key\n");
306 lifetime, confirm)) {
453 confirm
[all...]
H A Dauthfd.c488 const char *comment, u_int life, u_int confirm)
491 int type, constrained = (life || confirm);
528 if (confirm != 0)
580 const char *reader_id, const char *pin, u_int life, u_int confirm)
583 int type, constrained = (life || confirm);
602 if (confirm != 0)
487 ssh_add_identity_constrained(AuthenticationConnection *auth, Key *key, const char *comment, u_int life, u_int confirm) argument
579 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.c112 u_int confirm; member in struct:identity
294 if (id != NULL && (!id->confirm || confirm_key(id) == 0)) {
358 if (id != NULL && (!id->confirm || confirm_key(id) == 0))
489 int type, success = 0, confirm = 0; local
536 confirm = 1;
561 id->confirm = confirm;
615 int i, type, version, count = 0, success = 0, confirm = 0; local
630 confirm = 1;
652 id->confirm
[all...]
H A Dsshconnect.c709 confirm(const char *prompt) function
1012 if (!confirm(msg))
1205 if (!confirm(msg))
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/sys/dev/ixgb/
H A DREADME163 To confirm an interface's MTU value, use the ifconfig command. To confirm
/freebsd-9.3-release/sys/dev/mxge/
H A Dif_mxge.c792 volatile uint32_t *confirm; local
800 confirm = (volatile uint32_t *)sc->cmd;
801 *confirm = 0;
811 buf[0] = htobe32(dma_high); /* confirm addr MSW */
812 buf[1] = htobe32(dma_low); /* confirm addr LSW */
813 buf[2] = htobe32(0xffffffff); /* confirm data */
828 while (*confirm != 0xffffffff && i < 20) {
832 if (*confirm != 0xffffffff) {
834 (enable ? "enable" : "disable"), confirm,
835 *confirm);
965 volatile uint32_t *confirm; local
[all...]
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c3015 * nfsv4 open confirm service
3284 nfsquad_t clientid, confirm; local
3346 nd->nd_repstat = nfsrv_setclient(nd, &clp, &clientid, &confirm, p);
3369 *tl++ = confirm.lval[0];
3370 *tl = confirm.lval[1];
3387 * nfsv4 set client id confirm service
3396 nfsquad_t clientid, confirm; local
3405 confirm.lval[0] = *tl++;
3406 confirm.lval[1] = *tl;
3413 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");
4078 * 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-9.3-release/sbin/camcontrol/
H A Dcamcontrol.c2551 int error, confirm, quiet, c, action, actions, setpwd, persist; local
2557 confirm = 0;
2610 confirm++;
2681 if (confirm == 0 &&
2748 int error, confirm, quiet, c, action, actions, setpwd; local
2755 confirm = 0;
2844 confirm++;
2900 /* confirm we can erase before setting the password if erasing */
2901 if (confirm == 0 &&
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c756 * Do the setclientid and setclientid confirm RPCs. Called from nfs_statfs()
770 nfsquad_t confirm; local
837 confirm.lval[0] = *tl++;
838 confirm.lval[1] = *tl;
843 * and confirm it.
849 *tl++ = confirm.lval[0];
850 *tl = confirm.lval[1];

Completed in 293 milliseconds