Searched refs:strcnt (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | systeminfo.c | 58 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() 195 strcnt = IFNAMSIZ + octlen; in systeminfo() 200 if (count <= strcnt) { in systeminfo() 205 getcnt = strcnt + 1; in systeminfo() 210 if (strcnt != 0) in systeminfo() [all …]
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | fmsmb.c | 537 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 …]
|
/illumos-gate/usr/src/cmd/format/ |
H A D | io.c | 68 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 D | linker.h | 283 int strcnt; /* Number of string bytes. */ member
|
/illumos-gate/usr/src/cmd/rmformat/ |
H A D | rmf_slice.c | 142 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
|