Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarfstring.c377 int ucount = 0; in dwarfstring_append_printf_i() local
438 ucount++; in dwarfstring_append_printf_i()
466 (Xcount+xcount+dcount+ucount) > 1) { in dwarfstring_append_printf_i()
624 int ucount = 0; in dwarfstring_append_printf_u() local
681 ucount++; in dwarfstring_append_printf_u()
701 if ( (Xcount +xcount+dcount+ucount) > 1) { in dwarfstring_append_printf_u()
715 if (ucount) { in dwarfstring_append_printf_u()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_user.c240 uint32_t ucount; in smb_user_new() local
263 ucount = smb_llist_get_count(&session->s_user_list); in smb_user_new()
272 if (ucount == 0) { in smb_user_new()
720 uint32_t ucount; in smb_user_delete() local
734 ucount = smb_llist_get_count(&session->s_user_list); in smb_user_delete()
742 if (ucount == 0) { in smb_user_delete()
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c2018 uint_t ucount; in fd_rawioctl() local
2065 ucount = (uint_t)fdr.fdr_nbytes; in fd_rawioctl()
2071 ucount += 16; in fd_rawioctl()
2075 kmem_free(fdr.fdr_addr, ucount); in fd_rawioctl()
2091 if (ucount) { in fd_rawioctl()
2103 kmem_free(fdr.fdr_addr, ucount); in fd_rawioctl()
2116 ucount = 0; in fd_rawioctl()
2124 ucount = 0; in fd_rawioctl()
2141 if (ucount && flag == B_READ && rval == 0) { in fd_rawioctl()
2150 if (ucount) in fd_rawioctl()
[all …]
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey.c843 int mcount, ucount = 0; in storekeys() local
907 ucount++; in storekeys()
965 if (!ucount) { in storekeys()