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

/freebsd-10.0-release/sbin/fsck_ffs/
H A Ddir.c123 idesc->id_loc = 0;
132 memmove(bp->b_un.b_buf + idesc->id_loc - dsize, dbuf,
155 if (idesc->id_loc % DIRBLKSIZ == 0 && idesc->id_filesize > 0 &&
156 idesc->id_loc < blksiz) {
157 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
164 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
172 idesc->id_loc += DIRBLKSIZ;
177 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz)
179 dploc = idesc->id_loc;
181 idesc->id_loc
[all...]
H A Dfsck.h235 int id_loc; /* for DATA nodes, current location in dir */ member in struct:inodesc
/freebsd-10.0-release/contrib/gcc/
H A Dc-tree.h327 location_t id_loc; /* Currently only set for cdk_id. */ member in struct:c_declarator
H A Dc-decl.c4938 DECL_SOURCE_LOCATION (decl) = declarator->id_loc;
7208 ret->id_loc = input_location;
H A Dc-parser.c2337 inner->id_loc = c_parser_peek_token (parser)->location;
/freebsd-10.0-release/contrib/gcc/cp/
H A Dcp-tree.h3734 location_t id_loc; /* Currently only set for cdk_id. */
3725 location_t id_loc; /* Currently only set for cdk_id. */ member in struct:cp_declarator
H A Dparser.c11865 declarator->id_loc = token->location;

Completed in 286 milliseconds