Lines Matching defs:ptr
251 uint32_t *ptr = NULL;
270 ptr = (uint32_t *)&nmp->nm_msgbuffer.lookup.lookup;
275 *ptr++ = txdr_unsigned(fhandle->length);
278 memcpy(ptr, &fhandle->handle, fhandle->length);
280 ptr += uint32_increment(fhandle->length);
284 *ptr++ = txdr_unsigned(namelen);
287 memcpy(ptr, filename, namelen);
308 ptr = (uint32_t *)&((struct rpc_reply_lookup *)nmp->nm_iobuffer)->lookup;
312 value = *ptr++;
323 memcpy(&fhandle->handle, ptr, value);
324 ptr += uint32_increment(value);
330 value = *ptr++;
335 memcpy(obj_attributes, ptr, sizeof(struct nfs_fattr));
338 ptr += uint32_increment(sizeof(struct nfs_fattr));
345 value = *ptr++;
348 memcpy(dir_attributes, ptr, sizeof(struct nfs_fattr));