Home
last modified time | relevance | path

Searched defs:info (Results 1 – 25 of 938) sorted by relevance

12345678910>>...38

/freebsd/sys/x86/pci/
H A Dpci_early_quirks.h79 #define INTEL_VGA_DEVICE(id, info) { \ argument
83 #define INTEL_I810_IDS(info) \ argument
88 #define INTEL_I815_IDS(info) \ argument
91 #define INTEL_I830_IDS(info) \ argument
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/bin/stty/
H A Dstty.h33 struct info { struct
40 struct termios t; /* terminal info */ argument
41 struct winsize win; /* window info */ argument
/freebsd/usr.bin/truss/
H A Dsetup.c148 setup_and_wait(struct trussinfo *info, char *command[]) in setup_and_wait()
172 start_tracing(struct trussinfo *info, pid_t pid) in start_tracing()
293 add_threads(struct trussinfo *info, struct procinfo *p) in add_threads()
321 new_proc(struct trussinfo *info, pid_t pid, lwpid_t lwpid) in new_proc()
364 detach_all_procs(struct trussinfo *info) in detach_all_procs()
375 find_proc(struct trussinfo *info, pid_t pid) in find_proc()
391 find_thread(struct trussinfo *info, pid_t pid, lwpid_t lwpid) in find_thread()
413 find_exit_thread(struct trussinfo *info, pid_t pid) in find_exit_thread()
453 enter_syscall(struct trussinfo *info, struct threadinfo *t, in enter_syscall()
513 thread_exit_syscall(struct trussinfo *info) in thread_exit_syscall()
[all …]
/freebsd/contrib/opencsd/decoder/source/i_dec/
H A Dtrc_idec_arminst.cpp73 int inst_ARM_is_indirect_branch(uint32_t inst, struct decode_info *info) in inst_ARM_is_indirect_branch()
126 int inst_Thumb_is_direct_branch(uint32_t inst, struct decode_info *info) in inst_Thumb_is_direct_branch()
132 …_is_direct_branch_link(uint32_t inst, uint8_t *is_link, uint8_t *is_cond, struct decode_info *info) in inst_Thumb_is_direct_branch_link()
179 int inst_Thumb_is_indirect_branch(uint32_t inst, struct decode_info *info) in inst_Thumb_is_indirect_branch()
185 int inst_Thumb_is_indirect_branch_link(uint32_t inst, uint8_t *is_link, struct decode_info *info) in inst_Thumb_is_indirect_branch_link()
236 int inst_A64_is_direct_branch(uint32_t inst, struct decode_info *info) in inst_A64_is_direct_branch()
242 int inst_A64_is_direct_branch_link(uint32_t inst, uint8_t *is_link, struct decode_info *info) in inst_A64_is_direct_branch_link()
262 int inst_A64_wfiwfe(uint32_t inst, struct decode_info *info) in inst_A64_wfiwfe()
285 int inst_A64_is_indirect_branch(uint32_t inst, struct decode_info *info) in inst_A64_is_indirect_branch()
291 int inst_A64_is_indirect_branch_link(uint32_t inst, uint8_t *is_link, struct decode_info *info) in inst_A64_is_indirect_branch_link()
[all …]
H A Dtrc_i_decode.cpp42 struct decode_info info; in DecodeInstruction() local
72 ocsd_err_t TrcIDecode::DecodeA32(ocsd_instr_info *instr_info, struct decode_info *info) in DecodeA32()
126 ocsd_err_t TrcIDecode::DecodeA64(ocsd_instr_info *instr_info, struct decode_info *info) in DecodeA64()
177 ocsd_err_t TrcIDecode::DecodeT32(ocsd_instr_info *instr_info, struct decode_info *info) in DecodeT32()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c544 OSSL_STORE_INFO *info = OPENSSL_zalloc(sizeof(*info)); in OSSL_STORE_INFO_new() local
556 OSSL_STORE_INFO *info = OSSL_STORE_INFO_new(OSSL_STORE_INFO_NAME, NULL); in OSSL_STORE_INFO_new_NAME() local
569 int OSSL_STORE_INFO_set0_NAME_description(OSSL_STORE_INFO *info, char *desc) in OSSL_STORE_INFO_set0_NAME_description()
582 OSSL_STORE_INFO *info = OSSL_STORE_INFO_new(OSSL_STORE_INFO_PARAMS, params); in OSSL_STORE_INFO_new_PARAMS() local
591 OSSL_STORE_INFO *info = OSSL_STORE_INFO_new(OSSL_STORE_INFO_PUBKEY, pkey); in OSSL_STORE_INFO_new_PUBKEY() local
600 OSSL_STORE_INFO *info = OSSL_STORE_INFO_new(OSSL_STORE_INFO_PKEY, pkey); in OSSL_STORE_INFO_new_PKEY() local
609 OSSL_STORE_INFO *info = OSSL_STORE_INFO_new(OSSL_STORE_INFO_CERT, x509); in OSSL_STORE_INFO_new_CERT() local
618 OSSL_STORE_INFO *info = OSSL_STORE_INFO_new(OSSL_STORE_INFO_CRL, crl); in OSSL_STORE_INFO_new_CRL() local
628 int OSSL_STORE_INFO_get_type(const OSSL_STORE_INFO *info) in OSSL_STORE_INFO_get_type()
633 void *OSSL_STORE_INFO_get0_data(int type, const OSSL_STORE_INFO *info) in OSSL_STORE_INFO_get0_data()
[all …]
/freebsd/sys/kern/
H A Dkern_kcov.c166 struct kcov_info *info; in get_kinfo() local
194 struct kcov_info *info; in trace_pc() local
225 struct kcov_info *info; in trace_cmp() local
270 struct kcov_info *info = arg; in kcov_mmap_cleanup() local
303 struct kcov_info *info; in kcov_open() local
320 struct kcov_info *info; in kcov_close() local
339 struct kcov_info *info; in kcov_mmap_single() local
359 kcov_alloc(struct kcov_info *info, size_t entries) in kcov_alloc()
397 kcov_free(struct kcov_info *info) in kcov_free()
423 struct kcov_info *info; in kcov_ioctl() local
[all …]
/freebsd/sys/dev/axgbe/
H A Dxgbe-ptp.c131 static int xgbe_adjfreq(struct ptp_clock_info *info, s32 delta) in xgbe_adjfreq()
162 static int xgbe_adjtime(struct ptp_clock_info *info, s64 delta) in xgbe_adjtime()
176 static int xgbe_gettime(struct ptp_clock_info *info, struct timespec64 *ts) in xgbe_gettime()
195 static int xgbe_settime(struct ptp_clock_info *info, in xgbe_settime()
215 static int xgbe_enable(struct ptp_clock_info *info, in xgbe_enable()
223 struct ptp_clock_info *info = &pdata->ptp_clock_info; in xgbe_ptp_register() local
/freebsd/sys/gnu/gcov/
H A Dgcc_4_7.c118 gcov_info_filename(struct gcov_info *info) in gcov_info_filename()
128 gcov_info_version(struct gcov_info *info) in gcov_info_version()
141 gcov_info_next(struct gcov_info *info) in gcov_info_next()
154 gcov_info_link(struct gcov_info *info) in gcov_info_link()
166 gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()
184 counter_active(struct gcov_info *info, unsigned int type) in counter_active()
191 num_counter_active(struct gcov_info *info) in num_counter_active()
208 gcov_info_reset(struct gcov_info *info) in gcov_info_reset()
282 gcov_info_dup(struct gcov_info *info) in gcov_info_dup()
350 gcov_info_free(struct gcov_info *info) in gcov_info_free()
[all …]
H A Dgcov_fs.c103 __gcov_init(struct gcov_info *info) in __gcov_init()
306 struct gcov_info *info; in get_accumulated_info() local
331 struct gcov_info *info; in gcov_seq_open() local
370 struct gcov_info *info; in gcov_seq_release() local
391 struct gcov_info *info; in get_node_by_name() local
443 struct gcov_info *info; in gcov_seq_write() local
585 init_node(struct gcov_node *node, struct gcov_info *info, in init_node()
603 new_node(struct gcov_node *parent, struct gcov_info *info, const char *name) in new_node()
705 add_node(struct gcov_info *info) in add_node()
756 add_info(struct gcov_node *node, struct gcov_info *info) in add_info()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_raw.c57 struct raw_info *info; in archive_read_support_format_raw() local
110 struct raw_info *info; in archive_read_format_raw_read_header() local
131 struct raw_info *info; in archive_read_format_raw_read_data() local
171 struct raw_info *info = (struct raw_info *)(a->format->data); in archive_read_format_raw_read_data_skip() local
185 struct raw_info *info; in archive_read_format_raw_cleanup() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h27 background_thread_wakeup_time_get(background_thread_info_t *info) { in background_thread_wakeup_time_get()
35 background_thread_wakeup_time_set(tsdn_t *tsdn, background_thread_info_t *info, in background_thread_wakeup_time_set()
44 background_thread_indefinite_sleep(background_thread_info_t *info) { in background_thread_indefinite_sleep()
54 background_thread_info_t *info = in arena_background_thread_inactivity_check() local
/freebsd/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c183 struct mech_info *info; in _rpc_gss_load_mech() local
241 struct qop_info *info; in _rpc_gss_load_qop() local
298 struct mech_info *info; in rpc_gss_mech_to_oid() local
314 struct mech_info *info; in rpc_gss_oid_to_mech() local
332 struct qop_info *info; in rpc_gss_qop_to_num() local
349 struct qop_info *info; in _rpc_gss_num_to_qop() local
374 struct mech_info *info; in rpc_gss_get_mech_info() local
409 struct mech_info *info; in rpc_gss_is_installed() local
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c91 struct fb_info *info; vt_fb_ioctl() local
140 struct fb_info *info; vt_fb_mmap() local
168 struct fb_info *info; vt_fb_setpixel() local
222 struct fb_info *info; vt_fb_blank() local
273 struct fb_info *info; vt_fb_bitblt_bitmap() local
431 struct fb_info *info; vt_fb_postswitch() local
440 vt_fb_init_colors(struct fb_info * info) vt_fb_init_colors() argument
465 struct fb_info *info; vt_fb_init() local
515 vt_fb_attach(struct fb_info * info) vt_fb_attach() argument
525 vt_fb_detach(struct fb_info * info) vt_fb_detach() argument
[all...]
/freebsd/lib/libbe/
H A Dbe_access.c53 struct be_mountcheck_info *info; in be_mountcheck_cb() local
81 struct be_mount_info *info; in be_mount_iter() local
154 struct be_mount_info *info; in be_umount_iter() local
196 struct be_mountcheck_info info; in be_mounted_at() local
241 struct be_mount_info info; in be_mount() local
295 struct be_mount_info info; in be_unmount() local
/freebsd/contrib/netbsd-tests/kernel/
H A Dmsg.h67 msg_write_child(const char *info, struct msg_fds *fds, void *msg, size_t len) in msg_write_child()
85 msg_write_parent(const char *info, struct msg_fds *fds, void *msg, size_t len) in msg_write_parent()
103 msg_read_parent(const char *info, struct msg_fds *fds, void *msg, size_t len) in msg_read_parent()
121 msg_read_child(const char *info, struct msg_fds *fds, void *msg, size_t len) in msg_read_child()
/freebsd/sys/arm/arm/
H A Dunwind.c160 clear_module_info(struct module_info *info) in clear_module_info()
171 populate_module_info(struct module_info *info, linker_file_t lf) in populate_module_info()
190 struct module_info *info; in create_module_info() local
207 struct module_info *info; in find_module_info() local
224 struct module_info *info; in unwind_module_loaded() local
252 struct module_info *info; in unwind_module_unloaded() local
314 struct module_info *info; in find_index() local
/freebsd/usr.sbin/mfiutil/
H A Dmfi_drive.c58 struct mfi_pd_info info; in mfi_drive_name() local
282 mfi_pd_get_info(int fd, uint16_t device_id, struct mfi_pd_info *info, in mfi_pd_get_info()
331 mfi_pd_inq_string(struct mfi_pd_info *info) in mfi_pd_inq_string()
384 struct mfi_pd_info info; in drive_set_state() local
493 struct mfi_pd_info info; in start_rebuild() local
550 struct mfi_pd_info info; in abort_rebuild() local
607 struct mfi_pd_info info; in drive_progress() local
659 struct mfi_pd_info info; in drive_clear() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cpp96 AddressInfo *info = &cur->info; in get_new_frame() local
114 AddressInfo *info in SymbolizeCodePCInfoCallback() local
128 AddressInfo *info = cdata->get_new_frame(addr); SymbolizeCodeCallback() local
136 DataInfo *info = (DataInfo *)vdata; SymbolizeDataCallback() local
172 SymbolizeData(uptr addr,DataInfo * info) SymbolizeData() argument
189 SymbolizeData(uptr addr,DataInfo * info) SymbolizeData() argument
[all...]
/freebsd/sys/dev/irdma/
H A Dirdma_ctrl.c238 struct irdma_add_arp_cache_entry_info *info, in irdma_sc_add_arp_cache_entry()
310 struct irdma_apbvt_info *info, in irdma_sc_manage_apbvt_entry()
358 struct irdma_qhash_table_info *info, in irdma_sc_manage_qhash_table_entry()
432 irdma_sc_qp_init(struct irdma_sc_qp *qp, struct irdma_qp_init_info *info) in irdma_sc_qp_init()
509 irdma_sc_qp_create(struct irdma_sc_qp *qp, struct irdma_create_qp_info *info, in irdma_sc_qp_create()
562 irdma_sc_qp_modify(struct irdma_sc_qp *qp, struct irdma_modify_qp_info *info, in irdma_sc_qp_modify()
703 struct irdma_qp_host_ctx_info *info) in irdma_sc_qp_setctx_roce()
865 struct irdma_local_mac_entry_info *info, in irdma_sc_add_local_mac_entry()
940 struct irdma_qp_host_ctx_info *info) in irdma_sc_qp_setctx()
1129 struct irdma_allocate_stag_info *info, in irdma_sc_alloc_stag()
[all …]
H A Dirdma_uda.h84 struct irdma_ah_info *info, u64 scratch) in irdma_sc_create_ah()
91 struct irdma_ah_info *info, u64 scratch) in irdma_sc_destroy_ah()
98 struct irdma_mcast_grp_info *info, in irdma_sc_create_mcast_grp()
106 struct irdma_mcast_grp_info *info, in irdma_sc_modify_mcast_grp()
114 struct irdma_mcast_grp_info *info, in irdma_sc_destroy_mcast_grp()
/freebsd/sys/dev/ipmi/
H A Dipmi_isa.c56 struct ipmi_get_info info; in ipmi_isa_identify() local
98 ipmi_hint_identify(device_t dev, struct ipmi_get_info *info) in ipmi_hint_identify() argument
174 struct ipmi_get_info info; ipmi_isa_attach() local
[all...]
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_siginfo.c71 sig_debug(int signo, siginfo_t *info, ucontext_t *ctx) in sig_debug()
100 sigalrm_action(int signo, siginfo_t *info, void *ptr) in sigalrm_action()
137 sigchild_action(int signo, siginfo_t *info, void *ptr) in sigchild_action()
287 sigfpe_flt_action(int signo, siginfo_t *info, void *ptr) in sigfpe_flt_action()
347 sigfpe_int_action(int signo, siginfo_t *info, void *ptr) in sigfpe_int_action()
397 sigsegv_action(int signo, siginfo_t *info, void *ptr) in sigsegv_action()
433 sigbus_action(int signo, siginfo_t *info, void *ptr) in sigbus_action()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c45 struct ieee80211_tx_info *info, in iwl_mvm_tx_csum() argument
151 struct ieee80211_tx_info *info, u8 sta_id) in iwl_mvm_set_tx_cmd() argument
249 iwl_mvm_get_tx_ant(struct iwl_mvm * mvm,struct ieee80211_tx_info * info,struct ieee80211_sta * sta,__le16 fc) iwl_mvm_get_tx_ant() argument
266 iwl_mvm_get_inject_tx_rate(struct iwl_mvm * mvm,struct ieee80211_tx_info * info) iwl_mvm_get_inject_tx_rate() argument
314 iwl_mvm_get_tx_rate(struct iwl_mvm * mvm,struct ieee80211_tx_info * info,struct ieee80211_sta * sta,__le16 fc) iwl_mvm_get_tx_rate() argument
377 iwl_mvm_get_tx_rate_n_flags(struct iwl_mvm * mvm,struct ieee80211_tx_info * info,struct ieee80211_sta * sta,__le16 fc) iwl_mvm_get_tx_rate_n_flags() argument
388 iwl_mvm_set_tx_cmd_rate(struct iwl_mvm * mvm,struct iwl_tx_cmd * tx_cmd,struct ieee80211_tx_info * info,struct ieee80211_sta * sta,__le16 fc) iwl_mvm_set_tx_cmd_rate() argument
429 iwl_mvm_set_tx_cmd_pn(struct ieee80211_tx_info * info,u8 * crypto_hdr) iwl_mvm_set_tx_cmd_pn() argument
450 iwl_mvm_set_tx_cmd_crypto(struct iwl_mvm * mvm,struct ieee80211_tx_info * info,struct iwl_tx_cmd * tx_cmd,struct sk_buff * skb_frag,int hdrlen) iwl_mvm_set_tx_cmd_crypto() argument
508 iwl_mvm_set_tx_params(struct iwl_mvm * mvm,struct sk_buff * skb,struct ieee80211_tx_info * info,int hdrlen,struct ieee80211_sta * sta,u8 sta_id) iwl_mvm_set_tx_params() argument
615 iwl_mvm_get_ctrl_vif_queue(struct iwl_mvm * mvm,struct iwl_mvm_vif_link_info * link,struct ieee80211_tx_info * info,struct sk_buff * skb) iwl_mvm_get_ctrl_vif_queue() argument
661 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); iwl_mvm_probe_resp_set_noa() local
722 struct ieee80211_tx_info info; iwl_mvm_tx_skb_non_sta() local
939 iwl_mvm_tx_tso(struct iwl_mvm * mvm,struct sk_buff * skb,struct ieee80211_tx_info * info,struct ieee80211_sta * sta,struct sk_buff_head * mpdus_skb) iwl_mvm_tx_tso() argument
1044 iwl_mvm_tx_tso(struct iwl_mvm * mvm,struct sk_buff * skb,struct ieee80211_tx_info * info,struct ieee80211_sta * sta,struct sk_buff_head * mpdus_skb) iwl_mvm_tx_tso() argument
1118 iwl_mvm_tx_mpdu(struct iwl_mvm * mvm,struct sk_buff * skb,struct ieee80211_tx_info * info,struct ieee80211_sta * sta) iwl_mvm_tx_mpdu() argument
1277 struct ieee80211_tx_info info; iwl_mvm_tx_skb_sta() local
1505 iwl_mvm_hwrate_to_tx_status(const struct iwl_fw * fw,u32 rate_n_flags,struct ieee80211_tx_info * info) iwl_mvm_hwrate_to_tx_status() argument
1612 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); iwl_mvm_rx_tx_cmd_single() local
1962 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); iwl_mvm_tx_reclaim() local
2013 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); iwl_mvm_tx_reclaim() local
[all...]
/freebsd/tests/sys/file/
H A Dclosefrom_test.c83 cok(struct shared_info *info, const char *descr) in cok()
92 cfail(struct shared_info *info, const char *descr, const char *fmt, ...) in cfail()
106 #define cfail_err(info, descr) cfail((info), (descr), "%s", strerror(errno)) argument
143 struct shared_info *info; in main() local

12345678910>>...38