Home
last modified time | relevance | path

Searched refs:strcnt (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/syscall/
H A Dsysteminfo.c56 long strcnt, getcnt; in systeminfo() local
127 strcnt = strlen(kstr); in systeminfo()
129 if (count <= strcnt) { in systeminfo()
134 getcnt = strcnt + 1; in systeminfo()
139 return (strcnt + 1); in systeminfo()
150 strcnt = 0; in systeminfo()
187 strcnt = IFNAMSIZ + octlen; in systeminfo()
192 if (count <= strcnt) { in systeminfo()
197 getcnt = strcnt + 1; in systeminfo()
202 if (strcnt != 0) in systeminfo()
[all …]
/titanic_50/usr/src/uts/intel/os/
H A Dfmsmb.c537 int strcnt; in fm_smb_fmacompat() local
551 strcnt = smb_cnttypes(shp, SMB_TYPE_OEMSTR); in fm_smb_fmacompat()
552 if (strcnt == 0) in fm_smb_fmacompat()
555 oemstypes = smb_create_strcnt(strcnt); in fm_smb_fmacompat()
580 smb_free_strcnt(oemstypes, strcnt); in fm_smb_fmacompat()
603 int strcnt; in find_matching_apic() local
605 strcnt = smb_cnttypes(shp, SUN_OEM_EXT_PROCESSOR); in find_matching_apic()
606 if (strcnt == 0) in find_matching_apic()
609 pstypes = smb_create_strcnt(strcnt); in find_matching_apic()
621 smb_free_strcnt(pstypes, strcnt); in find_matching_apic()
[all …]
/titanic_50/usr/src/cmd/format/
H A Dio.c72 static int strcnt(char *s1, char *s2);
90 static int strcnt(char *s1, char *s2);
256 strcnt(s1, s2) in strcnt() function
983 i = strcnt(cleantoken, *str);
1821 i = strcnt(match_str, slist->str);
/titanic_50/usr/src/cmd/rmformat/
H A Drmf_slice.c142 static int32_t strcnt(char *s1, char *s2);
694 i = strcnt(match_str, slist->str); in find_value()
720 strcnt(char *s1, char *s2) in strcnt() function