Searched refs:desc (Results 1 - 25 of 1923) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/usb/
H A Dusb_parse.c65 * descriptors. If the "desc" argument passed to this function is
70 * Else: Next descriptor after "desc"
79 uint8_t *desc; local
88 desc = (uint8_t *)_desc;
91 if (desc == NULL)
92 desc = start;
94 desc = desc + desc[0];
97 if ((desc < star
201 struct usb_descriptor *desc; local
236 struct usb_descriptor *desc; local
265 struct usb_descriptor *desc = NULL; local
290 struct usb_descriptor *desc; local
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/crypto/
H A Dhash.h55 crypto_shash_init(struct shash_desc *desc) argument
62 crypto_shash_final(struct shash_desc *desc, uint8_t *mic) argument
76 crypto_shash_update(struct shash_desc *desc, uint8_t *data, size_t datalen) argument
83 shash_desc_zero(struct shash_desc *desc) argument
86 explicit_bzero(desc, sizeof(*desc));
90 #define SHASH_DESC_ON_STACK(desc, tfm) \
91 uint8_t ___ ## desc ## _desc[sizeof(struct shash_desc)]; \
92 struct shash_desc *desc = (struct shash_desc *)___ ## desc ## _des
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/spi/
H A Dkcf_spi.c109 kcf_provider_desc_t *desc; local
113 if ((desc = kcf_prov_tab_lookup((crypto_provider_id_t)handle)) == NULL)
116 mutex_enter(&desc->pd_lock);
121 if (desc->pd_state >= KCF_PROV_DISABLED) {
122 mutex_exit(&desc->pd_lock);
124 KCF_PROV_REFRELE(desc);
128 saved_state = desc->pd_state;
129 desc->pd_state = KCF_PROV_REMOVED;
136 if (desc->pd_refcnt > desc
198 init_prov_mechs(const crypto_provider_info_t *info, kcf_provider_desc_t *desc) argument
266 undo_register_provider(kcf_provider_desc_t *desc, boolean_t remove_prov) argument
[all...]
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_packer.c56 * @desc:Array of structure field descriptions
57 * @desc_len:Number of entries in @desc
62 * controlled by the array of fields in @desc.
64 void ib_pack(const struct ib_field *desc, argument
72 if (desc[i].size_bits <= 32) {
78 shift = 32 - desc[i].offset_bits - desc[i].size_bits;
79 if (desc[i].struct_size_bytes)
80 val = value_read(desc[i].struct_offset_bytes,
81 desc[
150 ib_unpack(const struct ib_field *desc, int desc_len, void *buf, void *structure) argument
[all...]
/freebsd-current/sys/dev/enic/
H A Dcq_desc.h47 static inline void cq_color_enc(struct cq_desc *desc, const u8 color) argument
50 desc->type_color |= (1 << CQ_DESC_COLOR_SHIFT);
52 desc->type_color &= ~(1 << CQ_DESC_COLOR_SHIFT);
55 static inline void cq_desc_enc(struct cq_desc *desc, argument
59 desc->type_color = (type & CQ_DESC_TYPE_MASK) |
61 desc->q_number = cpu_to_le16(q_number & CQ_DESC_Q_NUM_MASK);
62 desc->completed_index = cpu_to_le16(completed_index &
69 const struct cq_desc *desc = desc_arg; local
70 const u8 type_color = desc->type_color;
75 * Make sure color bit is read from desc *befor
92 volatile const struct cq_desc *desc = desc_arg; local
[all...]
H A Drq_enet_desc.h29 static inline void rq_enet_desc_enc(volatile struct rq_enet_desc *desc, argument
32 desc->address = cpu_to_le64(address);
33 desc->length_type = cpu_to_le16((length & RQ_ENET_LEN_MASK) |
37 static inline void rq_enet_desc_dec(struct rq_enet_desc *desc, argument
40 *address = le64_to_cpu(desc->address);
41 *length = le16_to_cpu(desc->length_type) & RQ_ENET_LEN_MASK;
42 *type = (u8)((le16_to_cpu(desc->length_type) >> RQ_ENET_LEN_BITS) &
H A Dwq_enet_desc.h39 static inline void wq_enet_desc_enc(struct wq_enet_desc *desc, argument
44 desc->address = cpu_to_le64(address);
45 desc->length = cpu_to_le16(length & WQ_ENET_LEN_MASK);
46 desc->mss_loopback = cpu_to_le16((mss & WQ_ENET_MSS_MASK) <<
48 desc->header_length_flags = cpu_to_le16(
55 desc->vlan_tag = cpu_to_le16(vlan_tag);
58 static inline void wq_enet_desc_dec(struct wq_enet_desc *desc, argument
63 *address = le64_to_cpu(desc->address);
64 *length = le16_to_cpu(desc->length) & WQ_ENET_LEN_MASK;
65 *mss = (le16_to_cpu(desc
[all...]
H A Dcq_enet_desc.h19 static inline void cq_enet_wq_desc_enc(struct cq_enet_wq_desc *desc, argument
22 cq_desc_enc((struct cq_desc *)desc, type,
26 static inline void cq_enet_wq_desc_dec(struct cq_enet_wq_desc *desc, argument
29 cq_desc_dec((struct cq_desc *)desc, type,
110 static inline void cq_enet_rq_desc_enc(struct cq_enet_rq_desc *desc, argument
118 cq_desc_enc((struct cq_desc *)desc, type,
121 desc->completed_index_flags |= cpu_to_le16(
127 desc->q_number_rss_type_flags |= cpu_to_le16(
132 desc->rss_hash = cpu_to_le32(rss_hash);
134 desc
163 cq_enet_rq_desc_dec(struct cq_enet_rq_desc *desc, u8 *type, u8 *color, u16 *q_number, u16 *completed_index, u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, u8 *csum_not_calc, u32 *rss_hash, u16 *bytes_written, u8 *packet_error, u8 *vlan_stripped, u16 *vlan_tci, u16 *checksum, u8 *fcoe_sof, u8 *fcoe_fc_crc_ok, u8 *fcoe_enc_error, u8 *fcoe_eof, u8 *tcp_udp_csum_ok, u8 *udp, u8 *tcp, u8 *ipv4_csum_ok, u8 *ipv6, u8 *ipv4, u8 *ipv4_fragment, u8 *fcs_ok) argument
[all...]
/freebsd-current/release/scripts/
H A Dmake-manifest.sh47 desc="$(eval echo \"\${desc_${distname}}\")"
54 desc="${desc_kernel_dbg}"
57 desc="$(eval echo \"${desc_kernel_alt_dbg}\")"
58 desc="${desc}: $(eval echo ${i%%-dbg.txz} | cut -f 2 -d '.')"
62 desc="$(eval echo \"${desc_kernel_alt}\")"
63 desc="${desc}: $(eval echo ${i%%.txz} | cut -f 2 -d '.')"
70 printf "${dist}\t${hash}\t${nfiles}\t${distname}\t\"${desc}\"\t${default}\n"
/freebsd-current/lib/libifconfig/
H A Dlibifconfig_media.c130 lookup_media_desc(const struct ifmedia_description *desc, const char *name) argument
133 for (; desc->ifmt_string != NULL; ++desc)
134 if (strcasecmp(desc->ifmt_string, name) == 0)
135 return (desc);
141 const struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon339
146 const struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon340
151 const struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon341
221 const struct ifmedia_description *desc; local
224 for (desc
236 const struct ifmedia_description *desc; local
249 const struct ifmedia_description *desc; local
258 const struct ifmedia_description *desc; local
283 const struct ifmedia_description *desc; local
304 const struct ifmedia_description *desc; local
329 const struct ifmedia_description *desc; local
351 const struct ifmedia_description *desc; local
400 const struct ifmedia_description *desc, *opt; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/core/
H A Dkcf_prov_tabs.c204 kcf_provider_desc_t *desc = local
209 desc->pd_mech_indx[i][j] = KCF_INVALID_INDX;
211 desc->pd_prov_id = KCF_PROVID_INVALID;
212 desc->pd_state = KCF_PROV_ALLOCATED;
214 mutex_init(&desc->pd_lock, NULL, MUTEX_DEFAULT, NULL);
215 cv_init(&desc->pd_remove_cv, NULL, CV_DEFAULT, NULL);
217 return (desc);
228 kcf_provider_zero_refcnt(kcf_provider_desc_t *desc) argument
230 mutex_enter(&desc->pd_lock);
231 if (desc
247 kcf_free_provider_desc(kcf_provider_desc_t *desc) argument
[all...]
/freebsd-current/sbin/etherswitchcfg/
H A Difmedia.c403 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon501
407 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon502
411 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon503
479 struct ifmedia_description *desc; local
484 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
485 desc->ifmt_string != NULL; desc++, ttos++)
486 if (type == desc->ifmt_word)
488 if (desc->ifmt_string == NULL)
491 for (i = 0; ttos->subtypes[i].desc !
503 struct ifmedia_description *desc; local
526 struct ifmedia_description *desc; local
565 lookup_media_word(struct ifmedia_description *desc, const char *val) argument
577 struct ifmedia_description *desc; local
588 struct ifmedia_description *desc; local
603 struct ifmedia_description *desc; local
622 struct ifmedia_description *desc; local
640 struct ifmedia_description *desc; local
700 struct ifmedia_description *desc; local
[all...]
/freebsd-current/contrib/netbsd-tests/net/npf/
H A Dt_npf.sh39 local desc="${*}";
43 atf_set \"descr\" \"${desc}\"; \
59 while read tag desc
61 add_test "${tag}" "${desc}"
/freebsd-current/crypto/openssl/test/recipes/
H A D20-test_rand_config.t23 desc => 'HASH-DRBG SHA2-512/256' },
29 desc => 'HASH-DRBG SHA3/512' },
35 desc => 'HMAC-DRBG SHA3/256' },
39 desc => 'CTR-DRBG AES-128 no DRBG' },
41 desc => 'CTR-DRBG AES-256 defaults' },
49 desc => 'CTR-DRBG ARIA-128' },
55 desc => 'CTR-DRBG ARIA-256' },
88 ok(comparelines($_->{expected}), $_->{desc});
/freebsd-current/sys/riscv/riscv/
H A Didentcpu.c148 parse_ext_s(struct cpu_desc *desc, char *isa, int idx, int len) argument
154 desc->smode_extensions |= flag; \
180 parse_ext_x(struct cpu_desc *desc __unused, char *isa, int idx, int len)
194 parse_ext_z(struct cpu_desc *desc __unused, char *isa, int idx, int len)
233 parse_riscv_isa(struct cpu_desc *desc, char *isa, int len) argument
252 desc->isa_extensions |= HWCAP_ISA_BIT(isa[i]);
256 desc->isa_extensions |= HWCAP_ISA_G;
274 i = parse_ext_s(desc, isa, i, len);
281 i = parse_ext_x(desc, isa, i, len);
287 i = parse_ext_z(desc, is
306 parse_mmu_fdt(struct cpu_desc *desc, phandle_t node) argument
320 identify_cpu_features_fdt(u_int cpu, struct cpu_desc *desc) argument
381 identify_cpu_features(u_int cpu, struct cpu_desc *desc) argument
395 update_global_capabilities(u_int cpu, struct cpu_desc *desc) argument
422 identify_cpu_ids(struct cpu_desc *desc) argument
463 struct cpu_desc *desc = &cpu_desc[cpu]; local
474 struct cpu_desc *desc; local
[all...]
/freebsd-current/contrib/pjdfstest/tests/ftruncate/
H A D14.t5 desc="truncate returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-current/contrib/pjdfstest/tests/mkdir/
H A D12.t5 desc="mkdir returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-current/contrib/pjdfstest/tests/mkfifo/
H A D12.t5 desc="mkfifo returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-current/contrib/pjdfstest/tests/mknod/
H A D10.t5 desc="mknod returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-current/contrib/pjdfstest/tests/open/
H A D21.t5 desc="open returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-current/contrib/pjdfstest/tests/rmdir/
H A D15.t5 desc="rmdir returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-current/contrib/pjdfstest/tests/truncate/
H A D14.t5 desc="truncate returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-current/contrib/pjdfstest/tests/unlink/
H A D13.t5 desc="unlink returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-current/libexec/rc/rc.d/
H A Discsictl13 desc="iSCSI initiator management utility"
H A Discsid13 desc="iSCSI initiator daemon"

Completed in 225 milliseconds

1234567891011>>