| /onnv/onnv-gate/usr/src/uts/sun4u/sys/ |
| ecc_kstat.h | 83 * named kstat: unix:0:ecc-info:maxcount 88 struct kstat_named maxcount; member in struct:ecc_error_info
|
| /onnv/onnv-gate/usr/src/lib/libdevinfo/ |
| devinfo_prop_decode.c | 970 int maxcount = 0; local 990 maxcount = count; 991 slot_names = malloc(sizeof (*slot_names) * maxcount); 992 bzero(slot_names, sizeof (*slot_names) * maxcount); 1023 if (count != maxcount) 1027 return (maxcount); 1030 di_slot_names_free(maxcount, slot_names);
|
| /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| smb_find.c | 40 * USHORT MaxCount; Number of dir. entries to return 57 * MaxCount specifies the number of directory entries to be returned. 70 * the Count field. No more than MaxCount entries will be returned. Only 217 uint16_t count, maxcount, index; local 242 if (smbsr_decode_vwv(sr, "ww", &maxcount, &sattr) != 0) 318 if (maxcount > SMB_MAX_SEARCH) 319 maxcount = SMB_MAX_SEARCH; 321 while (count < maxcount) { 398 uint16_t count, maxcount, index; local 413 if (smbsr_decode_vwv(sr, "ww", &maxcount, &sattr) != 0 534 uint16_t maxcount, index; local 600 uint16_t count, maxcount, index; local [all...] |
| smb_trans2_find.c | 491 uint16_t count, maxcount; local 495 if ((maxcount = args->fa_maxcount) == 0) 496 maxcount = 1; 498 if ((smb_trans2_find_max != 0) && (maxcount > smb_trans2_find_max)) 499 maxcount = smb_trans2_find_max; 502 while (count < maxcount) {
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| evfuncs.c | 518 register int maxcount, c, count; local 524 for (maxcount = 0, count = 0; (c = getc(fp)) != EOF; count++) { 526 maxcount = max(maxcount, count); 531 Long_line = max(maxcount, count); 548 register int c, count, maxcount; local 561 for (count = 0, maxcount = 0; (c = getc(fp)) != EOF; count++) { 563 maxcount = max(maxcount, count); 568 Long_line = max(maxcount, count) [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop.c | 74 int maxcount; /* maximum no of packets to capture */ variable 337 maxcount = atoi(optarg);
|
| /onnv/onnv-gate/usr/src/uts/common/nfs/ |
| nfs_log.h | 453 count3 maxcount; member in struct:nfslog_READDIRPLUS3args
|
| nfs4_kprot.h | 1120 count4 maxcount; member in struct:READDIR4args [all...] |
| nfs.h | 1864 count3 maxcount; member in struct:READDIRPLUS3args 1897 uint_t maxcount; member in struct:READDIRPLUS3resok [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/print/ |
| doprnt.c | 425 size_t maxcount; local 620 maxcount = (size_t)iop->_cnt; 622 maxcount); [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| regcomp.c | 1022 I32 mincount, maxcount, minnext, deltanext, fl = 0; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/lvm/md/ |
| md_mddb.c | 4127 int maxcount; local [all...] |