| /src/usr.bin/make/ |
| make.c | 221 GNode_UpdateYoungestChild(GNode *gn, GNode *cgn) 223 if (gn->youngestChild == NULL || cgn->mtime > gn->youngestChild->mtime) 224 gn->youngestChild = cgn; 389 GNode *cgn = ln->datum; local 391 /* This may also update cgn->path. */ 392 Dir_UpdateMTime(cgn, false); 393 GNode_UpdateYoungestChild(pgn, cgn); 408 * cgn The source node, which is either a .USE/.USEBEFORE 413 Make_HandleUse(GNode *cgn, GNode *pgn) 418 if (!(cgn->type & (OP_USE | OP_USEBEFORE | OP_TRANSFORM))) 1342 GNode *cgn = ln->datum; local 1372 GNode *cgn = ln->datum; local [all...] |
| suff.c | 1206 GNode *cgn = cln->datum; local 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 1326 if (!Lst_IsEmpty(&cgn->order_pred) || !Lst_IsEmpty(&cgn->order_succ)) 1330 if (cgn->type & OP_WAIT [all...] |
| compat.c | 510 GNode *cgn = ln->datum; local 511 Compat_Make(cgn, pgn);
|
| parse.c | 681 LinkSource(GNode *pgn, GNode *cgn, bool isSpecial) 686 Lst_Append(&pgn->children, cgn); 694 Lst_Append(&cgn->parents, pgn); 698 pgn->name, cgn->name); 700 Targ_PrintNode(cgn, 0);
|
| /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 714 uint32_t cgn; \/* cg number of cg hand points into *\/ local 757 uint32_t cgn; \/* cg number of cg hand points into *\/ local 793 int cgn; local 806 int cgn; local 830 int cgn; \/* cg number, used when shrinking *\/ local [all...] |