/src/usr.bin/make/ |
compat.c | 510 GNode *cgn = ln->datum; local in function:MakeNodes 511 Compat_Make(cgn, pgn);
|
make.c | 220 GNode_UpdateYoungestChild(GNode *gn, GNode *cgn) 222 if (gn->youngestChild == NULL || cgn->mtime > gn->youngestChild->mtime) 223 gn->youngestChild = cgn; 388 GNode *cgn = ln->datum; local in function:PretendAllChildrenAreMade 390 /* This may also update cgn->path. */ 391 Dir_UpdateMTime(cgn, false); 392 GNode_UpdateYoungestChild(pgn, cgn); 407 * cgn The source node, which is either a .USE/.USEBEFORE 412 Make_HandleUse(GNode *cgn, GNode *pgn) 417 if (!(cgn->type & (OP_USE | OP_USEBEFORE | OP_TRANSFORM))) 1341 GNode *cgn = ln->datum; local in function:Make_ProcessWait 1371 GNode *cgn = ln->datum; local in function:Make_ProcessWait [all...] |
suff.c | 1206 GNode *cgn = cln->datum; local in function:ExpandWildcards 1209 if (!Dir_HasWildcards(cgn->name)) 1214 SearchPath_Expand(Suff_FindPath(cgn), cgn->name, &expansions); 1243 Lst_Remove(&cgn->parents, Lst_FindDatum(&cgn->parents, pgn)); 1323 GNode *cgn = cln->datum; local in function:ExpandChildren 1326 if (!Lst_IsEmpty(&cgn->order_pred) || !Lst_IsEmpty(&cgn->order_succ)) 1330 if (cgn->type & OP_WAIT [all...] |
/src/sbin/resize_ffs/ |
resize_ffs.c | 463 initcg(uint32_t cgn) 474 cg = cgs[cgn]; 476 base = cgbase(newsb, cgn); 477 dlow = cgsblock(newsb, cgn) - base; 478 dhigh = cgdmin(newsb, cgn) - base; 493 cg->cg_cgx = cgn; 511 if (cgn == newsb->fs_ncg - 1) { 618 csums[cgn] = cg->cg_cs; 624 writeat(FFS_FSBTODB(newsb, cgimin(newsb, cgn)), zinodes2, 628 writeat(FFS_FSBTODB(newsb, cgimin(newsb, cgn)), zinodes1 661 uint32_t cgn; \/* number of cg hand currently points into *\/ local in function:find_freespace 714 uint32_t cgn; \/* cg number of cg hand points into *\/ local in function:find_freeblock 757 uint32_t cgn; \/* cg number of cg hand points into *\/ local in function:find_freeinode 793 int cgn; local in function:free_frag 806 int cgn; local in function:alloc_frag 830 int cgn; \/* cg number, used when shrinking *\/ local in function:csum_fixup [all...] |