HomeSort by: relevance | last modified time | path
    Searched refs:f_pos (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/xlint/lint2/
lint2.h 146 pos_t f_pos; /* position of call */ member in struct:fcall
chk.c 149 msg(0, hte->h_name, mkpos(&fcall->f_pos));
279 mkpos(&def->s_pos), mkpos(&call->f_pos));
286 mkpos(&def->s_pos), mkpos(&call->f_pos));
371 pos1p = &call1->f_pos;
409 total_args(n, ap2), mkpos(&call->f_pos));
592 type_name(arg2), mkpos(&call->f_pos));
1024 msg(13, hte->h_name, mkpos(&call->f_pos));
1032 msg(14, hte->h_name, mkpos(&call->f_pos), n);
1040 msg(15, hte->h_name, mkpos(&call->f_pos));
1048 msg(16, hte->h_name, mkpos(&call->f_pos));
    [all...]
read.c 323 fcall->f_pos = pos;
1156 if (call->f_pos.p_src != sym1->s_pos.p_src)
1212 if (call->f_pos.p_src == sym1->s_pos.p_src) {
  /src/external/bsd/iscsi/dist/src/osd/
osdfs.c 803 int offset = filp->f_pos;
826 filp->f_pos = offset -= (((int)filp->private_data)-num_entries);
838 if (filldir(dirent, ".", 1, filp->f_pos++, ino, DT_DIR) < 0) {
847 if (filldir(dirent, "..", 2, filp->f_pos++, dentry->d_parent->d_inode->i_ino, DT_DIR) < 0) {
867 if (filldir(dirent, ptr, strlen(ptr), filp->f_pos++, ino, DT_UNKNOWN) < 0) {
  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_api.h 737 * @f_pos: Pointer to current file position.
750 size_t count, loff_t *f_pos, bool write);

Completed in 22 milliseconds