Searched defs:struct_size (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_negotiate.c177 uint16_t struct_size; local
196 &struct_size, /* w */
205 if (struct_size != 36 || version_cnt > 8)
/illumos-gate/usr/src/lib/libpkg/common/
H A Dncgrpw.c80 cache_alloc(char *fname, int len, size_t struct_size) argument
96 } else if ((itemp->data = malloc(struct_size)) == NULL) {
98 struct_size, "itemp->data");
104 itemp->datal = struct_size;
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c47 #define REC_SIZE(x) (bl_cs_array[x]->struct_size)
60 int struct_size; /* size of a single list element */ member in struct:blk_list_cs
219 bl_ptr->struct_size)) == NULL) {
254 bl_create(int count_per_block, int struct_size, char *desc) argument
270 bl_ptr->struct_size = struct_size;
272 bl_ptr->block_size = (count_per_block * struct_size);
307 bl_ptr->cur_segment->avail_ptr += bl_ptr->struct_size;
345 return ((char *)cur_as_ptr + ((recno - cur_rec) * bl_ptr->struct_size));
381 ar_create(int count_per_block, int struct_size, cha argument
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c60 _nss_XbyY_buf_alloc(int struct_size, int buffer_size) argument
66 malloc(ALIGN(sizeof (*b)) + struct_size + buffer_size);
71 b->buffer = (char *)(b->result) + struct_size;
/illumos-gate/usr/src/uts/common/fs/
H A Dgfs.c515 gfs_dir_create(size_t struct_size, vnode_t *pvp, vnodeops_t *ops, argument
523 vp = gfs_file_create(struct_size, pvp, ops);
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c886 int struct_size, struct_size_old; local
914 struct_size = (int)(MSG_STRUCT_SIZE * count);
918 (msg_struct_size != struct_size))) {
938 struct_size);
940 struct_size + sun_header->str_count_msgid);
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.c596 int struct_size, total_size, real_id_size; local
599 struct_size = (sizeof (*id) + 7) & (~7);
600 total_size = ((additional_size + 7) & (~7)) + struct_size +
605 id->id_data = ((uint8_t *)id) + struct_size;
608 id->id_impl_specific = ((uint8_t *)id) + struct_size +
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_utils.c971 int struct_size, buf_size; local
990 struct_size = sizeof (ib_mad_classportinfo_t);
995 struct_size = sizeof (ib_mad_notice_t);
1000 struct_size = sizeof (ib_mad_informinfo_t);
1005 struct_size = sizeof (sa_node_record_t);
1010 struct_size = sizeof (sa_portinfo_record_t);
1015 struct_size = sizeof (sa_SLtoVLmapping_record_t);
1020 struct_size = sizeof (sa_switchinfo_record_t);
1025 struct_size = sizeof (sa_linearft_record_t);
1030 struct_size
1163 int struct_size, buf_size; local
[all...]

Completed in 76 milliseconds