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

  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_test.c 10 CLIENT *cl2; variable
50 cl2 = clnt_create(server, PCNFSDPROG, PCNFSDV2, transport);
51 if(cl2 == NULL) {
123 rp = pcnfsd2_info_2(&a, cl2);
126 clnt_perror(cl2, server);
167 rp = pcnfsd2_auth_2(&a, cl2);
170 clnt_perror(cl2, server);
208 rp = pcnfsd2_pr_init_2(&a, cl2);
211 clnt_perror(cl2, server);
259 rp = pcnfsd2_pr_start_2(&a, cl2);
    [all...]
pcnfsd_test.c 10 CLIENT *cl2; variable
50 cl2 = clnt_create(server, PCNFSDPROG, PCNFSDV2, transport);
51 if(cl2 == NULL) {
123 rp = pcnfsd2_info_2(&a, cl2);
126 clnt_perror(cl2, server);
167 rp = pcnfsd2_auth_2(&a, cl2);
170 clnt_perror(cl2, server);
208 rp = pcnfsd2_pr_init_2(&a, cl2);
211 clnt_perror(cl2, server);
259 rp = pcnfsd2_pr_start_2(&a, cl2);
    [all...]
  /src/sys/arch/i386/i386/
multiboot.c 490 char *cl, *cl2, old; local
498 cl2 = cl;
500 while (*cl2 != '\0' && *cl2 != ' ') {
502 cl2++;
505 old = *cl2;
506 *cl2 = '\0';
508 *cl2 = old;
multiboot.c 490 char *cl, *cl2, old; local
498 cl2 = cl;
500 while (*cl2 != '\0' && *cl2 != ' ') {
502 cl2++;
505 old = *cl2;
506 *cl2 = '\0';
508 *cl2 = old;

Completed in 28 milliseconds