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

  /src/games/backgammon/common_source/
save.c 45 static const char confirm[] = "Are you sure you want to leave now?"; variable in typeref:typename:const char[]
71 writel(confirm);
  /src/usr.bin/fdformat/
fdformat.c 69 static int confirm(int);
74 confirm(int def) function in typeref:typename:int
277 if (!confirm(1))
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 3158 * nfsv4 open confirm service
3452 nfsquad_t clientid, confirm; local in function:nfsrvd_setclientid
3519 nd->nd_repstat = nfsrv_setclient(nd, &clp, &clientid, &confirm, p);
3543 *tl++ = confirm.lval[0];
3544 *tl = confirm.lval[1];
3562 * nfsv4 set client id confirm service
3571 nfsquad_t clientid, confirm; local in function:nfsrvd_setclientidcfrm
3584 confirm.lval[0] = *tl++;
3585 confirm.lval[1] = *tl;
3592 NULL, NULL, confirm, 0, nd, p)
3725 nfsquad_t clientid, confirm; local in function:nfsrvd_exchangeid
3855 nfsquad_t clientid, confirm; local in function:nfsrvd_createsession
    [all...]
  /src/usr.bin/ftp/
cmds.c 145 static int confirm(const char *, const char *);
156 * Confirm if "cmd" is to be performed upon "file".
160 confirm(const char *cmd, const char *file) function in typeref:typename:int
481 if (mflag && confirm(argv[0], cp)) {
490 if (confirm(argv[0], NULL)) {
505 if (mflag && confirm(argv[0], argv[i])) {
514 if (confirm(argv[0], NULL)) {
532 if (mflag && confirm(argv[0], *cpp)) {
542 if (confirm(argv[0], NULL)) {
667 if (confirm(cmd, NULL))
    [all...]
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 777 * V4 Open Confirm RPC.
818 * Do the setclientid and setclientid confirm RPCs. Called from nfs_statfs()
832 nfsquad_t confirm; local in function:nfsrpc_setclient
945 confirm.lval[0] = *tl++;
946 confirm.lval[1] = *tl;
951 * and confirm it.
958 *tl++ = confirm.lval[0];
959 *tl = confirm.lval[1];

Completed in 19 milliseconds