Home
last modified time | relevance | path

Searched defs:cg (Results 1 – 23 of 23) sorted by last modified time

/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h434 #define ACTIVESET(fs, cg) do { \ argument
438 #define ACTIVECLEAR(fs, cg) do { \ argument
473 struct cg { struct
475 int32_t cg_magic; /* magic number */ argument
476 int32_t cg_old_time; /* time last written */ argument
478 int16_t cg_old_ncyl; /* number of cyl's this cg */ argument
482 u_int32_t cg_rotor; /* position of last used block */ argument
483 u_int32_t cg_frotor; /* position of last used frag */ argument
488 u_int32_t cg_iusedoff; /* (u_int8) used inode map */ argument
489 u_int32_t cg_freeoff; /* (u_int8) free block map */ argument
[all …]
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c74 struct cg cg; member
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h435 struct cg { struct
437 int32_t cg_magic; /* magic number */ argument
438 time32_t cg_time; /* time last written */ argument
440 short cg_ncyl; /* number of cyl's this cg */ argument
441 short cg_niblk; /* number of inode blocks this cg */ argument
444 int32_t cg_rotor; /* position of last used block */ argument
445 int32_t cg_frotor; /* position of last used frag */ argument
446 int32_t cg_irotor; /* position of last used inode */ argument
449 int32_t cg_boff; /* (short) free block positions */ argument
450 int32_t cg_iusedoff; /* (char) used inode map */ argument
[all …]
H A Dufs_trans.h303 #define TRANS_SI(ufsvfsp, fs, cg) \ argument
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_snap.c284 ulong_t cg; in ufs_snap_find_candidates() local
H A Dufs_subr.c1247 int error = 0, cg = 0; in ufs_construct_si() local
H A Dufs_alloc.c110 int cg; in alloc() local
188 int cg, request; in realloccg() local
299 int cg; in ufs_ialloc() local
477 int cg, minndir, mincg, avgifree, mininode, minbpg, ifree; in dirpref() local
539 int cg; in blkpref() local
631 int cg, bmap, bbase; in free() local
778 int cg; in ufs_ifree() local
894 fragextend(struct inode *ip, int cg, long bprev, int osize, int nsize) in fragextend()
975 alloccg(struct inode *ip, int cg, daddr_t bpref, int size) in alloccg()
1291 ialloccg(struct inode *ip, int cg, daddr_t ipref, int mode) in ialloccg()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dcore.c86 core_log(struct core_globals *cg, int error, const char *why, const char *path, in core_log()
327 do_core(char *fp, int sig, enum core_types core_type, struct core_globals *cg) in do_core()
571 struct core_globals *cg, char **name) in dump_one_core()
/illumos-gate/usr/src/uts/intel/os/
H A Dsmt.c588 group_t *cg = &pg->cmt_pg.pghw_pg.pg_cpus; in smt_find_sibling() local
/illumos-gate/usr/src/uts/common/syscall/
H A Dcorectl.c174 struct core_globals *cg; in core_init_zone() local
195 struct core_globals *cg = arg; in core_free_zone() local
212 struct core_globals *cg; in init_core() local
246 struct core_globals *cg; in corectl() local
539 struct core_globals *cg; in set_core_defaults() local
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h274 struct cg struct
276 int xxx1; /* struct cg *cg_link; */ argument
277 int cg_magic; /* magic number */ argument
278 mach_time_t cg_time; /* time last written */ argument
280 short cg_ncyl; /* number of cyl's this cg */ argument
284 int cg_rotor; /* position of last used block */ argument
285 int cg_frotor; /* position of last used frag */ argument
286 int cg_irotor; /* position of last used inode */ argument
289 int cg_boff; /* (short) free block positions */ argument
290 int cg_iusedoff; /* (char) used inode map */ argument
[all …]
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c5790 const CacheGroup *cg; in udsserver_info_dump_to_fd() local
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.c4688 CacheGroup *const cg = CacheGroupForName(m, q->qnamehash, &q->qname); in uDNS_CheckCurrentQuestion() local
5576 CacheGroup *cg; in FlushAddressCacheRecords() local
5717 CacheGroup *cg = CacheGroupForName(m, mrr->namehash, mrr->name); in DNSPushProcessResponse() local
5758 CacheGroup *cg = CacheGroupForName(m, mrr->namehash, mrr->name); in DNSPushProcessResponse() local
H A DmDNSEmbeddedAPI.h1595 union CacheEntity_union { CacheEntity *next; CacheGroup cg; CacheRecord cr; }; member
H A DmDNS.c240 CacheGroup *cg; in mDNS_ValidateLists() local
465 CacheGroup *cg; in CacheGroupForName() local
3368 const CacheGroup *cg; in ReconfirmAntecedents() local
3609 CacheGroup *cg; in SendQueries() local
4715 CacheGroup *cg; in ReleaseCacheRecord() local
6981 CacheGroup *cg; in mDNSCoreMachineSleep() local
8476 CacheGroup *cg; in mDNSCoreReceiveNoUnicastAnswers() local
11430 CacheGroup *cg; in CacheRecordRmvEventsForCurrentQuestion() local
13304 CacheGroup *cg; in mDNS_DeregisterInterface() local
13414 CacheGroup *cg; in mDNS_DeregisterInterface() local
[all …]
H A DDNSCommon.c182 CacheGroup *cg; in NumCacheRecordsForInterfaceID() local
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c462 struct cg cg; in cg_walk_step() local
512 cg(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in cg() function
515 struct cg cg; in cg() local
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c543 int cg = 0; in find_superblock() local
H A Dinode.c1137 int cg; in allocino() local
1387 int cg; in freeino() local
H A Dpass5.c51 struct cg *cg = &cgrp; in pass5() local
61 struct cg cg; /* the rest of buf has the bitmaps */ in pass5() member
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c3602 struct cg *cg; in fprnt() local
4673 printcg(struct cg *cg) in printcg()
4710 if (cg_blktot(cg)[i] == 0) in printcg() local
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c453 struct cg cg; member
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c428 int cg, i; in chkquota() local