Home
last modified time | relevance | path

Searched full:info (Results 1 – 25 of 6439) sorted by relevance

12345678910>>...258

/freebsd/sys/x86/pci/
H A Dpci_early_quirks.h79 #define INTEL_VGA_DEVICE(id, info) { \ argument
81 info }
83 #define INTEL_I810_IDS(info) \ argument
84 INTEL_VGA_DEVICE(0x7121, info), /* I810 */ \
85 INTEL_VGA_DEVICE(0x7123, info), /* I810_DC100 */ \
86 INTEL_VGA_DEVICE(0x7125, info) /* I810_E */
88 #define INTEL_I815_IDS(info) \ argument
89 INTEL_VGA_DEVICE(0x1132, info) /* I815*/
91 #define INTEL_I830_IDS(info) \ argument
92 INTEL_VGA_DEVICE(0x3577, info)
94 INTEL_I845G_IDS(info) global() argument
97 INTEL_I85X_IDS(info) global() argument
101 INTEL_I865G_IDS(info) global() argument
104 INTEL_I915G_IDS(info) global() argument
108 INTEL_I915GM_IDS(info) global() argument
111 INTEL_I945G_IDS(info) global() argument
114 INTEL_I945GM_IDS(info) global() argument
118 INTEL_I965G_IDS(info) global() argument
124 INTEL_G33_IDS(info) global() argument
129 INTEL_I965GM_IDS(info) global() argument
133 INTEL_GM45_IDS(info) global() argument
136 INTEL_G45_IDS(info) global() argument
144 INTEL_PINEVIEW_IDS(info) global() argument
148 INTEL_IRONLAKE_D_IDS(info) global() argument
151 INTEL_IRONLAKE_M_IDS(info) global() argument
154 INTEL_SNB_D_GT1_IDS(info) global() argument
158 INTEL_SNB_D_GT2_IDS(info) global() argument
162 INTEL_SNB_D_IDS(info) global() argument
166 INTEL_SNB_M_GT1_IDS(info) global() argument
169 INTEL_SNB_M_GT2_IDS(info) global() argument
173 INTEL_SNB_M_IDS(info) global() argument
177 INTEL_IVB_M_GT1_IDS(info) global() argument
180 INTEL_IVB_M_GT2_IDS(info) global() argument
183 INTEL_IVB_M_IDS(info) global() argument
187 INTEL_IVB_D_GT1_IDS(info) global() argument
191 INTEL_IVB_D_GT2_IDS(info) global() argument
195 INTEL_IVB_D_IDS(info) global() argument
199 INTEL_IVB_Q_IDS(info) global() argument
202 INTEL_HSW_GT1_IDS(info) global() argument
224 INTEL_HSW_GT2_IDS(info) global() argument
247 INTEL_HSW_GT3_IDS(info) global() argument
268 INTEL_HSW_IDS(info) global() argument
273 INTEL_VLV_IDS(info) global() argument
281 INTEL_BDW_GT1_IDS(info) global() argument
289 INTEL_BDW_GT2_IDS(info) global() argument
297 INTEL_BDW_GT3_IDS(info) global() argument
305 INTEL_BDW_RSVD_IDS(info) global() argument
313 INTEL_BDW_IDS(info) global() argument
319 INTEL_CHV_IDS(info) global() argument
325 INTEL_SKL_GT1_IDS(info) global() argument
332 INTEL_SKL_GT2_IDS(info) global() argument
341 INTEL_SKL_GT3_IDS(info) global() argument
348 INTEL_SKL_GT4_IDS(info) global() argument
355 INTEL_SKL_IDS(info) global() argument
361 INTEL_BXT_IDS(info) global() argument
368 INTEL_GLK_IDS(info) global() argument
372 INTEL_KBL_GT1_IDS(info) global() argument
382 INTEL_KBL_GT2_IDS(info) global() argument
392 INTEL_KBL_GT3_IDS(info) global() argument
397 INTEL_KBL_GT4_IDS(info) global() argument
400 INTEL_KBL_IDS(info) global() argument
407 INTEL_CFL_S_GT1_IDS(info) global() argument
412 INTEL_CFL_S_GT2_IDS(info) global() argument
420 INTEL_CFL_H_GT2_IDS(info) global() argument
425 INTEL_CFL_U_GT1_IDS(info) global() argument
430 INTEL_CFL_U_GT2_IDS(info) global() argument
436 INTEL_CFL_U_GT3_IDS(info) global() argument
443 INTEL_CFL_IDS(info) global() argument
452 INTEL_CNL_IDS(info) global() argument
469 INTEL_ICL_11_IDS(info) global() argument
481 INTEL_EHL_IDS(info) global() argument
489 INTEL_JSL_IDS(info) global() argument
497 INTEL_TGL_12_GT1_IDS(info) global() argument
502 INTEL_TGL_12_GT2_IDS(info) global() argument
512 INTEL_TGL_12_IDS(info) global() argument
517 INTEL_RKL_IDS(info) global() argument
526 INTEL_DG1_IDS(info) global() argument
534 INTEL_ADLS_IDS(info) global() argument
544 INTEL_ADLP_IDS(info) global() argument
565 INTEL_RPLS_IDS(info) global() argument
[all...]
/freebsd/sys/arm64/spe/
H A Darm_spe_backend.c128 /* Pointers to current info structure per CPU. This points to either a per-CPU
138 struct arm_spe_info *info; in spe_backend_init_cpu() local
149 info = &spe_info_cpu[cpu_id]; in spe_backend_init_cpu()
150 info->sc = sc; in spe_backend_init_cpu()
151 info->ident = cpu_id; in spe_backend_init_cpu()
152 info->buf_info[0].info = info; in spe_backend_init_cpu()
153 info->buf_info[0].buf_idx = 0; in spe_backend_init_cpu()
154 info->buf_info[1].info = info; in spe_backend_init_cpu()
155 info->buf_info[1].buf_idx = 1; in spe_backend_init_cpu()
157 mtx_init(&info->lock, lock_name, NULL, MTX_SPIN); in spe_backend_init_cpu()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp88 SymbolInfo Info; in getSymbolInfo() local
89 Info.Kind = SymbolKind::Unknown; in getSymbolInfo()
90 Info.SubKind = SymbolSubKind::None; in getSymbolInfo()
91 Info.Properties = SymbolPropertySet(); in getSymbolInfo()
92 Info.Lang = SymbolLanguage::C; in getSymbolInfo()
95 Info.Properties |= (SymbolPropertySet)SymbolProperty::Local; in getSymbolInfo()
98 Info.Properties |= (SymbolPropertySet)SymbolProperty::ProtocolInterface; in getSymbolInfo()
102 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
103 Info.Lang = SymbolLanguage::CXX; in getSymbolInfo()
111 Info.Kind = SymbolKind::Struct; break; in getSymbolInfo()
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c419 z_feed_zoh(struct z_info *info, uint8_t *dst) in z_feed_zoh() argument
424 cnt = info->channels * info->bps; in z_feed_zoh()
425 src = info->z_delay + (info->z_start * cnt); in z_feed_zoh()
445 z_feed_linear_##SIGN##BIT##ENDIAN(struct z_info *info, uint8_t *dst) \
452 z = ((uint32_t)info->z_alpha * info->z_dx) >> Z_LINEAR_UNSHIFT; \
454 sx = info->z_delay + (info->z_start * info->channels * \
456 sy = sx - (info->channels * PCM_##BIT##_BPS); \
458 ch = info->channels; \
504 z += info->z_dy; \
505 p adv##= info->channels * PCM_##BIT##_BPS
[all …]
H A Dfeeder_format.c62 struct feed_format_info *info; in feed_format_init() local
68 info = malloc(sizeof(*info), M_DEVBUF, M_NOWAIT | M_ZERO); in feed_format_init()
69 if (info == NULL) in feed_format_init()
72 info->channels = AFMT_CHANNEL(f->desc.in); in feed_format_init()
74 info->ibps = AFMT_BPS(f->desc.in); in feed_format_init()
75 info->ialign = info->ibps * info->channels; in feed_format_init()
76 info->rdfmt = AFMT_ENCODING(f->desc.in); in feed_format_init()
78 info->obps = AFMT_BPS(f->desc.out); in feed_format_init()
79 info->oalign = info->obps * info->channels; in feed_format_init()
80 info->wrfmt = AFMT_ENCODING(f->desc.out); in feed_format_init()
[all …]
H A Dfeeder_eq.c138 feed_eq_biquad(struct feed_eq_info *info, uint8_t *dst, uint32_t count, in feed_eq_biquad() argument
147 pmul = feed_eq_preamp[info->preamp].mul; in feed_eq_biquad()
148 pshift = feed_eq_preamp[info->preamp].shift; in feed_eq_biquad()
150 treble = &(info->coeff[info->treble.gain].treble); in feed_eq_biquad()
151 bass = &(info->coeff[info->bass.gain].bass); in feed_eq_biquad()
155 j = info->channels; in feed_eq_biquad()
161 w += (intpcm64_t)info->treble.i1[i] * treble->b1; in feed_eq_biquad()
162 w += (intpcm64_t)info->treble.i2[i] * treble->b2; in feed_eq_biquad()
163 w -= (intpcm64_t)info->treble.o1[i] * treble->a1; in feed_eq_biquad()
164 w -= (intpcm64_t)info->treble.o2[i] * treble->a2; in feed_eq_biquad()
[all …]
H A Dfeeder_matrix.c118 feed_matrix_apply(struct feed_matrix_info *info, uint8_t *src, uint8_t *dst, in feed_matrix_apply() argument
126 for (i = 0; info->matrix[i].chn[0] != SND_CHN_T_EOF; i++) { in feed_matrix_apply()
127 if (info->matrix[i].chn[0] == SND_CHN_T_NULL) { in feed_matrix_apply()
129 dst += info->bps; in feed_matrix_apply()
131 } else if (info->matrix[i].chn[1] == SND_CHN_T_EOF) { in feed_matrix_apply()
133 info->matrix[i].chn[0], fmt); in feed_matrix_apply()
135 dst += info->bps; in feed_matrix_apply()
140 for (j = 0; info->matrix[i].chn[j] != SND_CHN_T_EOF; in feed_matrix_apply()
143 info->matrix[i].chn[j], fmt); in feed_matrix_apply()
147 accum = (accum * info->matrix[i].mul) >> in feed_matrix_apply()
[all …]
/freebsd/sys/kern/
H A Dkern_kcov.c65 MALLOC_DEFINE(M_KCOV_INFO, "kcovinfo", "KCOV info type");
140 static int kcov_alloc(struct kcov_info *info, size_t entries);
141 static void kcov_free(struct kcov_info *info);
167 struct kcov_info *info; in get_kinfo() local
181 * If info is NULL or the state is not running we are not tracing. in get_kinfo()
183 info = td->td_kcov_info; in get_kinfo()
184 if (info == NULL || in get_kinfo()
185 atomic_load_acq_int(&info->state) != KCOV_STATE_RUNNING) in get_kinfo()
188 return (info); in get_kinfo()
195 struct kcov_info *info; in trace_pc() local
[all …]
/freebsd/lib/libbe/
H A Dbe_access.c34 struct be_mountcheck_info *info; in be_mountcheck_cb() local
39 info = (struct be_mountcheck_info *)data; in be_mountcheck_cb()
42 if (strcmp(mountpoint, info->path) == 0) { in be_mountcheck_cb()
43 info->name = strdup(zfs_get_name(zfs_hdl)); in be_mountcheck_cb()
62 struct be_mount_info *info; in be_mount_iter() local
64 info = (struct be_mount_info *)data; in be_mount_iter()
76 if (info->depth == 0) { in be_mount_iter()
77 snprintf(tmp, BE_MAXPATHLEN, "%s", info->mountpoint); in be_mount_iter()
96 mountpoint = be_mountpoint_augmented(info->lbh, zfs_mnt); in be_mount_iter()
97 snprintf(tmp, BE_MAXPATHLEN, "%s%s", info->mountpoint, in be_mount_iter()
[all …]
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c109 struct fb_info *info; in vt_fb_ioctl() local
112 info = vd->vd_softc; in vt_fb_ioctl()
116 bcopy(info, (struct fbtype *)data, sizeof(struct fbtype)); in vt_fb_ioctl()
129 *(u_int *)data = info->fb_stride; in vt_fb_ioctl()
139 if (info->fb_rgboffs.red == 0 && info->fb_rgboffs.green == 0 && in vt_fb_ioctl()
140 info->fb_rgboffs.blue == 0) in vt_fb_ioctl()
142 memcpy((struct fb_rgboffs *)data, &info->fb_rgboffs, in vt_fb_ioctl()
158 struct fb_info *info; in vt_fb_mmap() local
160 info = vd->vd_softc; in vt_fb_mmap()
162 if (info->fb_flags & FB_FLAG_NOMMAP) in vt_fb_mmap()
[all …]
/freebsd/sys/dev/irdma/
H A Dirdma_hmc.c234 * @info: create obj info
238 struct irdma_hmc_create_obj_info *info) in irdma_hmc_finish_add_sd_reg() argument
240 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) in irdma_hmc_finish_add_sd_reg()
243 if ((info->start_idx + info->count) > in irdma_hmc_finish_add_sd_reg()
244 info->hmc_info->hmc_obj[info->rsrc_type].cnt) in irdma_hmc_finish_add_sd_reg()
247 if (!info->add_sd_cnt) in irdma_hmc_finish_add_sd_reg()
249 return irdma_hmc_sd_grp(dev, info->hmc_info, in irdma_hmc_finish_add_sd_reg()
250 info->hmc_info->sd_indexes[0], info->add_sd_cnt, in irdma_hmc_finish_add_sd_reg()
257 * @info: pointer to irdma_hmc_create_obj_info struct
264 struct irdma_hmc_create_obj_info *info) in irdma_sc_create_hmc_obj() argument
[all …]
H A Dirdma_ctrl.c261 * @info: arp entry information
267 struct irdma_add_arp_cache_entry_info *info, in irdma_sc_add_arp_cache_entry() argument
276 set_64bit_val(wqe, IRDMA_BYTE_8, info->reach_max); in irdma_sc_add_arp_cache_entry()
278 set_64bit_val(wqe, IRDMA_BYTE_16, irdma_mac_to_u64(info->mac_addr)); in irdma_sc_add_arp_cache_entry()
280 hdr = info->arp_index | in irdma_sc_add_arp_cache_entry()
282 FIELD_PREP(IRDMA_CQPSQ_MAT_PERMANENT, info->permanent) | in irdma_sc_add_arp_cache_entry()
333 * @info: info for apbvt entry to add or delete
339 struct irdma_apbvt_info *info, in irdma_sc_manage_apbvt_entry() argument
349 set_64bit_val(wqe, IRDMA_BYTE_16, info->port); in irdma_sc_manage_apbvt_entry()
352 FIELD_PREP(IRDMA_CQPSQ_MAPT_ADDPORT, info->add) | in irdma_sc_manage_apbvt_entry()
[all …]
H A Dirdma_uk.c272 * @info: info on WR
277 struct irdma_post_sq_info *info) in irdma_qp_get_next_send_wqe() argument
305 if (qp->push_db && info->push_wqe) in irdma_qp_get_next_send_wqe()
325 qp->sq_wrtrk_array[*wqe_idx].wrid = info->wr_id; in irdma_qp_get_next_send_wqe()
328 qp->sq_wrtrk_array[*wqe_idx].signaled = info->signaled; in irdma_qp_get_next_send_wqe()
362 * @info: post sq information
366 irdma_uk_rdma_write(struct irdma_qp_uk *qp, struct irdma_post_sq_info *info, in irdma_uk_rdma_write() argument
379 info->push_wqe = false; in irdma_uk_rdma_write()
381 op_info = &info->op.rdma_write; in irdma_uk_rdma_write()
388 read_fence |= info->read_fence; in irdma_uk_rdma_write()
[all …]
H A Dirdma_uda.c46 * @info: ah information
51 irdma_sc_access_ah(struct irdma_sc_cqp *cqp, struct irdma_ah_info *info, in irdma_sc_access_ah() argument
62 FIELD_PREP(IRDMAQPC_MACADDRESS, irdma_mac_to_u64(info->mac_addr))); in irdma_sc_access_ah()
64 qw1 = FIELD_PREP(IRDMA_UDA_CQPSQ_MAV_PDINDEXLO, info->pd_idx) | in irdma_sc_access_ah()
65 FIELD_PREP(IRDMA_UDA_CQPSQ_MAV_TC, info->tc_tos) | in irdma_sc_access_ah()
66 FIELD_PREP(IRDMA_UDAQPC_VLANTAG, info->vlan_tag); in irdma_sc_access_ah()
68 qw2 = FIELD_PREP(IRDMA_UDA_CQPSQ_MAV_ARPINDEX, info->dst_arpindex) | in irdma_sc_access_ah()
69 FIELD_PREP(IRDMA_UDA_CQPSQ_MAV_FLOWLABEL, info->flow_label) | in irdma_sc_access_ah()
70 FIELD_PREP(IRDMA_UDA_CQPSQ_MAV_HOPLIMIT, info->hop_ttl) | in irdma_sc_access_ah()
71 FIELD_PREP(IRDMA_UDA_CQPSQ_MAV_PDINDEXHI, info->pd_idx >> 16); in irdma_sc_access_ah()
[all …]
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uk.c272 * @info: info on WR
277 struct irdma_post_sq_info *info) in irdma_qp_get_next_send_wqe() argument
305 if (qp->push_db && info->push_wqe) in irdma_qp_get_next_send_wqe()
325 qp->sq_wrtrk_array[*wqe_idx].wrid = info->wr_id; in irdma_qp_get_next_send_wqe()
328 qp->sq_wrtrk_array[*wqe_idx].signaled = info->signaled; in irdma_qp_get_next_send_wqe()
362 * @info: post sq information
366 irdma_uk_rdma_write(struct irdma_qp_uk *qp, struct irdma_post_sq_info *info, in irdma_uk_rdma_write() argument
379 info->push_wqe = false; in irdma_uk_rdma_write()
381 op_info = &info->op.rdma_write; in irdma_uk_rdma_write()
388 read_fence |= info->read_fence; in irdma_uk_rdma_write()
[all …]
/freebsd/lib/virtual_oss/bt/
H A Davdtp.c59 avdtpGetPacket(int fd, struct avdtpGetPacketInfo *info) in avdtpGetPacket() argument
61 uint8_t *pos = info->buffer_data; in avdtpGetPacket()
62 uint8_t *end = info->buffer_data + sizeof(info->buffer_data); in avdtpGetPacket()
66 memset(info, 0, sizeof(*info)); in avdtpGetPacket()
79 uint8_t current_message_type = (info->buffer_data[0] & MESSAGETYPE); in avdtpGetPacket()
81 if (pos == info->buffer_data) { in avdtpGetPacket()
82 info->trans = trans; in avdtpGetPacket()
85 info->signalID = (pos[1] & SIGNALID_MASK); in avdtpGetPacket()
91 info->signalID = (pos[2] & SIGNALID_MASK); in avdtpGetPacket()
95 if (info->trans != trans || in avdtpGetPacket()
[all …]
/freebsd/share/mk/
H A Dbsd.info.mk2 # The include file <bsd.info.mk> handles installing GNU (tech)info files.
11 # DESTDIR Change the tree where the info files gets installed. [not set]
19 # (info, dvi, latin1, ps, html). [info]
21 # ICOMPRESS_CMD Program to compress info files. Output is to
24 # INFO texinfo files, without suffix. [set in Makefile]
26 # INFO2HTML A program for converting GNU info files into HTML files
30 # called Info (see info(1)). [${SHAREDIR}/info]
32 # INFODIRFILE Top level node/index for info files. [dir]
34 # INFOGRP Info group. [${SHAREGRP}]
36 # INFOMODE Info mode. [${NOBINMODE}]
[all …]
/freebsd/contrib/jemalloc/src/
H A Dbackground_thread.c23 /* Thread info per-index. */
56 bool background_thread_is_started(background_thread_info_t *info) NOT_REACHED in background_thread_create()
57 void background_thread_wakeup_early(background_thread_info_t *info, in background_thread_create()
72 background_thread_info_init(tsdn_t *tsdn, background_thread_info_t *info) {
73 background_thread_wakeup_time_set(tsdn, info, 0);
74 info->npages_to_purge_new = 0;
76 info->tot_n_runs = 0;
77 nstime_init_zero(&info->tot_sleep_time);
120 background_thread_sleep(tsdn_t *tsdn, background_thread_info_t *info,
123 info
921 background_thread_info_t *info = &background_thread_info[i]; background_thread_boot1() local
[all...]
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_hkdf.txt20 Ctrl.info = hexinfo:f0f1f2f3f4f5f6f7f8f9
34 Ctrl.info = hexinfo:f0f1f2f3f4f5f6f7f8f9
41 Ctrl.info = hexinfo:b0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d…
55 Ctrl.info = hexinfo:b0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d…
62 Ctrl.info = info:
70 Ctrl.info = info:
77 Ctrl.info = info:
85 Ctrl.info = hexinfo:f0f1f2f3f4f5f6f7f8f9
100 Ctrl.info = hexinfo:f0f1f2f3f4f5f6f7f8f9
107 Ctrl.info = hexinfo:b0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d…
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOption.h81 const OptTable::Info *Info;
85 LLVM_ABI Option(const OptTable::Info *Info, const OptTable *Owner);
88 return Info != nullptr; in isValid()
92 assert(Info && "Must have a valid info!"); in getID()
93 return Info->ID; in getID()
97 assert(Info && "Must have a valid info!"); in getKind()
98 return OptionClass(Info->Kind); in getKind()
103 assert(Info && "Must have a valid info!"); in getName()
105 return Owner->getOptionName(Info->ID); in getName()
109 assert(Info && "Must have a valid info!"); in getGroup()
[all …]
/freebsd/sys/dev/fb/
H A Dsplash_bmp.c77 video_info_t info; in bmp_start() local
85 if ((vidd_get_info(adp, modes[i], &info) == 0) && in bmp_start()
86 (bmp_Init((u_char *)bmp_decoder.data, info.vi_width, in bmp_start()
87 info.vi_height, info.vi_depth) == 0)) in bmp_start()
237 ** Given (info), set the pixel at (x),(y) to (val)
241 bmp_SetPix(BMP_INFO *info, int x, int y, u_char val) in bmp_SetPix() argument
249 if ((x < 0) || (x >= info->swidth) || (y < 0) || (y >= info->sheight)) in bmp_SetPix()
256 sofs = ((info->height - (y+1) + (info->sheight - info->height) / 2) in bmp_SetPix()
257 * info->adp->va_line_width); in bmp_SetPix()
258 x += (info->swidth - info->width) / 2; in bmp_SetPix()
[all …]
/freebsd/sys/gnu/gcov/
H A Dgcc_4_7.c114 * gcov_info_filename - return info filename
115 * @info: profiling data set
118 gcov_info_filename(struct gcov_info *info) in gcov_info_filename() argument
120 return (info->filename); in gcov_info_filename()
124 * gcov_info_version - return info version
125 * @info: profiling data set
128 gcov_info_version(struct gcov_info *info) in gcov_info_version() argument
130 return (info->version); in gcov_info_version()
135 * @info: profiling data set
137 * Returns next gcov_info following @info or first gcov_info in the chain if
[all …]
/freebsd/crypto/openssl/test/
H A Dquic_fifd_test.c62 } INFO; typedef
64 static INFO *cur_info;
110 static int test_generic(INFO *info, int kind) in test_generic() argument
132 if (!TEST_ptr(pkt = ossl_quic_txpim_pkt_alloc(info->txpim))) in test_generic()
137 if (!TEST_true(ossl_quic_sstream_append(info->sstream[i], in test_generic()
144 ossl_quic_sstream_fin(info->sstream[i]); in test_generic()
146 if (!TEST_true(ossl_quic_sstream_get_stream_frame(info->sstream[i], 0, in test_generic()
151 || !TEST_size_t_eq(ossl_quic_sstream_get_buffer_used(info->sstream[i]), 12) in test_generic()
152 || !TEST_true(ossl_quic_sstream_mark_transmitted(info->sstream[i], in test_generic()
157 …if (i == 1 && !TEST_true(ossl_quic_sstream_mark_transmitted_fin(info->sstream[i], hdr.offset + hdr… in test_generic()
[all …]
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnseval.c168 * PARAMETERS: Info - Evaluation info block, contains these fields
192 ACPI_EVALUATE_INFO *Info) in AcpiNsEvaluate() argument
200 if (!Info) in AcpiNsEvaluate()
205 if (!Info->Node) in AcpiNsEvaluate()
215 Status = AcpiNsGetNode (Info->PrefixNode, Info->RelativePathname, in AcpiNsEvaluate()
216 ACPI_NS_NO_UPSEARCH, &Info->Node); in AcpiNsEvaluate()
227 if (AcpiNsGetType (Info->Node) == ACPI_TYPE_LOCAL_METHOD_ALIAS) in AcpiNsEvaluate()
229 Info->Node = ACPI_CAST_PTR ( in AcpiNsEvaluate()
230 ACPI_NAMESPACE_NODE, Info->Node->Object); in AcpiNsEvaluate()
233 /* Complete the info block initialization */ in AcpiNsEvaluate()
[all …]
/freebsd/sys/dev/ipmi/
H A Dipmi_isa.c56 struct ipmi_get_info info; in ipmi_isa_identify() local
59 if (ipmi_smbios_identify(&info) && info.iface_type != SSIF_MODE && in ipmi_isa_identify()
98 ipmi_hint_identify(device_t dev, struct ipmi_get_info *info) in ipmi_hint_identify() argument
110 bzero(info, sizeof(struct ipmi_get_info)); in ipmi_hint_identify()
112 info->iface_type = KCS_MODE; in ipmi_hint_identify()
113 info->address = 0xca2; in ipmi_hint_identify()
114 info->io_mode = 1; in ipmi_hint_identify()
115 info->offset = 1; in ipmi_hint_identify()
117 info->iface_type = SMIC_MODE; in ipmi_hint_identify()
118 info->address = 0xca9; in ipmi_hint_identify()
[all …]

12345678910>>...258