Searched refs:struct_size (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_saa_utils.c | 971 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...] |
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | listmgr.c | 47 #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/uts/common/fs/smbsrv/ |
H A D | smb2_negotiate.c | 177 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 D | ncgrpw.c | 80 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/lib/libc/port/i18n/ |
H A D | gettext_real.c | 886 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/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 165 extern int bl_create __P((int count_per_block, int struct_size, 170 extern int ar_create __P((int count_per_block, int struct_size,
|
/illumos-gate/usr/src/uts/common/io/comstar/stmf/ |
H A D | lun_map.c | 596 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/lib/libc/port/gen/ |
H A D | nss_dbdefs.c | 60 _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/head/ |
H A D | nss_dbdefs.h | 376 extern nss_XbyY_buf_t *_nss_XbyY_buf_alloc(int struct_size, int buffer_size);
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | gfs.c | 515 gfs_dir_create(size_t struct_size, vnode_t *pvp, vnodeops_t *ops, argument 523 vp = gfs_file_create(struct_size, pvp, ops);
|
Completed in 196 milliseconds