Lines Matching refs:n_bytes

363 		dump_static_object((const unsigned char *)nobj->n_bytes, nobj->n_len,
387 dump_static_object((unsigned char *)&fl->filehandle.n_bytes,
420 dest->oh.n_bytes = src->oh.n_bytes;
452 newfl->client.oh.n_bytes = malloc(lockowner->n_len);
453 if (newfl->client.oh.n_bytes == NULL) {
458 bcopy(lockowner->n_bytes, newfl->client.oh.n_bytes, lockowner->n_len);
460 newfl->filehandle.n_bytes = malloc(filehandle->n_len);
461 if (newfl->filehandle.n_bytes == NULL) {
462 free(newfl->client.oh.n_bytes);
467 bcopy(filehandle->n_bytes, newfl->filehandle.n_bytes, filehandle->n_len);
471 free(newfl->client.oh.n_bytes);
507 free(fl->client.oh.n_bytes);
508 free(fl->filehandle.n_bytes);
725 retval = !bcmp(n0->n_bytes, n1->n_bytes, n0->n_len);
791 if (bcmp(fl->filehandle.n_bytes, ifl->filehandle.n_bytes,
874 if (bcmp(fl->filehandle.n_bytes, ifl->filehandle.n_bytes,
1113 (bcmp(fl->filehandle.n_bytes, imf->filehandle.n_bytes,
1136 nmf->filehandle.n_bytes = malloc(fl->filehandle.n_len);
1137 if (nmf->filehandle.n_bytes == NULL) {
1146 free(nmf->filehandle.n_bytes);
1151 bcopy(fl->filehandle.n_bytes, fh.fh_data, fh.fh_len);
1160 free(nmf->filehandle.n_bytes);
1174 bcopy(fl->filehandle.n_bytes, nmf->filehandle.n_bytes, fl->filehandle.n_len);
1187 free(nmf->filehandle.n_bytes);
1220 (bcmp(fl->filehandle.n_bytes, imf->filehandle.n_bytes,
1245 free(imf->filehandle.n_bytes);
1295 if (bcmp(fl->filehandle.n_bytes, ifl->filehandle.n_bytes,
2191 test_fl.filehandle.n_bytes = lock->fh.n_bytes;
2304 fl.filehandle.n_bytes = lock->fh.n_bytes;
2752 res.cookie.n_bytes = (uint8_t*)&fl->granted_cookie;
2756 res.alock.fh.n_bytes = fl->filehandle.n_bytes;
2775 res.cookie.n_bytes = (uint8_t*)&fl->granted_cookie;
2779 res.alock.fh.n_bytes = fl->filehandle.n_bytes;
2822 bcopy(arg->cookie.n_bytes, &cookie, sizeof(cookie));
2876 (bcmp(shrarg->share.fh.n_bytes, shrfile->filehandle.n_bytes,
2888 bcopy(shrarg->share.fh.n_bytes, fh.fh_data, fh.fh_len);
2909 shrfile->filehandle.n_bytes = malloc(shrarg->share.fh.n_len);
2910 if (!shrfile->filehandle.n_bytes) {
2916 bcopy(shrarg->share.fh.n_bytes, shrfile->filehandle.n_bytes,
2956 free(shrfile->filehandle.n_bytes);
2963 sh->oh.n_bytes = malloc(sh->oh.n_len);
2964 if (!sh->oh.n_bytes) {
2970 free(shrfile->filehandle.n_bytes);
3008 (bcmp(shrarg->share.fh.n_bytes, shrfile->filehandle.n_bytes,
3038 free(sh->oh.n_bytes);
3046 free(shrfile->filehandle.n_bytes);
3124 free(ifs->oh.n_bytes);
3134 free(shrfile->filehandle.n_bytes);