Home
last modified time | relevance | path

Searched refs:components (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/freebsd-13.1/usr.sbin/acpi/
H A DMakefile.inc16 ${ACPICA_DIR}/components/debugger \
17 ${ACPICA_DIR}/components/disassembler \
18 ${ACPICA_DIR}/components/dispatcher \
19 ${ACPICA_DIR}/components/events \
20 ${ACPICA_DIR}/components/executer \
21 ${ACPICA_DIR}/components/hardware \
22 ${ACPICA_DIR}/components/namespace \
23 ${ACPICA_DIR}/components/parser \
24 ${ACPICA_DIR}/components/resources \
25 ${ACPICA_DIR}/components/tables \
[all …]
/freebsd-13.1/lib/libc/locale/
H A Dxlocale.c183 if (loc->components[type]) { in destruct_locale()
184 xlocale_release(loc->components[type]); in destruct_locale()
228 if (new->components[type]) { in dupcomponent()
234 } else if (base->components[type]) { in dupcomponent()
235 new->components[type] = xlocale_retain(base->components[type]); in dupcomponent()
243 return (0 != new->components[type]); in dupcomponent()
282 new->components[type] = in newlocale()
284 if (new->components[type]) { in newlocale()
285 strncpy(new->components[type]->locale, in newlocale()
361 if (loc->components[type]) in querylocale()
[all …]
/freebsd-13.1/sys/geom/virstor/
H A Dg_virstor.c310 fcp = sc->components[0].gcons; in virstor_ctl_add()
374 sc->components = realloc(sc->components, in virstor_ctl_add()
379 sc->components[nc].gcons = cp; in virstor_ctl_add()
380 sc->components[nc].sc = sc; in virstor_ctl_add()
381 sc->components[nc].index = nc; in virstor_ctl_add()
494 c = &sc->components[nc]; in fill_metadata()
590 compbak = sc->components; in virstor_ctl_remove()
593 bcopy(sc->components, newcomp, found * sizeof(*sc->components)); in virstor_ctl_remove()
608 sc->components[j].index = j; in virstor_ctl_remove()
617 sc->components = newcomp; in virstor_ctl_remove()
[all …]
/freebsd-13.1/crypto/heimdal/lib/asn1/
H A Dder_format.c117 p = rk_strpoolprintf(p, "%d", oid->components[i]); in der_print_heim_oid()
140 data->components = NULL; in der_parse_heim_oid()
151 c = realloc(data->components, in der_parse_heim_oid()
152 (data->length + 1) * sizeof(data->components[0])); in der_parse_heim_oid()
158 data->components = c; in der_parse_heim_oid()
166 data->components[data->length++] = l; in der_parse_heim_oid()
H A Dder_copy.c165 to->components = malloc(to->length * sizeof(*to->components)); in der_copy_oid()
166 if (to->length != 0 && to->components == NULL) in der_copy_oid()
168 memcpy(to->components, from->components, in der_copy_oid()
169 to->length * sizeof(*to->components)); in der_copy_oid()
H A Dder_cmp.c41 return memcmp(p->components, in der_heim_oid_cmp()
42 q->components, in der_heim_oid_cmp()
43 p->length * sizeof(*p->components)); in der_heim_oid_cmp()
H A Dder_get.c474 if (len + 1 > UINT_MAX/sizeof(data->components[0])) in der_get_oid()
477 data->components = malloc((len + 1) * sizeof(data->components[0])); in der_get_oid()
478 if (data->components == NULL) in der_get_oid()
480 data->components[0] = (*p) / 40; in der_get_oid()
481 data->components[1] = (*p) % 40; in der_get_oid()
497 data->components[n] = u; in der_get_oid()
H A Dder_free.c133 free(k->components); in der_free_oid()
134 k->components = NULL; in der_free_oid()
/freebsd-13.1/contrib/lib9p/pytest/
H A Dp9conn.py827 def lookup(self, fid, components): argument
851 nwname=len(components), wname=components)
861 if resp.nwqid > len(components):
868 if resp.nwqid < len(components):
880 def lookup_last(self, fid, components): argument
1350 return components, startdir
1398 if len(components) > 1:
1406 components = components[-1:]
1528 if len(components) > 1:
1532 components = components[-1:]
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dpath.c617 apr_array_header_t *components = in svn_path_decompose() local
623 return components; /* ### Should we return a "" component? */ in svn_path_decompose()
631 APR_ARRAY_PUSH(components, const char *) in svn_path_decompose()
637 return components; in svn_path_decompose()
647 APR_ARRAY_PUSH(components, const char *) in svn_path_decompose()
658 return components; in svn_path_decompose()
663 svn_path_compose(const apr_array_header_t *components, in svn_path_compose() argument
667 apr_size_t max_length = components->nelts; in svn_path_compose()
674 for (i = 0; i < components->nelts; ++i) in svn_path_compose()
684 for (i = 0; i < components->nelts; ++i) in svn_path_compose()
[all …]
/freebsd-13.1/crypto/openssl/ssl/record/
H A DREADME7 The record layer is divided into a number of components. At the time of writing
9 of these components is defined by:
19 The source files map to components as follows:
27 interface to the record layer for the rest of libssl. The other 3 components are
35 directly access its members. Instead components use accessor macros, so if code
/freebsd-13.1/usr.sbin/periodic/etc/daily/
H A D401.status-graid20 components="$(graid status -s | fgrep -v OPTIMAL)"
21 if [ "${components}" ]; then
H A D408.status-gstripe20 components="$(gstripe status -s | fgrep -v UP)"
21 if [ "${components}" ]; then
H A D406.status-gmirror20 components="$(gmirror status -s | fgrep -v COMPLETE)"
21 if [ "${components}" ]; then
H A D407.status-graid320 components="$(graid3 status -s | fgrep -v COMPLETE)"
21 if [ "${components}" ]; then
H A D409.status-gconcat20 components="$(gconcat status -s | fgrep -v UP)"
21 if [ "${components}" ]; then
/freebsd-13.1/sys/dev/usb/input/
H A Datp.c653 fg_stroke_component_t components[NUM_AXES]; member
1409 if (strokep->components[axis].matched) in fg_match_strokes_against_pspans()
1506 strokep->components[X].matched = false; in fg_update_strokes()
1507 strokep->components[Y].matched = false; in fg_update_strokes()
1555 if (strokep->components[X].matched && in fg_update_strokes()
1556 strokep->components[Y].matched) { in fg_update_strokes()
1614 strokep->components[X].loc, in fg_update_strokes()
1616 strokep->components[X].cum_pressure, in fg_update_strokes()
1620 strokep->components[Y].loc, in fg_update_strokes()
1706 strokep->components[X].loc, in fg_add_stroke()
[all …]
/freebsd-13.1/kerberos5/lib/libgssapi_krb5/
H A Dgss_krb5.c602 oid.components = calloc(oid.length, sizeof(*oid.components)); in gsskrb5_extract_authz_data_from_sec_context()
603 if (oid.components == NULL) { in gsskrb5_extract_authz_data_from_sec_context()
610 memcpy(oid.components, baseoid.components, in gsskrb5_extract_authz_data_from_sec_context()
611 baseoid.length * sizeof(*baseoid.components)); in gsskrb5_extract_authz_data_from_sec_context()
615 oid.components[oid.length - 1] = ad_type; in gsskrb5_extract_authz_data_from_sec_context()
620 free(oid.components); in gsskrb5_extract_authz_data_from_sec_context()
627 free(oid.components); in gsskrb5_extract_authz_data_from_sec_context()
635 free(oid.components); in gsskrb5_extract_authz_data_from_sec_context()
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/
H A Dallwinner,sun4i-a10-display-engine.yaml18 The Allwinner A10 Display pipeline is composed of several components
21 For all connections between components up to the TCONs in the
22 display pipeline, when there are multiple components of the same
36 represent the connections between the components, while the numbers
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dpkey.pod32 between various forms and their components printed out.
87 Prints out the various public or private key components in
92 Print out only public key components even if a private key is being processed.
119 components.
142 To print out the components of a private key to standard output:
146 To print out the public components of a private key to standard output:
/freebsd-13.1/crypto/heimdal/lib/gssapi/mech/
H A Dgss_krb5.c630 oid.components = calloc(oid.length, sizeof(*oid.components)); in gsskrb5_extract_authz_data_from_sec_context()
631 if (oid.components == NULL) { in gsskrb5_extract_authz_data_from_sec_context()
638 memcpy(oid.components, baseoid.components, in gsskrb5_extract_authz_data_from_sec_context()
639 baseoid.length * sizeof(*baseoid.components)); in gsskrb5_extract_authz_data_from_sec_context()
643 oid.components[oid.length - 1] = ad_type; in gsskrb5_extract_authz_data_from_sec_context()
648 free(oid.components); in gsskrb5_extract_authz_data_from_sec_context()
655 free(oid.components); in gsskrb5_extract_authz_data_from_sec_context()
663 free(oid.components); in gsskrb5_extract_authz_data_from_sec_context()
/freebsd-13.1/sys/contrib/device-tree/Bindings/power/
H A Dpower-controller.txt3 Power-management integrated circuits or miscellaneous hardware components are
5 components might need to define this capability, which tells the kernel that
/freebsd-13.1/crypto/openssl/doc/man3/
H A DEVP_PKEY_print_private.pod21 EVP_PKEY_print_params() print out the public, private or parameter components
33 If the key does not include all the components indicated by the function then
35 key to EVP_PKEY_print_private() will only print the public components.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp423 SmallVector<StringRef, 4> components; in append() local
424 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append()
429 for (auto &component : components) { in append()
719 SmallVector<StringRef, 16> components; in remove_dots() local
752 if (!components.empty() && components.back() != "..") { in remove_dots()
753 components.pop_back(); in remove_dots()
755 components.push_back(component); in remove_dots()
758 components.push_back(component); in remove_dots()
767 if (!components.empty()) { in remove_dots()
768 buffer += components[0]; in remove_dots()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/spi/
H A Dspi-sprd-adi.txt11 we can configure them to allow other hardware components to use it independently,
14 triggered by hardware components instead of ADI software channels.
19 the analog chip address where user want to access by hardware components.
49 by hardware components.

12345678910>>...13