Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dsysteminfo.c58 long strcnt, getcnt; in systeminfo() local
135 strcnt = strlen(kstr); in systeminfo()
137 if (count <= strcnt) { in systeminfo()
142 getcnt = strcnt + 1; in systeminfo()
147 return (strcnt + 1); in systeminfo()
158 strcnt = 0; in systeminfo()
200 if (count <= strcnt) { in systeminfo()
205 getcnt = strcnt + 1; in systeminfo()
210 if (strcnt != 0) in systeminfo()
212 return (strcnt + 1); in systeminfo()
[all …]
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c537 int strcnt; in fm_smb_fmacompat() local
552 if (strcnt == 0) in fm_smb_fmacompat()
603 int strcnt; in find_matching_apic() local
606 if (strcnt == 0) in find_matching_apic()
627 smb_free_strcnt(pstypes, strcnt); in find_matching_apic()
991 int strcnt; in fm_smb_chipinst() local
1002 if (strcnt == 0) in fm_smb_chipinst()
1020 smb_free_strcnt(pstypes, strcnt); in fm_smb_chipinst()
1038 int strcnt; in fm_smb_mc_bboards() local
1049 if (strcnt == 0) in fm_smb_mc_bboards()
[all …]
/illumos-gate/usr/src/cmd/format/
H A Dio.c68 static int strcnt(char *s1, char *s2);
228 strcnt(char *s1, char *s2) in strcnt() function
948 i = strcnt(cleantoken, *str); in input()
1795 i = strcnt(match_str, slist->str); in find_value()
/illumos-gate/usr/src/boot/sys/sys/
H A Dlinker.h283 int strcnt; /* Number of string bytes. */ member
/illumos-gate/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