Searched refs:cg (Results 51 - 66 of 66) sorted by relevance

123

/freebsd-11-stable/sbin/growfs/
H A Dgrowfs.c102 struct cg cg; member in union:__anon7041
105 #define acg cgun1.cg /* a cylinder cgroup (new) */
106 #define aocg cgun2.cg /* an old cylinder group */
489 DBG_DUMP_CG(&sblock, "new cg", &acg);
576 DBG_DUMP_CG(&sblock, "old joining cg", &aocg);
595 DBG_DUMP_CG(&sblock, "new joining cg", &acg);
777 DBG_DUMP_CG(&sblock, "new joining cg", &acg);
828 DBG_DUMP_CG(&sblock, "old summary cg", &aocg);
969 DBG_DUMP_CG(&sblock, "old summary cg",
[all...]
/freebsd-11-stable/sys/dev/nand/
H A Dnand_generic.c1039 struct chip_geom *cg = &chip->chip_geom; local
1041 return (NANDBUS_GET_ECC(device_get_parent(dev), buf, cg->page_size,
1049 struct chip_geom *cg = &chip->chip_geom; local
1052 cg->page_size, readecc, calcecc));
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_subr.c297 struct cg *cgp;
H A Dffs_vfsops.c1861 struct cg *cgp;
1864 u_int cg; local
1879 cg = ino_to_cg(fs, ino);
1880 error = bread(ump->um_devvp, fsbtodb(fs, cgtod(fs, cg)),
1884 cgp = (struct cg *)bp->b_data;
1885 if (!cg_chkmagic(cgp) || ino >= cg * fs->fs_ipg + cgp->cg_initediblk) {
2165 KASSERT(buf_mapped(bp), ("Unmapped cg"));
H A Dffs_softdep.c762 static int jnewblk_rollforward(struct jnewblk *, struct fs *, struct cg *,
796 static int jnewblk_rollback(struct jnewblk *, struct fs *, struct cg *,
891 int cg, struct bmsafemap *);
2465 struct cg *cgp;
2548 cgp = (struct cg *)bp->b_data;
5102 struct cg *cgp;
5107 cgp = (struct cg *)bp->b_data;
5145 #define BMSAFEMAP_HASH(ump, cg) \
5146 (&(ump)->bmsafemap_hashtbl[(cg) & (ump)->bmsafemap_hash_size])
5149 bmsafemap_find(bmsafemaphd, cg, bmsafemap
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp601 unsigned cg, DomTreeNode *n, DomTreeNode::iterator child,
603 : CurrentGeneration(cg), ChildGeneration(cg), Node(n), ChildIter(child),
599 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, InvariantHTType &AvailableInvariants, CallHTType &AvailableCalls, unsigned cg, DomTreeNode *n, DomTreeNode::iterator child, DomTreeNode::iterator end) argument
/freebsd-11-stable/sbin/tunefs/
H A Dtunefs.c586 struct cg *cgp;
596 * If we failed to allocate a block from this cg, move to
600 warn("Failed to write updated cg");
850 warn("Failed to write updated cg");
856 warn("Failed to write cg");
945 struct cg *cgp;
988 * Find a cg with enough blocks to satisfy the journal
997 printf("Using inode %ju in cg %d for %jd byte journal\n",
1071 warn("Failed to write updated cg");
/freebsd-11-stable/sys/net80211/
H A Dieee80211_scan_sta.c461 struct ieee80211_channel *c, *cg; local
483 if ((cg = find11gchannel(ic, i, c->ic_freq)) != NULL)
484 c = cg;
/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass1.c65 struct cg *cgp;
/freebsd-11-stable/targets/pseudo/tests/
H A DMakefile.depend46 cddl/usr.sbin/dtrace/tests/common/cg \
/freebsd-11-stable/contrib/file/
H A Dconfig.guess105 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
106 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } ||
/freebsd-11-stable/contrib/unbound/
H A Dconfig.guess107 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
108 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } ||
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c446 struct cg *cgp;
/freebsd-11-stable/sys/dev/fb/
H A Dvga.c1956 static u_char cg[] = { 0x00, 0x05, 0x0a, 0x0f, 0x30, 0x35, 0x3a, 0x3f }; local
1964 outb(TSIDX, 0x03); outb(TSREG, cg[page]);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c528 /* cgrs[0] is the portal mask for its cg's, cgrs[1] is the
529 previous state of cg's */
534 /* keep only cg's that are registered for this portal */
536 /* handle only cg's that changed their state from previous exception */
583 rejectedFrameInfo.cg.cgId = (uint8_t)p_FqErn->cgr_groupid;
587 rejectedFrameInfo.cg.cgId = (uint8_t)p_FqErn->cgr_groupid;
591 rejectedFrameInfo.cg.cgId = (uint8_t)p_FqErn->cgr_groupid;
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c64029 } cg; member in union:vdbeExecUnion
[all...]

Completed in 399 milliseconds

123