Searched refs:pnt (Results 1 - 2 of 2) sorted by path

/linux-master/fs/isofs/
H A Drock.c699 unsigned char *pnt; local
717 pnt = (unsigned char *)bh->b_data + offset;
719 raw_de = (struct iso_directory_record *)pnt;
724 if (offset + *pnt > bufsize)
/linux-master/kernel/
H A Dprofile.c358 char *pnt; local
373 pnt = (char *)prof_buffer + p - sizeof(atomic_t);
374 if (copy_to_user(buf, (void *)pnt, count))

Completed in 256 milliseconds