Searched refs:info (Results 251 - 275 of 1721) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-recursive.mk21 . info still there # Therefore this line is printed.
22 . info ${DIRECT} # But expanding the variable is an error.
29 . info ${INDIRECT1}
37 . info ${CONDITIONAL}
45 . info $V
H A Dvarmod-to-abs.mk19 .info ${does-not-exist.c:L:tA}
21 .info ${does-not-exist.c:L:tA}
26 .info ${MAKEFILE:tA}
/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_volume.c84 mfi_ld_get_info(int fd, uint8_t target_id, struct mfi_ld_info *info, argument
90 return (mfi_dcmd_command(fd, MFI_DCMD_LD_GET_INFO, info,
448 struct mfi_ld_info info; local
472 /* Get the info for this drive. */
473 if (mfi_ld_get_info(fd, target_id, &info, NULL) < 0) {
475 warn("Failed to fetch info for volume %s",
482 if (info.progress.active & MFI_LD_PROGRESS_CC)
483 mfi_display_progress("Consistency Check", &info.progress.cc);
484 if (info.progress.active & MFI_LD_PROGRESS_BGI)
485 mfi_display_progress("Background Init", &info
[all...]
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlcode.c288 freereg(fs, e->u.info);
375 e->u.info = GETARG_A(getcode(fs, e));
391 e->u.info = luaK_codeABC(fs, OP_GETUPVAL, 0, e->u.info, 0);
402 e->u.info = luaK_codeABC(fs, op, 0, e->u.ind.t, e->u.ind.idx);
434 luaK_codek(fs, reg, e->u.info);
447 if (reg != e->u.info)
448 luaK_codeABC(fs, OP_MOVE, reg, e->u.info, 0);
456 e->u.info = reg;
472 luaK_concat(fs, &e->t, e->u.info); /* pu
[all...]
/freebsd-current/sys/contrib/dev/rtw89/
H A Ddebug.c2210 const struct rtw89_mac_dbg_port_info *info; local
2218 info = &dbg_port_ptcl_c0;
2225 info = &dbg_port_ptcl_c1;
2232 info = &dbg_port_sch_c0;
2239 info = &dbg_port_sch_c1;
2246 info = &dbg_port_tmac_c0;
2263 info = &dbg_port_tmac_c1;
2280 info = &dbg_port_rmac_c0;
2302 info = &dbg_port_rmac_c1;
2324 info
2813 const struct rtw89_mac_dbg_port_info *info; local
3380 const struct rtw89_rx_rate_cnt_info *info; local
3441 struct rtw89_pktofld_info *info; local
[all...]
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Ddp_mon.c591 u32 info[7]; local
598 info[0] = __le32_to_cpu(ppdu_start->info0);
601 u32_get_bits(info[0], HAL_RX_PPDU_START_INFO0_PPDU_ID);
618 info[0] = __le32_to_cpu(eu_stats->info0);
619 info[1] = __le32_to_cpu(eu_stats->info1);
620 info[2] = __le32_to_cpu(eu_stats->info2);
621 info[4] = __le32_to_cpu(eu_stats->info4);
622 info[5] = __le32_to_cpu(eu_stats->info5);
623 info[6] = __le32_to_cpu(eu_stats->info6);
626 u32_get_bits(info[
1603 u32 info[7]; local
[all...]
/freebsd-current/contrib/unbound/dnstap/
H A Ddtstream.c93 static void dtio_stop_flush_exit(struct stop_flush_info* info);
1374 struct stop_flush_info* info)
1381 if(info) dtio_stop_flush_exit(info);
1395 if(info) dtio_stop_flush_exit(info);
1404 if(info) dtio_stop_flush_exit(info);
1426 if(info) dtio_stop_flush_exit(info);
1373 dtio_ssl_handshake(struct dt_io_thread* dtio, struct stop_flush_info* info) argument
1650 dtio_stop_flush_exit(struct stop_flush_info* info) argument
1662 dtio_control_stop_send(struct stop_flush_info* info) argument
1689 struct stop_flush_info* info = (struct stop_flush_info*)arg; local
1699 struct stop_flush_info* info = (struct stop_flush_info*)arg; local
1771 struct stop_flush_info info; local
[all...]
/freebsd-current/contrib/capsicum-test/
H A Dcapsicum-test-main.cc120 struct stat info;
121 stat(tmpdir.c_str(), &info);
122 assert(S_ISDIR(info.st_mode));
145 struct stat info; local
146 if (stat(argv[0], &info) == 0) {
147 other_uid = info.st_uid;
/freebsd-current/contrib/sendmail/libsm/
H A Dfopen.c92 ** info -- info describing what is to be opened (type dependent)
107 sm_io_open(type, timeout, info, flags, rpool)
110 const void *info;
148 if ((*fp->f_open)(fp, info, flags, rpool) < 0)
208 ** info -- information about what is to be "re-opened" (type dep.)
221 sm_io_reopen(type, timeout, info, flags, rpool, fp)
224 const void *info;
288 ret = (*fp2->f_open)(fp2, info, flags, rpool);
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dcontext_s.c71 set_socket_info(krb5_context context, struct addrinfo **info) argument
73 kadm5_log_signal_socket_info(context, 0, info);
82 struct hdb_dbinfo *info, *d; local
87 ret = hdb_get_dbinfo(context, &info);
92 while ((d = hdb_dbinfo_get_next(info, d)) != NULL) {
116 hdb_free_dbinfo(context, &info);
/freebsd-current/usr.bin/backlight/
H A Dbacklight.c91 struct backlight_info info; local
210 if (ioctl(fd, BACKLIGHTGETINFO, &info) == -1)
213 printf("Backlight name: %s\n", info.name);
214 printf("Backlight hardware type: %s\n", backlight_type_to_string(info.type));
216 printf("%s\n", info.name);
217 printf("%s\n", backlight_type_to_string(info.type));
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp175 struct vm_region_submap_info_64 info; local
178 (vm_region_info_t)&info, &count);
181 if (info.user_tag == VM_MEMORY_OS_ALLOC_ONCE) {
187 } else if (info.user_tag == VM_MEMORY_FOUNDATION) {
192 } else if (info.user_tag == VM_MEMORY_LIBDISPATCH) {
218 if (use_root_regions && (info.protection & kProtectionRead))
/freebsd-current/crypto/openssl/test/
H A Dossl_store_test.c76 OSSL_STORE_INFO *info; local
84 && (info = OSSL_STORE_load(ctx)) != NULL
86 if (OSSL_STORE_INFO_get_type(info) == OSSL_STORE_INFO_PARAMS) {
87 pkey = OSSL_STORE_INFO_get1_PARAMS(info);
89 OSSL_STORE_INFO_free(info);
90 info = NULL;
/freebsd-current/contrib/libdiff/lib/
H A Ddiff_output_edscript.c33 FILE *dest, const struct diff_input_info *info,
112 FILE *dest, const struct diff_input_info *info,
146 diff_output_get_label_left(info),
147 diff_output_get_label_right(info));
181 rc = output_edscript_chunk(outinfo, dest, info, result, &cc);
188 return output_edscript_chunk(outinfo, dest, info, result, &cc);
32 output_edscript_chunk(struct diff_output_info *outinfo, FILE *dest, const struct diff_input_info *info, const struct diff_result *result, struct diff_chunk_context *cc) argument
111 diff_output_edscript(struct diff_output_info **output_info, FILE *dest, const struct diff_input_info *info, const struct diff_result *result) argument
/freebsd-current/sys/dev/ice/
H A Dice_rdma.c70 static int ice_rdma_check_version(struct ice_rdma_info *info);
314 vsi->info.q_opt_flags |= ICE_AQ_VSI_Q_OPT_PE_FLTR_EN;
316 vsi->info.q_opt_flags &= ~ICE_AQ_VSI_Q_OPT_PE_FLTR_EN;
414 * @info: the RDMA client information structure
422 ice_rdma_check_version(struct ice_rdma_info *info) argument
425 if (info->major_version != ICE_RDMA_MAJOR_VERSION) {
428 info->major_version, info->minor_version, info->patch_version,
441 if (info
492 ice_rdma_register(struct ice_rdma_info *info) argument
[all...]
/freebsd-current/contrib/tcpdump/
H A Dprint-cdp.c258 const struct cdp_tlvinfo *info; local
269 info = type <= T_MAX ? &cdptlvs[type] : NULL;
270 name = (info && info->name) ? info->name : "unknown field type";
295 if (info) {
296 if ((info->min_len > 0 && len < (unsigned)info->min_len) ||
297 (info->max_len > 0 && len > (unsigned)info
[all...]
/freebsd-current/usr.bin/mkuzip/
H A Dmkuz_lzma.c93 ulp->strm.avail_in = iblk->info.len;
101 "out=%zd)", ret, (iblk->info.len - ulp->strm.avail_in),
108 oblk->info.len = oblk->alen - ulp->strm.avail_out;
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_drive.c51 mpt_pdstate(CONFIG_PAGE_RAID_PHYS_DISK_0 *info) argument
55 switch (info->PhysDiskStatus.State) {
57 if ((info->PhysDiskStatus.Flags &
59 info->PhysDiskSettings.HotSparePool == 0)
78 sprintf(buf, "PSTATE 0x%02x", info->PhysDiskStatus.State);
125 * read the drive info.
179 * Go ahead and read the info for all the volumes. For this
190 warn("Failed to read volume info");
328 CONFIG_PAGE_RAID_PHYS_DISK_0 *info; local
354 /* Get the info fo
[all...]
/freebsd-current/crypto/heimdal/appl/su/
H A Dsu.c122 struct passwd *info; local
124 info = malloc(sizeof(*info));
125 if(info == NULL)
127 info->pw_name = strdup(pwd->pw_name);
128 info->pw_passwd = strdup(pwd->pw_passwd);
129 info->pw_uid = pwd->pw_uid;
130 info->pw_gid = pwd->pw_gid;
131 info->pw_dir = strdup(pwd->pw_dir);
132 info
[all...]
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dtest_windows.in44 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
47 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
/freebsd-current/contrib/mandoc/
H A Dcompat_ohash.h40 struct ohash_info info; member in struct:ohash
/freebsd-current/sys/dev/ixl/
H A Dixl_pf_iov.c59 static int ixl_vf_config_tx_queue(struct ixl_pf *pf, struct ixl_vf *vf, struct virtchnl_txq_info *info);
60 static int ixl_vf_config_rx_queue(struct ixl_pf *pf, struct ixl_vf *vf, struct virtchnl_rxq_info *info);
141 bzero(&vsi_ctx.info, sizeof(vsi_ctx.info));
143 vsi_ctx.info.valid_sections = htole16(I40E_AQ_VSI_PROP_SWITCH_VALID);
145 vsi_ctx.info.switch_id =
148 vsi_ctx.info.valid_sections |= htole16(I40E_AQ_VSI_PROP_SECURITY_VALID);
149 vsi_ctx.info.sec_flags = 0;
151 vsi_ctx.info.sec_flags |= I40E_AQ_VSI_SEC_FLAG_ENABLE_MAC_CHK;
153 vsi_ctx.info
556 ixl_vf_config_tx_queue(struct ixl_pf *pf, struct ixl_vf *vf, struct virtchnl_txq_info *info) argument
601 ixl_vf_config_rx_queue(struct ixl_pf *pf, struct ixl_vf *vf, struct virtchnl_rxq_info *info) argument
671 struct virtchnl_vsi_queue_config_info *info; local
1195 struct virtchnl_promisc_info *info; local
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_virt.c34 struct ifla_vf_info *info)
33 mlx5_ib_get_vf_config(struct ib_device *device, int vf, u8 port, struct ifla_vf_info *info) argument
/freebsd-current/sys/dev/syscons/
H A Dsysmouse.c246 sysmouse_event(mouse_info_t *info) argument
265 switch (info->operation) {
267 mouse_status.button = info->u.data.buttons;
270 x = info->u.data.x;
271 y = info->u.data.y;
272 z = info->u.data.z;
276 if (info->u.event.value > 0)
277 mouse_status.button |= info->u.event.id;
279 mouse_status.button &= ~info->u.event.id;
/freebsd-current/sys/dev/usb/
H A Dusb_dynamic.h41 typedef uint8_t (usb_test_quirk_t)(const struct usbd_lookup_info *info,

Completed in 422 milliseconds

<<11121314151617181920>>