Searched refs:f_pos (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_bo_vm.c408 loff_t *f_pos, bool write)
413 unsigned long dev_offset = (*f_pos >> PAGE_SHIFT);
449 page_offset = *f_pos & ~PAGE_MASK;
455 kmap_end = (*f_pos + count - 1) >> PAGE_SHIFT;
491 *f_pos += io_size;
500 char __user *rbuf, size_t count, loff_t *f_pos,
514 kmap_offset = (*f_pos >> PAGE_SHIFT);
518 page_offset = *f_pos & ~PAGE_MASK;
524 kmap_end = (*f_pos + count - 1) >> PAGE_SHIFT;
559 *f_pos
[all...]
H A Dttm_bo_api.h708 * @f_pos: Pointer to current file position.
722 size_t count, off_t *f_pos, bool write);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1225 int f_pos; local
1227 /* If possible use cached f_pos (in f->cached_pos),
1232 f_pos = f->cached_pos;
1239 f_pos = chain->idxmap[i];
1241 f_pos = ipfw_find_rule(chain, i, 0);
1245 f->cached_pos = f_pos;
1249 return (f_pos);
1259 int f_pos; local
1265 f_pos = chain->idxmap[num];
1267 return (f_pos);
1362 int f_pos = 0; /* index of current rule in the array */ local
[all...]
H A Dip_fw_dynamic.c133 uint32_t f_pos; /* cached rule index */ member in struct:dyn_data
1384 * lookup. Otherwise do lookup and update chain_id and f_pos.
1390 data->f_pos = ipfw_find_rule(&V_layer3_chain,
1405 * pointer to deleted rule and f_pos value
1411 * return such f_pos value, so after the state
1415 if (V_layer3_chain.map[data->f_pos] == rule) {
1417 info->f_pos = data->f_pos;
1421 * So, we return it, but f_pos need to be
1426 data->f_pos
[all...]
H A Dip_fw_private.h219 uint32_t f_pos; member in struct:ipfw_dyn_info
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dlint2.h150 pos_t f_pos; /* position of call */ member in struct:fcall
H A Dchk.c141 msg(0, hte->h_name, mkpos(&fcall->f_pos));
273 pos1, mkpos(&call->f_pos));
281 msg(4, hte->h_name, pos1, mkpos(&call->f_pos));
366 pos1p = &call1->f_pos;
402 msg(7, hte->h_name, pos1, mkpos(&call->f_pos));
584 msg(6, hte->h_name, n, pos1, mkpos(&call->f_pos));
1013 msg(13, hte->h_name, mkpos(&call->f_pos));
1021 msg(14, hte->h_name, n, mkpos(&call->f_pos));
1029 msg(15, hte->h_name, mkpos(&call->f_pos));
1037 msg(16, hte->h_name, mkpos(&call->f_pos));
[all...]
H A Dread.c277 STRUCT_ASSIGN(fcall->f_pos, *posp);
1155 if (call->f_pos.p_src != sym1->s_pos.p_src)
1211 if (call->f_pos.p_src == sym1->s_pos.p_src) {

Completed in 94 milliseconds