/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_find.c | 220 uint16_t count, maxcount, index; in smb_com_search() local 247 if (smbsr_decode_vwv(sr, "ww", &maxcount, &sattr) != 0) in smb_com_search() 333 if (maxcount > SMB_MAX_SEARCH) in smb_com_search() 334 maxcount = SMB_MAX_SEARCH; in smb_com_search() 336 while (count < maxcount) { in smb_com_search() 412 uint16_t count, maxcount, index; in smb_com_find() local 428 if (smbsr_decode_vwv(sr, "ww", &maxcount, &sattr) != 0) in smb_com_find() 489 if (maxcount > SMB_MAX_SEARCH) in smb_com_find() 490 maxcount = SMB_MAX_SEARCH; in smb_com_find() 492 while (count < maxcount) { in smb_com_find() [all …]
|
H A D | smb_trans2_find.c | 538 uint16_t count, maxcount; in smb_trans2_find_entries() local 558 if ((maxcount = args->fa_maxcount) == 0) in smb_trans2_find_entries() 559 maxcount = 1; in smb_trans2_find_entries() 561 if ((smb_trans2_find_max != 0) && (maxcount > smb_trans2_find_max)) in smb_trans2_find_entries() 562 maxcount = smb_trans2_find_max; in smb_trans2_find_entries() 565 while (count < maxcount) { in smb_trans2_find_entries()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_harmless.c | 159 unsigned maxcount ) in dwarf_set_harmless_error_list_size() argument 163 if (maxcount != 0) { in dwarf_set_harmless_error_list_size() 164 ++maxcount; in dwarf_set_harmless_error_list_size() 165 if (maxcount != dhp->dh_maxcount) { in dwarf_set_harmless_error_list_size() 171 dwarf_harmless_init(dhp,maxcount-1); in dwarf_set_harmless_error_list_size()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_readdir.c | 454 if (args->maxcount <= RFS4_MINLEN_RDDIR4) { in rfs4_op_readdir() 520 if (args->maxcount > tsize) in rfs4_op_readdir() 521 args->maxcount = tsize; in rfs4_op_readdir() 522 else if (args->maxcount < RFS4_MINLEN_RDDIR_BUF) { in rfs4_op_readdir() 523 if (args->maxcount < RFS4_MINLEN_ENTRY4) { in rfs4_op_readdir() 532 if (args->maxcount < MAXBSIZE) in rfs4_op_readdir() 535 mpcount = args->maxcount; in rfs4_op_readdir() 553 args->maxcount = mpcount = MAXBSIZE; in rfs4_op_readdir() 576 if (args->maxcount < (mpcount - 128)) in rfs4_op_readdir() 578 (uint32_t *)(((char *)ptr) + RNDUP(args->maxcount)); in rfs4_op_readdir() [all …]
|
H A D | nfs3_srv.c | 3514 if (args->maxcount > rfs3_tsize(req)) in rfs3_readdirplus() 3515 args->maxcount = rfs3_tsize(req); in rfs3_readdirplus() 3521 args->dircount = MIN(args->dircount, args->maxcount); in rfs3_readdirplus() 3627 if (bufsize + tofit > args->maxcount) { in rfs3_readdirplus() 3652 (args->maxcount - bufsize) >= NFS3_READDIRPLUS_ENTRY(MAXNAMELEN)) { in rfs3_readdirplus() 3755 resp->resok.maxcount = args->maxcount; in rfs3_readdirplus()
|
H A D | nfs_log_xdr.c | 794 return (xdr_uint32(xdrs, &objp->maxcount)); in xdr_nfslog_READDIRPLUS3args()
|
H A D | nfs3_xdr.c | 2264 rci.rci_len = objp->maxcount; in xdr_READDIRPLUS3args() 2280 return (xdr_u_int(xdrs, &objp->maxcount)); in xdr_READDIRPLUS3args()
|
H A D | nfs4_xdr.c | 3682 rci.rci_len = objp->maxcount; in xdr_READDIR4args() 3692 if (!xdr_u_int(xdrs, &objp->maxcount)) in xdr_READDIR4args()
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_prop_decode.c | 968 int maxcount = 0; in di_slot_names_decode() local 988 maxcount = count; in di_slot_names_decode() 989 slot_names = malloc(sizeof (*slot_names) * maxcount); in di_slot_names_decode() 990 bzero(slot_names, sizeof (*slot_names) * maxcount); in di_slot_names_decode() 1021 if (count != maxcount) in di_slot_names_decode() 1025 return (maxcount); in di_slot_names_decode() 1028 di_slot_names_free(maxcount, slot_names); in di_slot_names_decode()
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | ecc_kstat.h | 88 struct kstat_named maxcount; member
|
/illumos-gate/usr/src/boot/efi/loader/ |
H A D | framebuffer.c | 143 size_t count, maxcount = 1024; in efifb_uga_find_pixel() local 159 data1 = calloc(maxcount, 2); in efifb_uga_find_pixel() 164 data2 = data1 + maxcount; in efifb_uga_find_pixel() 168 count = min(size, maxcount); in efifb_uga_find_pixel()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_capture.c | 355 extern int count, maxcount; in scan() 478 if (maxcount && count >= maxcount) { in scan()
|
H A D | snoop.c | 77 int maxcount; /* maximum no of packets to capture */ variable 384 maxcount = atoi(optarg); in main()
|
H A D | snoop_nfs4.c | 1917 args->dircount, args->maxcount); in sumarg_readdir() 1929 sprintf(get_line(0, 0), "Maxcount = %u", args->maxcount); in dtlarg_readdir()
|
H A D | nfs4_xdr.c | 1947 if (!xdr_count4(xdrs, &objp->maxcount)) in xdr_READDIR4args()
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | srvrsmtp.c | 3953 checksmtpattack(pcounter, maxcount, waitnow, cname, e) in checksmtpattack() argument 3955 unsigned int maxcount; 3960 if (maxcount <= 0) /* no limit */ 3963 if (++(*pcounter) >= maxcount) 3968 if (*pcounter == maxcount && LogLevel > 5) 3974 shift = *pcounter - maxcount; 3979 #define IS_ATTACK(s) ((MaxChildren > 0 && *pcounter >= maxcount * 2) \ 3983 (void) sleep(*pcounter / maxcount); 3984 s -= *pcounter / maxcount;
|
/illumos-gate/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 425 size_t maxcount; in _wndoprnt() local 613 maxcount = (size_t)iop->_cnt; in _wndoprnt() 615 maxcount); in _wndoprnt()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/ |
H A D | tst.call3.c | 209 args->maxcount = 1024; in readdirplus_arginit()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sig.c | 2396 sigqhdralloc(size_t size, uint_t maxcount) in sigqhdralloc() argument 2409 ASSERT(maxcount <= INT_MAX); in sigqhdralloc() 2411 sqh->sqb_count = maxcount; in sigqhdralloc() 2412 sqh->sqb_maxcount = maxcount; in sigqhdralloc()
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs_log.h | 456 count3 maxcount; member
|
H A D | nfs.h | 1941 count3 maxcount; member 1974 uint_t maxcount; member
|
/illumos-gate/usr/src/head/rpcsvc/ |
H A D | nfs_prot.x | 1037 count3 maxcount; member
|
H A D | nfs4_prot.x | 2014 count4 maxcount; member
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfs_log_xdr.c | 819 if (!xdr_count3(xdrs, &objp->maxcount)) in xdr_nfslog_READDIRPLUS3args()
|
H A D | nfslog_elf.c | 1052 args->maxcount); in nfslog_READDIRPLUS3args_print()
|