Searched refs:id_loc (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sbin/fsck_ffs/
H A Ddir.c117 idesc->id_loc = 0;
126 memmove(bp->b_un.b_buf + idesc->id_loc - dsize, dbuf,
150 if (idesc->id_loc % DIRBLKSIZ == 0 && idesc->id_filesize > 0 &&
151 idesc->id_loc < blksiz) {
152 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
159 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
167 idesc->id_loc += DIRBLKSIZ;
172 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz)
174 dploc = idesc->id_loc;
176 idesc->id_loc
[all...]
H A Dfsck.h235 int id_loc; /* for DATA nodes, current location in dir */ member in struct:inodesc
/freebsd-10-stable/contrib/gcc/
H A Dc-tree.h333 location_t id_loc; /* Currently only set for cdk_id. */ member in struct:c_declarator
H A Dc-decl.c5466 DECL_SOURCE_LOCATION (decl) = declarator->id_loc;
7746 ret->id_loc = input_location;
H A Dc-parser.c2516 inner->id_loc = c_parser_peek_token (parser)->location;
/freebsd-10-stable/contrib/gcc/cp/
H A Dcp-tree.h3776 location_t id_loc; /* Currently only set for cdk_id. */
3767 location_t id_loc; /* Currently only set for cdk_id. */ member in struct:cp_declarator
H A Dparser.c12370 declarator->id_loc = token->location;

Completed in 172 milliseconds