Lines Matching refs:dirent
163 void nubus_get_rsrc_mem(void *dest, const struct nubus_dirent *dirent,
167 unsigned char *p = nubus_dirptr(dirent);
170 *t++ = nubus_get_rom(&p, 1, dirent->mask);
176 unsigned int nubus_get_rsrc_str(char *dest, const struct nubus_dirent *dirent,
180 unsigned char *p = nubus_dirptr(dirent);
183 unsigned char c = nubus_get_rom(&p, 1, dirent->mask);
197 const struct nubus_dirent *dirent,
202 unsigned char *p = nubus_dirptr(dirent);
210 dirent->mask);
216 seq_putc(m, nubus_get_rom(&p, 1, dirent->mask));