Searched refs:info (Results 1 - 25 of 1719) sorted by relevance

1234567891011>>

/freebsd-current/sys/x86/pci/
H A Dpci_early_quirks.h79 #define INTEL_VGA_DEVICE(id, info) { \
81 info }
83 #define INTEL_I810_IDS(info) \
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) \
89 INTEL_VGA_DEVICE(0x1132, info) /* I815*/
91 #define INTEL_I830_IDS(info) \
92 INTEL_VGA_DEVICE(0x3577, info)
[all...]
/freebsd-current/usr.sbin/syslogd/
H A Dftp.conf1 ftp.info /var/log/xferlog
H A Dlpr.conf1 lpr.info /var/log/lpd-errs
/freebsd-current/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in26 my %info = get_info($host);
27 last if not %info;
36 $dhost, $info{stratum}, $info{offset}, $info{syncdistance};
37 printf ", refid '%s'", $info{refid} if $info{stratum} == 1;
40 last if $info{stratum} == 0 || $info{stratum} == 1 ||
41 $info{stratu
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dl.cpp27 Dl_info info; local
28 int ret = dladdr((void *)&SanitizerToolName, &info);
30 return info.dli_fname;
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_raw.c57 struct raw_info *info; local
64 info = (struct raw_info *)calloc(1, sizeof(*info));
65 if (info == NULL) {
72 info,
84 free(info);
110 struct raw_info *info; local
112 info = (struct raw_info *)(a->format->data);
113 if (info->end_of_file)
131 struct raw_info *info; local
171 struct raw_info *info = (struct raw_info *)(a->format->data); local
185 struct raw_info *info; local
[all...]
/freebsd-current/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-needshutdown.sh.in6 info "ZFS: No active pools, no need to export anything."
8 info "ZFS: There is an active pool, will export it."
H A Dparse-zfs.sh.in10 info "ZFS: Using hostid from command line: ${spl_hostid}"
13 info "ZFS: Using hostid from /etc/hostid: $(hostid)"
21 info "ZFS: Boot dataset autodetected from bootfs=."
23 info "ZFS: Boot dataset is ${root}."
34 info "ZFS: no ZFS-on-root."
H A Dexport-zfs.sh.in4 info "ZFS: Exporting ZFS storage pools..."
9 info "ZFS: There was a problem exporting pools."
13 info "ZFS: pool list"
/freebsd-current/bin/stty/
H A Dextern.h32 int csearch(char ***, struct info *);
36 int ksearch(char ***, struct info *);
37 int msearch(char ***, struct info *);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DCrashReason.cpp13 std::string GetCrashReasonString(const siginfo_t &info) { argument
16 reinterpret_cast<lldb::addr_t>(info.si_lower);
18 reinterpret_cast<lldb::addr_t>(info.si_upper);
26 info.si_signo, info.si_code,
27 reinterpret_cast<uintptr_t>(info.si_addr), lower, upper);
H A DCrashReason.h18 std::string GetCrashReasonString(const siginfo_t &info);
/freebsd-current/usr.bin/posixmqcontrol/
H A Dposixmqcontroltest8x64.sh2 # exercises create, info, send and recv subcommands.
7 ${subject} info -q "$topic" 2>/dev/null
19 info=$(${subject} info -q "$topic")
24 actual=$(echo "${info}" | grep 'MSGSIZE: ')
31 actual=$(echo "${info}" | grep 'MAXMSG: ')
38 actual=$(echo "${info}" | grep 'CURMSG: ')
54 info=$(${subject} info -q "$topic")
59 actual=$(echo "${info}" | gre
[all...]
/freebsd-current/lib/libbe/
H A Dbe_access.c53 struct be_mountcheck_info *info; local
58 info = (struct be_mountcheck_info *)data;
61 if (strcmp(mountpoint, info->path) == 0) {
62 info->name = strdup(zfs_get_name(zfs_hdl));
81 struct be_mount_info *info; local
83 info = (struct be_mount_info *)data;
95 if (info->depth == 0) {
96 snprintf(tmp, BE_MAXPATHLEN, "%s", info->mountpoint);
115 mountpoint = be_mountpoint_augmented(info->lbh, zfs_mnt);
116 snprintf(tmp, BE_MAXPATHLEN, "%s%s", info
154 struct be_mount_info *info; local
196 struct be_mountcheck_info info; local
241 struct be_mount_info info; local
295 struct be_mount_info info; local
[all...]
/freebsd-current/sys/kern/
H A Dkern_kcov.c64 MALLOC_DEFINE(M_KCOV_INFO, "kcovinfo", "KCOV info type");
139 static int kcov_alloc(struct kcov_info *info, size_t entries);
140 static void kcov_free(struct kcov_info *info);
166 struct kcov_info *info; local
180 * If info is NULL or the state is not running we are not tracing.
182 info = td->td_kcov_info;
183 if (info == NULL ||
184 atomic_load_acq_int(&info->state) != KCOV_STATE_RUNNING)
187 return (info);
194 struct kcov_info *info; local
225 struct kcov_info *info; local
270 struct kcov_info *info = arg; local
303 struct kcov_info *info; local
320 struct kcov_info *info; local
339 struct kcov_info *info; local
359 kcov_alloc(struct kcov_info *info, size_t entries) argument
397 kcov_free(struct kcov_info *info) argument
423 struct kcov_info *info; local
516 struct kcov_info *info; local
[all...]
/freebsd-current/sys/dev/sound/pcm/
H A Dfeeder_format.c121 struct feed_format_info *info; local
150 info = malloc(sizeof(*info), M_DEVBUF, M_NOWAIT | M_ZERO);
151 if (info == NULL)
154 info->channels = AFMT_CHANNEL(f->desc->in);
156 info->ibps = AFMT_BPS(f->desc->in);
157 info->ialign = info->ibps * info->channels;
158 info
172 struct feed_format_info *info; local
186 struct feed_format_info *info; local
210 struct feed_format_info *info; local
[all...]
H A Dfeeder_rate.c432 z_feed_zoh(struct z_info *info, uint8_t *dst) argument
435 z_copy(info->z_delay +
436 (info->z_start * info->channels * info->bps), dst,
437 info->channels * info->bps);
442 cnt = info->channels * info->bps;
443 src = info
705 z_resampler_reset(struct z_info *info) argument
737 z_resampler_sinc_len(struct z_info *info) argument
1029 z_resampler_build_polyphase(struct z_info *info) argument
1093 struct z_info *info; local
1436 struct z_info *info; local
1491 struct z_info *info; local
1518 struct z_info *info; local
1551 struct z_info *info; local
1571 struct z_info *info; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_dl.h22 void UnpoisonDllAddrInfo(void *info);
/freebsd-current/sys/dev/irdma/
H A Dirdma_uda.c46 * @info: ah information
51 irdma_sc_access_ah(struct irdma_sc_cqp *cqp, struct irdma_ah_info *info, argument
62 FIELD_PREP(IRDMAQPC_MACADDRESS, irdma_mac_to_u64(info->mac_addr)));
64 qw1 = FIELD_PREP(IRDMA_UDA_CQPSQ_MAV_PDINDEXLO, info->pd_idx) |
65 FIELD_PREP(IRDMA_UDA_CQPSQ_MAV_TC, info->tc_tos) |
66 FIELD_PREP(IRDMA_UDAQPC_VLANTAG, info->vlan_tag);
68 qw2 = FIELD_PREP(IRDMA_UDA_CQPSQ_MAV_ARPINDEX, info->dst_arpindex) |
69 FIELD_PREP(IRDMA_UDA_CQPSQ_MAV_FLOWLABEL, info->flow_label) |
70 FIELD_PREP(IRDMA_UDA_CQPSQ_MAV_HOPLIMIT, info->hop_ttl) |
71 FIELD_PREP(IRDMA_UDA_CQPSQ_MAV_PDINDEXHI, info
121 irdma_create_mg_ctx(struct irdma_mcast_grp_info *info) argument
150 irdma_access_mcast_grp(struct irdma_sc_cqp *cqp, struct irdma_mcast_grp_info *info, u32 op, u64 scratch) argument
[all...]
/freebsd-current/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c71 vt_efb_initialize(struct fb_info *info, phandle_t node) argument
73 vt_efb_initialize(struct fb_info *info)
91 switch (info->fb_depth) {
93 vt_config_cons_colors(info, COLOR_FORMAT_RGB,
97 vt_config_cons_colors(info, COLOR_FORMAT_RGB,
101 vt_config_cons_colors(info, COLOR_FORMAT_RGB,
107 vt_config_cons_colors(info,
110 vt_config_cons_colors(info,
116 (cell_t)((info->fb_cmap[i] >> 16) & 0xff),
117 (cell_t)((info
175 struct fb_info *info; local
[all...]
/freebsd-current/sys/dev/fb/
H A Dsplash_bmp.c77 video_info_t info; local
85 if ((vidd_get_info(adp, modes[i], &info) == 0) &&
86 (bmp_Init((u_char *)bmp_decoder.data, info.vi_width,
87 info.vi_height, info.vi_depth) == 0))
237 ** Given (info), set the pixel at (x),(y) to (val)
241 bmp_SetPix(BMP_INFO *info, int x, int y, u_char val) argument
249 if ((x < 0) || (x >= info->swidth) || (y < 0) || (y >= info->sheight))
256 sofs = ((info
297 bmp_DecodeRLE4(BMP_INFO *info, int line) argument
362 bmp_DecodeRLE8(BMP_INFO *info, int line) argument
415 bmp_DecodeLine(BMP_INFO *info, int line) argument
[all...]
/freebsd-current/lib/libc/sys/
H A Dwaitid.c44 __waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags) argument
49 ret = INTERPOS_SYS(wait6, idtype, id, &status, flags, NULL, info);
59 if (ret == 0 && info != NULL)
60 memset(info, 0, sizeof(*info));
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h27 background_thread_wakeup_time_get(background_thread_info_t *info) { argument
28 uint64_t next_wakeup = nstime_ns(&info->next_wakeup);
29 assert(atomic_load_b(&info->indefinite_sleep, ATOMIC_ACQUIRE) ==
35 background_thread_wakeup_time_set(tsdn_t *tsdn, background_thread_info_t *info, argument
37 malloc_mutex_assert_owner(tsdn, &info->mtx);
38 atomic_store_b(&info->indefinite_sleep,
40 nstime_init(&info->next_wakeup, wakeup_time);
44 background_thread_indefinite_sleep(background_thread_info_t *info) { argument
45 return atomic_load_b(&info->indefinite_sleep, ATOMIC_ACQUIRE);
54 background_thread_info_t *info local
[all...]
/freebsd-current/sys/dev/ipmi/
H A Dipmi_isa.c56 struct ipmi_get_info info; local
59 if (ipmi_smbios_identify(&info) && info.iface_type != SSIF_MODE &&
98 ipmi_hint_identify(device_t dev, struct ipmi_get_info *info) argument
110 bzero(info, sizeof(struct ipmi_get_info));
112 info->iface_type = KCS_MODE;
113 info->address = 0xca2;
114 info->io_mode = 1;
115 info->offset = 1;
117 info
174 struct ipmi_get_info info; local
[all...]
/freebsd-current/contrib/mandoc/
H A Dmandoc_ohash.c35 struct ohash_info info; local
37 info.alloc = hash_alloc;
38 info.calloc = hash_calloc;
39 info.free = hash_free;
40 info.data = NULL;
41 info.key_offset = ko;
43 ohash_init(h, sz, &info);

Completed in 195 milliseconds

1234567891011>>