Searched refs:size1 (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dlist.c90 int size1 = 0; local
102 for (size1 = 0; list1[size1] != NULL; size1++)
109 new_size = LIST_SIZE(size1 + size2);
115 for (size1 = 0; list1[size1] != NULL; size1++)
116 (*result)[count++] = list1[size1];
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dlist.c130 int size1 = 0, local
139 for (size1 = 0; list1[size1] != NULL; size1++);
143 new_size = ((size1 + size2)/_list_increment + 2) * _list_increment;
151 for (size1 = 0; list1[size1] != NULL; size1++)
152 list[count++] = list1[size1];
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_netr.c167 unsigned short size1 = 0; local
176 * is a DWORD in NDR. So we need to set size1 to ensure
179 size1 = sizeof (DWORD);
188 size1 = 0;
192 size2 = size1 + (2 * sizeof (DWORD));
195 FIXUP_PDU_SIZE(netr_validation_u, size1);
H A Dspoolss_svc.c1138 unsigned short size1 = 0; local
1146 size1 = sizeof (struct STRING_CONTAINER);
1149 size1 = sizeof (DWORD) * 2;
1152 size1 = sizeof (struct SYSTEMTIME_CONTAINER);
1155 size1 = sizeof (struct spoolssDevmodeContainer);
1158 size1 = sizeof (struct SECURITY_CONTAINER);
1163 size2 = size1 + (2 * sizeof (DWORD));
1166 FIXUP_PDU_SIZE(spoolss_RPC_V2_NOTIFY_INFO_DATA_DATA, size1);
1175 unsigned short size1 = 0; local
1194 size2 = size1
[all...]
H A Dlsar_svc.c1236 unsigned short size1 = 0; local
1242 size1 = sizeof (struct mslsa_AuditEventsInfo);
1246 size1 = sizeof (struct mslsa_PrimaryDomainInfo);
1250 size1 = sizeof (struct mslsa_AccountDomainInfo);
1254 size1 = sizeof (struct mslsa_ServerRoleInfo);
1258 size1 = sizeof (struct mslsa_DnsDomainInfo);
1265 size2 = size1 + (2 * sizeof (DWORD));
1268 FIXUP_PDU_SIZE(mslsa_PolicyInfoResUnion, size1);
H A Dsamr_svc.c1904 unsigned short size1 = 0; local
1910 size1 = sizeof (struct samr_QueryAliasInfoGeneral);
1913 size1 = sizeof (struct samr_QueryAliasInfoName);
1916 size1 = sizeof (struct samr_QueryAliasInfoComment);
1923 size2 = size1 + (2 * sizeof (DWORD));
1926 FIXUP_PDU_SIZE(samr_QueryAliasInfo_ru, size1);
1934 unsigned short size1 = 0; local
1951 size2 = size1 + (2 * sizeof (DWORD));
1954 FIXUP_PDU_SIZE(QueryUserInfo_result_u, size1);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend-cD.ksh64 typeset size1=$(stat -c %s $stream1)
65 within_percent $size0 $size1 90 || log_fail "$size0 and $size1"
75 within_percent $size0 $size2 90 || log_fail "$size0 and $size1"
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_dlist_util.c93 uint64_t size1 = 0; local
99 (void) devconfig_get_size_in_blocks((devconfig_t *)devconf1, &size1);
102 return (size1 - size2);
123 uint64_t size1 = 0; local
129 (void) slice_get_size((uintptr_t)desc1, &size1);
132 return (size1 - size2);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index_entry_c.x108 % db_index_entry* join( long size1, long size2, db_index_entry *list2,
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c507 unsigned int size1, size2; local
516 size1 = _T_MAX(csize, dsize);
518 if (size1 != 0) {
519 if ((rcvbuf = malloc(size1)) == NULL)
521 if ((lookdbuf = malloc(size1)) == NULL) {
557 if (size1 != 0) {
565 if (size1 != 0) {
573 tiptr->ti_rcvsize = size1;
1210 unsigned size1; local
1213 size1
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dndrtypes.ndl145 case N: size1 = sizeof (struct NAME##N); \
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_rxdma.c349 if (rdc_desc_cfg->size1 == SIZE_1KB)
351 else if (rdc_desc_cfg->size1 == SIZE_2KB)
357 rdc_desc_cfg->size1));
H A Dhpi_rxdma.h88 bsize_t size1; /* Size 1 length */ member in struct:_rdc_desc_cfg_t
H A Dhxge_rxdma.c218 rdc_desc.size1 = rbr_p->hpi_pkt_buf_size1;
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c935 memstrstr(char *s1, char *s2, int size1, int size2) argument
940 count1 = size1; count2 = size2;
943 if ((size2 == 0)||(size1 == 0))
946 for (count1 = 0; count1 < (size1 - size2 + 1); count1++) {
H A Dadm.c140 memstrstr(char *s1, char *s2, int size1, int size2) argument
145 count1 = size1; count2 = size2;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1167 int size, size1; local
1235 size1 = strspn(token, "0123456789.");
1236 if (dots == 1 && size == size1) {
1239 if (dots != 3 || size != size1) {
1272 size1 = p - token;
1273 if (size != size1) {
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rxdma.h542 bsize_t size1; /* Size 1 length */ member in struct:_rdc_desc_cfg_t
H A Dnpi_rxdma.c737 if (rdc_desc_cfg->size1 == SIZE_1KB)
739 else if (rdc_desc_cfg->size1 == SIZE_2KB)
741 else if (rdc_desc_cfg->size1 == SIZE_4KB)
743 else if (rdc_desc_cfg->size1 == SIZE_8KB)
749 rdc_desc_cfg->size1));
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c746 int size1, size2; local
767 size1 = p2 - p1; /* size of state */
775 if (size1 != size2)
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c934 size_t size, size1; local
983 size1 = sizeof (struct icb_ext) * ip->i_con_count;
998 kmem_free(addr1, size1);
1136 size1 = sizeof (struct icb_ext) * ip->i_con_count;
1144 kmem_free(addr1, size1);
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c490 int size1, size2; local
504 size1 = nvp->nvp_size - NVP_VALOFF(nvp);
505 if (size2 < 0 || size1 != NV_ALIGN(size2))
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dhcall.s179 hv_ttrace_buf_conf(uint64_t paddr, uint64_t size, uint64_t *size1)
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c571 rdc_desc.size1 = rbr_p->npi_pkt_buf_size1;

Completed in 137 milliseconds