Home
last modified time | relevance | path

Searched refs:ncmp (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bboard.c203 int ncmp = 0; in x86pi_bb_getchips() local
210 return (ncmp); in x86pi_bb_getchips()
218 ncmp++; in x86pi_bb_getchips()
233 if (ncmp != stypes[SMB_TYPE_PROCESSOR].count) in x86pi_bb_getchips()
234 ncmp = stypes[SMB_TYPE_PROCESSOR].count; in x86pi_bb_getchips()
236 if (ncmp == 0) { in x86pi_bb_getchips()
244 return (ncmp); in x86pi_bb_getchips()
H A Dx86pi.c251 int nch, nbb, ncmp, i; in x86pi_enum_gentopo() local
448 ncmp = x86pi_bb_getchips(mod, nbb, bb_count); in x86pi_enum_gentopo()
449 if (ncmp > 0) { in x86pi_enum_gentopo()
450 max = min + ncmp - 1; in x86pi_enum_gentopo()
/titanic_44/usr/src/cmd/acct/
H A Dacctcms.c115 int ncmp(struct pcms *, struct pcms *);
211 (nflg? ncmp: (cflg? ccmp: kcmp))); in main()
667 ncmp(struct pcms *p1, struct pcms *p2) in ncmp() function
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h104 kstat_named_t ncmp; /* VOP_CMP */ member
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h103 kstat_named_t ncmp; /* VOP_CMP */ member
/titanic_44/usr/src/uts/common/fs/
H A Dvnode.c495 kstat_named_init(&vsp->ncmp, "ncmp", KSTAT_DATA_UINT64); in create_vopstats_template()