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

1234567891011>>

/freebsd-13-stable/sys/dev/usb/
H A Dusb_parse.c66 * descriptors. If the "desc" argument passed to this function is
71 * Else: Next descriptor after "desc"
80 uint8_t *desc; local
89 desc = (uint8_t *)_desc;
92 if (desc == NULL)
93 desc = start;
95 desc = desc + desc[0];
98 if ((desc < star
202 struct usb_descriptor *desc; local
237 struct usb_descriptor *desc; local
266 struct usb_descriptor *desc = NULL; local
291 struct usb_descriptor *desc; local
[all...]
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_packer.c58 * @desc:Array of structure field descriptions
59 * @desc_len:Number of entries in @desc
64 * controlled by the array of fields in @desc.
66 void ib_pack(const struct ib_field *desc, argument
74 if (desc[i].size_bits <= 32) {
80 shift = 32 - desc[i].offset_bits - desc[i].size_bits;
81 if (desc[i].struct_size_bytes)
82 val = value_read(desc[i].struct_offset_bytes,
83 desc[
152 ib_unpack(const struct ib_field *desc, int desc_len, void *buf, void *structure) argument
[all...]
/freebsd-13-stable/libexec/rc/rc.d/
H A Drwho14 desc="System status server"
H A Dswap13 desc="Setup swap space"
H A Dswaplate13 desc="Setup late swap space"
H A Dutx14 desc="Manage the user accounting database"
H A Dkeyserv16 desc="Server for storing private encryption keys"
H A Dauditdistd14 desc="Audit trail files distribution daemon"
H A Dautomountd14 desc="daemon handling autofs mount requests"
H A Dautounmountd14 desc="daemon unmounting automounted filesystems"
H A Dblacklistd39 desc="System blacklist daemon"
H A Dbootparams14 desc="Boot parameter daemon"
H A Dbsnmpd13 desc="Simple and extensible SNMP daemon"
H A Dcron14 desc="Daemon to execute scheduled commands"
H A Dctld14 desc="CAM Target Layer / iSCSI target daemon"
H A Dgssd13 desc="Generic Security Services Daemon"
H A Dinetd13 desc="Internet \"super-server\""
/freebsd-13-stable/sys/contrib/openzfs/module/icp/core/
H A Dkcf_prov_tabs.c303 kcf_provider_desc_t *desc; local
307 desc = kmem_zalloc(sizeof (kcf_provider_desc_t), KM_SLEEP);
321 desc->pd_description = kmem_alloc(CRYPTO_PROVIDER_DESCR_MAX_LEN + 1,
323 (void) memset(desc->pd_description, ' ',
325 desc->pd_description[CRYPTO_PROVIDER_DESCR_MAX_LEN] = '\0';
333 desc->pd_ops_vector = kmem_zalloc(sizeof (crypto_ops_t), KM_SLEEP);
336 allocate_ops_v1(src_ops, desc->pd_ops_vector, &mech_list_count);
338 allocate_ops_v2(src_ops, desc->pd_ops_vector);
340 allocate_ops_v3(src_ops, desc->pd_ops_vector);
343 desc
368 kcf_provider_zero_refcnt(kcf_provider_desc_t *desc) argument
393 kcf_free_provider_desc(kcf_provider_desc_t *desc) argument
[all...]
/freebsd-13-stable/release/scripts/
H A Dmake-manifest.sh48 desc="$(eval echo \"\${desc_${distname}}\")"
55 desc="${desc_kernel_dbg}"
58 desc="$(eval echo \"${desc_kernel_alt_dbg}\")"
59 desc="${desc}: $(eval echo ${i%%-dbg.txz} | cut -f 2 -d '.')"
63 desc="$(eval echo \"${desc_kernel_alt}\")"
64 desc="${desc}: $(eval echo ${i%%.txz} | cut -f 2 -d '.')"
71 printf "${dist}\t${hash}\t${nfiles}\t${distname}\t\"${desc}\"\t${default}\n"
/freebsd-13-stable/lib/libifconfig/
H A Dlibifconfig_media.c132 lookup_media_desc(const struct ifmedia_description *desc, const char *name) argument
135 for (; desc->ifmt_string != NULL; ++desc)
136 if (strcasecmp(desc->ifmt_string, name) == 0)
137 return (desc);
143 const struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon7663
148 const struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon7664
153 const struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon7665
223 const struct ifmedia_description *desc; local
226 for (desc
238 const struct ifmedia_description *desc; local
251 const struct ifmedia_description *desc; local
260 const struct ifmedia_description *desc; local
285 const struct ifmedia_description *desc; local
306 const struct ifmedia_description *desc; local
331 const struct ifmedia_description *desc; local
353 const struct ifmedia_description *desc; local
402 const struct ifmedia_description *desc, *opt; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dcl-conflicts.h46 * Return in @a desc a possibly localized human readable
53 const char **desc,
58 * Return in @a desc a possibly localized human readable
65 const char **desc,
73 const char **desc,
/freebsd-13-stable/stand/powerpc/kboot/
H A Dhostdisk.c64 struct devdesc *desc = devdata; local
74 if (host_llseek(desc->d_unit, posh, posl, &res, 0) < 0) {
78 n = host_read(desc->d_unit, buf, size);
90 struct devdesc *desc; local
94 desc = va_arg(vl, struct devdesc *);
97 desc->d_unit = host_open(desc->d_opendata, O_RDONLY, 0);
99 if (desc->d_unit <= 0) {
101 (char *)desc->d_opendata, desc
111 struct devdesc *desc = f->f_devdata; local
[all...]
/freebsd-13-stable/sbin/etherswitchcfg/
H A Difmedia.c404 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon7838
408 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon7839
412 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon7840
480 struct ifmedia_description *desc; local
485 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
486 desc->ifmt_string != NULL; desc++, ttos++)
487 if (type == desc->ifmt_word)
489 if (desc->ifmt_string == NULL)
492 for (i = 0; ttos->subtypes[i].desc !
504 struct ifmedia_description *desc; local
527 struct ifmedia_description *desc; local
566 lookup_media_word(struct ifmedia_description *desc, const char *val) argument
578 struct ifmedia_description *desc; local
589 struct ifmedia_description *desc; local
604 struct ifmedia_description *desc; local
623 struct ifmedia_description *desc; local
641 struct ifmedia_description *desc; local
701 struct ifmedia_description *desc; local
[all...]
/freebsd-13-stable/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-13-stable/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp37 cl::desc("Prefer names in symbol table to names "
42 cl::desc("Print function name for a given address"), cl::ValueOptional,
50 static cl::alias ClPrintFunctionsShort("f", cl::desc("Alias for -functions"),
56 cl::desc("Interpret addresses as relative addresses"),
61 cl::desc("Remove memory tags from addresses before symbolization"));
65 cl::desc("Print all inlined frames for a given address"));
67 ClPrintInliningAliasI("i", cl::desc("Alias for -inlining"),
71 ClPrintInliningAliasInlines("inlines", cl::desc("Alias for -inlining"),
75 cl::desc("Strip directory names from paths"));
76 static cl::alias ClBasenamesShort("s", cl::desc("Alia
[all...]

Completed in 111 milliseconds

1234567891011>>