Searched defs:fat (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_cmp.c377 s1394_fa_target_t *fat; local
391 for (; target; target = fat->fat_next) {
392 fat = &target->target_fa[S1394_FA_TYPE_CMP];
403 cb = fat->fat_u.cmp.cm_evts.cmp_reg_change;
407 arg = fat->fat_u.cmp.cm_evts.cmp_arg;
H A Ds1394_fcp.c248 s1394_fa_target_t *fat; local
269 fat = &target->target_fa[type];
271 cb = fat->fat_u.fcp.fc_evts.fcp_write_request;
275 req->cmd_callback_arg = fat->fat_u.fcp.fc_evts.fcp_arg;
306 target = fat->fat_next;
/illumos-gate/usr/src/boot/lib/libstand/
H A Ddosfs.c136 * fat cache metadata
140 int size; /* buffer (and fat) size in sectors */
144 static struct fatcache fat; variable in typeref:struct:fatcache
164 if (fat.buf != NULL) { /* can we reuse old buffer? */
165 if (fat.size != fs->spf) {
166 free(fat.buf); /* no, free old buffer */
167 fat.buf = NULL;
171 if (fat.buf == NULL)
172 fat.buf = malloc(secbyt(fs->spf));
174 if (fat
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c3704 IOCTL_COMMON_MANAGE_FAT *fat; local
3743 fat = (IOCTL_COMMON_MANAGE_FAT *)(hdr_req + 1);
3744 fat->params.request.fat_operation = QUERY_FAT;
3745 fat->params.request.read_log_offset = 0;
3746 fat->params.request.read_log_length = 0;
3747 fat->params.request.data_buffer_size = BE_MAX_XFER_SIZE;
3759 log_size = fat->params.response.log_size;
3760 buffer_size = fat->params.response.log_size;
3806 fat = (IOCTL_COMMON_MANAGE_FAT *)(hdr_req + 1);
3807 fat
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c1700 int fat; local
1702 fat = t4_handle_intr_status(adapter,
1707 if (fat != 0)
1836 int fat; local
1838 fat = t4_handle_intr_status(adapter, A_CIM_HOST_INT_CAUSE,
1842 if (fat != 0)
2020 int fat; local
2022 fat = t4_handle_intr_status(adapter, A_MPS_RX_PERR_INT_CAUSE,
2041 if (fat != 0)

Completed in 70 milliseconds