Home
last modified time | relevance | path

Searched defs:cg (Results 1 – 20 of 20) sorted by relevance

/titanic_44/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
279 int cg_cgx; /* we are the cgx'th cylinder group */ argument
280 short cg_ncyl; /* number of cyl's this cg */ argument
281 short cg_niblk; /* number of inode blocks this cg */ argument
282 int cg_ndblk; /* number of data blocks this cg */ argument
283 struct csum cg_cs; /* cylinder summary information */ argument
284 int cg_rotor; /* position of last used block */ argument
[all …]
/titanic_44/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
/titanic_44/usr/src/uts/common/sys/fs/
H A Dufs_fs.h437 struct cg { struct
438 uint32_t cg_link; /* NOT USED linked list of cyl groups */ argument
439 int32_t cg_magic; /* magic number */ argument
440 time32_t cg_time; /* time last written */ argument
441 int32_t cg_cgx; /* we are the cgx'th cylinder group */ argument
442 short cg_ncyl; /* number of cyl's this cg */ argument
443 short cg_niblk; /* number of inode blocks this cg */ argument
444 int32_t cg_ndblk; /* number of data blocks this cg */ argument
445 struct csum cg_cs; /* cylinder summary information */ argument
446 int32_t cg_rotor; /* position of last used block */ argument
[all …]
H A Dufs_trans.h303 #define TRANS_SI(ufsvfsp, fs, cg) \ argument
/titanic_44/usr/src/uts/common/fs/ufs/
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
845 hashalloc(struct inode *ip, int cg, long pref, int size, ulong_t (*allocator)()) in hashalloc()
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()
[all …]
H A Dufs_snap.c286 ulong_t cg; in ufs_snap_find_candidates() local
H A Dufs_subr.c1247 int error = 0, cg = 0; in ufs_construct_si() local
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/
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
H A Dinode.c1131 int cg; in allocino() local
1381 int cg; in freeino() local
H A Dsetup.c533 int cg = 0; in find_superblock() local
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2139 CacheGroup *cg; in CacheGroupForName() local
3431 CacheGroup *cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in BuildQuestion() local
3502 CacheGroup *cg; in ReconfirmAntecedents() local
3574 CacheGroup *cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in AccelerateThisQuery() local
3607 CacheGroup *cg; in SendQueries() local
3990 CacheGroup *cg = CacheGroupForName(m, slot, namehash, name); in CheckForSoonToExpireRecords() local
4163 mDNSlocal void CheckCacheExpiration(mDNS *const m, CacheGroup *cg) in CheckCacheExpiration()
4225 CacheGroup *cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in AnswerNewQuestion() local
4413 mDNSlocal CacheRecord *GetCacheRecord(mDNS *const m, CacheGroup *cg, mDNSu16 RDLength) in GetCacheRecord()
4432 CacheGroup *cg = (CacheGroup*)GetCacheEntity(m, mDNSNULL); in GetCacheGroup() local
[all …]
H A DDNSCommon.c438 CacheGroup *cg; in NumCacheRecordsForInterfaceID() local
H A Duds_daemon.c1175 CacheGroup *cg; in udsserver_info() local
H A DmDNSEmbeddedAPI.h1691 union CacheEntity_union { CacheEntity *next; CacheGroup cg; CacheRecord cr; }; member
/titanic_44/usr/src/uts/common/os/
H A Dcore.c85 core_log(struct core_globals *cg, int error, const char *why, const char *path, in core_log()
326 do_core(char *fp, int sig, enum core_types core_type, struct core_globals *cg) in do_core()
570 struct core_globals *cg, char **name) in dump_one_core()
/titanic_44/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c463 struct cg cg; in cg_walk_step() local
513 cg(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in cg() function
516 struct cg cg; in cg() local
/titanic_44/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c76 struct cg cg; member
/titanic_44/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c430 int cg, i; in chkquota() local
/titanic_44/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c3612 struct cg *cg; in fprnt() local
4683 printcg(struct cg *cg) in printcg()
4720 if (cg_blktot(cg)[i] == 0) in printcg() local
/titanic_44/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c448 struct cg cg; member