Home
last modified time | relevance | path

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

/titanic_51/usr/src/boot/sys/ufs/ffs/
H A Dfs.h432 #define ACTIVECGNUM(fs, cg) ((fs)->fs_active[(cg) / (NBBY * sizeof(int))]) argument
433 #define ACTIVECGOFF(cg) ( argument
434 ACTIVESET(fs,cg) global() argument
438 ACTIVECLEAR(fs,cg) global() argument
473 struct cg { global() struct
474 cg_firstfieldcg global() argument
475 cg_magiccg global() argument
476 cg_old_timecg global() argument
477 cg_cgxcg global() argument
478 cg_old_ncylcg global() argument
479 cg_old_niblkcg global() argument
480 cg_ndblkcg global() argument
481 cg_cscg global() argument
482 cg_rotorcg global() argument
483 cg_frotorcg global() argument
484 cg_irotorcg global() argument
485 cg_frsumcg global() argument
486 cg_old_btotoffcg global() argument
487 cg_old_boffcg global() argument
488 cg_iusedoffcg global() argument
489 cg_freeoffcg global() argument
490 cg_nextfreeoffcg global() argument
491 cg_clustersumoffcg global() argument
492 cg_clusteroffcg global() argument
493 cg_nclusterblkscg global() argument
494 cg_niblkcg global() argument
495 cg_initediblkcg global() argument
496 cg_unrefscg global() argument
497 cg_sparecon32cg global() argument
498 cg_timecg global() argument
499 cg_sparecon64cg global() argument
500 cg_spacecg global() argument
[all...]
/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Dfs.h274 struct cg struct
276 int xxx1; /* struct cg *cg_link; */ 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
277 cg_magiccg global() argument
278 cg_timecg global() argument
279 cg_cgxcg global() argument
283 cg_cscg global() argument
284 cg_rotorcg global() argument
285 cg_frotorcg global() argument
286 cg_irotorcg global() argument
287 cg_frsumcg global() argument
288 cg_btotoffcg global() argument
289 cg_boffcg global() argument
290 cg_iusedoffcg global() argument
291 cg_freeoffcg global() argument
292 cg_nextfreeoffcg global() argument
293 cg_spareconcg global() argument
294 cg_spacecg global() argument
[all...]
/titanic_51/usr/src/uts/common/syscall/
H A Dcorectl.c174 struct core_globals *cg; in core_init_zone() local
195 struct core_globals *cg = arg; core_free_zone() local
212 struct core_globals *cg; init_core() local
246 struct core_globals *cg; corectl() local
539 struct core_globals *cg; set_core_defaults() local
[all...]
/titanic_51/usr/src/uts/common/sys/fs/
H A Dufs_fs.h437 struct cg { struct
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
438 cg_linkcg global() argument
439 cg_magiccg global() argument
440 cg_timecg global() argument
441 cg_cgxcg global() argument
445 cg_cscg global() argument
446 cg_rotorcg global() argument
447 cg_frotorcg global() argument
448 cg_irotorcg global() argument
449 cg_frsumcg global() argument
450 cg_btotoffcg global() argument
451 cg_boffcg global() argument
452 cg_iusedoffcg global() argument
453 cg_freeoffcg global() argument
454 cg_nextfreeoffcg global() argument
455 cg_spareconcg global() argument
456 cg_spacecg global() argument
[all...]
H A Dufs_trans.h303 #define TRANS_SI(ufsvfsp, fs, cg) \ argument
/titanic_51/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; dirpref() local
539 int cg; blkpref() local
631 int cg, bmap, bbase; free() local
778 int cg; ufs_ifree() local
845 hashalloc(struct inode * ip,int cg,long pref,int size,ulong_t (* allocator)()) hashalloc() argument
894 fragextend(struct inode * ip,int cg,long bprev,int osize,int nsize) fragextend() argument
975 alloccg(struct inode * ip,int cg,daddr_t bpref,int size) alloccg() argument
1291 ialloccg(struct inode * ip,int cg,daddr_t ipref,int mode) ialloccg() argument
1959 int cg, cgblks, savecg, savenblk, curnblk, startcg; contigpref() local
[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_51/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
[all...]
H A Dinode.c1131 int cg; in allocino() local
1381 int cg; freeino() local
[all...]
H A Dsetup.c533 int cg = 0; in find_superblock() local
[all...]
/titanic_51/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
[all...]
/titanic_51/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() argument
326 do_core(char *fp, int sig, enum core_types core_type, struct core_globals *cg) in do_core() argument
570 struct core_globals *cg, cha in dump_one_core() argument
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c343 CacheGroup *cg; in CacheGroupForName() local
2949 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in BuildQuestion() local
3020 CacheGroup *cg; ReconfirmAntecedents() local
3042 CacheGroup *const cg = CacheGroupForName(m, HashSlot(name), namehash, name); CacheHasAddressTypeForName() local
3052 CacheGroup *const cg = CacheGroupForName(m, HashSlot(&q->qname), q->qnamehash, &q->qname); FindSPSInCache1() local
3228 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); AccelerateThisQuery() local
3261 CacheGroup *cg; SendQueries() local
4015 CacheGroup *cg = CacheGroupForName(m, slot, namehash, name); CheckForSoonToExpireRecords() local
4305 CacheGroup *cg; ReleaseCacheRecord() local
4352 CheckCacheExpiration(mDNS * const m,const mDNSu32 slot,CacheGroup * const cg) CheckCacheExpiration() argument
4537 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); AnswerNewQuestion() local
4822 GetCacheRecord(mDNS * const m,CacheGroup * cg,mDNSu16 RDLength) GetCacheRecord() argument
4841 CacheGroup *cg = (CacheGroup*)GetCacheEntity(m, mDNSNULL); GetCacheGroup() local
6476 CacheGroup *cg; mDNSCoreMachineSleep() local
7000 CacheGroup *cg = CacheGroupForRecord(m, slot, pktrr); FindIdenticalRecordInCache() local
7289 CacheGroup *cg = CacheGroupForName(m, slot, pktq.qnamehash, &pktq.qname); ProcessQuery() local
7889 CacheGroup *cg = CacheGroupForName(m, slot, namehash, name); ExpectingMulticastResponseForRecord() local
7930 CreateNewCacheEntry(mDNS * const m,const mDNSu32 slot,CacheGroup * cg,mDNSs32 delay,mDNSBool Add,const mDNSAddr * sourceAddress) CreateNewCacheEntry() argument
8027 CacheGroup *cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); GrantCacheExtensions() local
8241 CacheGroup *cg = CacheGroupForName(m, slot, q.qnamehash, &q.qname); mDNSCoreReceiveNoUnicastAnswers() local
8498 mDNSCoreReceiveCacheCheck(mDNS * const m,const DNSMessage * const response,uDNS_LLQType LLQType,const mDNSu32 slot,CacheGroup * cg,DNSQuestion * unicastQuestion,CacheRecord *** cfp,CacheRecord ** NSECCachePtr,mDNSInterfaceID InterfaceID) mDNSCoreReceiveCacheCheck() argument
8678 CacheGroup *cg; mDNSParseNSEC3Records() local
8833 CacheGroup *cg = CacheGroupForName(m, slot, q.qnamehash, &q.qname); mDNSCoreReceiveResponse() local
9189 CacheGroup *cg = CacheGroupForRecord(m, slot, &m->rec.r.resrec); mDNSCoreReceiveResponse() local
9303 const CacheGroup *cg = CacheGroupForRecord(m, slot, &r1->resrec); mDNSCoreReceiveResponse() local
11067 CacheGroup *cg; CacheRecordRmvEventsForCurrentQuestion() local
11772 CacheGroup *cg = CacheGroupForName(m, slot, question->qnamehash, &question->qname); mDNS_StopQuery_internal() local
11956 CacheGroup *const cg = CacheGroupForName(m, slot, question->qnamehash, &question->qname); mDNS_StopQueryWithRemoves() local
13019 CacheGroup *cg; mDNS_DeregisterInterface() local
13081 CacheGroup *cg; mDNS_DeregisterInterface() local
14438 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); mDNS_PurgeForQuestion() local
14474 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); CheckForDNSSECRecords() local
14498 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); mDNS_CheckForCacheRecord() local
14571 CacheGroup *cg; uDNS_SetupDNSConfig() local
15058 CacheGroup *cg = m->rrcache_hash[slot]; mDNS_FinalExit() local
[all...]
H A DuDNS.c4855 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in uDNS_CheckCurrentQuestion() local
5730 CacheGroup *cg; in FlushAddressCacheRecords() local
H A DDNSCommon.c163 CacheGroup *cg; in NumCacheRecordsForInterfaceID() local
H A Duds_daemon.c5721 const CacheGroup *cg; in udsserver_info() local
H A DmDNSEmbeddedAPI.h1694 union CacheEntity_union { CacheEntity *next; CacheGroup cg; CacheRecord cr; }; member
/titanic_51/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c76 struct cg cg; member
/titanic_51/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c430 int cg, i; in chkquota() local
/titanic_51/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c3612 struct cg *cg; in fprnt() local
4683 printcg(struct cg * cg) printcg() argument
4720 if (cg_blktot(cg)[i] == 0) printcg() local
[all...]
/titanic_51/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c448 struct cg cg; member
[all...]