Home
last modified time | relevance | path

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

12345678910>>...16

/freebsd-14.2/usr.sbin/acpi/
H A DMakefile.inc15 ${ACPICA_DIR}/components/debugger \
16 ${ACPICA_DIR}/components/disassembler \
17 ${ACPICA_DIR}/components/dispatcher \
18 ${ACPICA_DIR}/components/events \
19 ${ACPICA_DIR}/components/executer \
20 ${ACPICA_DIR}/components/hardware \
21 ${ACPICA_DIR}/components/namespace \
22 ${ACPICA_DIR}/components/parser \
23 ${ACPICA_DIR}/components/resources \
24 ${ACPICA_DIR}/components/tables \
[all …]
/freebsd-14.2/crypto/openssl/util/perl/OpenSSL/
H A DOID.pm156 my @components;
159 @components = ( $oid =~ m/${objcomponent_re}\s*/g );
162 @components = ( $oid =~ m/${xmlobjcomponent_re}\.?/g );
165 croak "Invalid ASN.1 object '$input'" unless @components;
167 unless scalar(@components) % 2 == 0;
178 } ( @components[0..1] );
188 } @components[2..$#components]
194 if (scalar @components > 2
195 && $components[0] ne ''
196 && defined $name2oid{$components[0]}) {
[all …]
/freebsd-14.2/lib/libc/locale/
H A Dxlocale.c180 if (loc->components[type]) { in destruct_locale()
181 xlocale_release(loc->components[type]); in destruct_locale()
225 if (new->components[type]) { in dupcomponent()
231 } else if (base->components[type]) { in dupcomponent()
232 new->components[type] = xlocale_retain(base->components[type]); in dupcomponent()
240 return (0 != new->components[type]); in dupcomponent()
279 new->components[type] = in newlocale()
281 if (new->components[type]) { in newlocale()
282 strncpy(new->components[type]->locale, in newlocale()
358 if (loc->components[type]) in querylocale()
[all …]
/freebsd-14.2/sys/geom/virstor/
H A Dg_virstor.c308 fcp = sc->components[0].gcons; in virstor_ctl_add()
372 sc->components = realloc(sc->components, in virstor_ctl_add()
377 sc->components[nc].gcons = cp; in virstor_ctl_add()
378 sc->components[nc].sc = sc; in virstor_ctl_add()
379 sc->components[nc].index = nc; in virstor_ctl_add()
492 c = &sc->components[nc]; in fill_metadata()
588 compbak = sc->components; in virstor_ctl_remove()
591 bcopy(sc->components, newcomp, found * sizeof(*sc->components)); in virstor_ctl_remove()
606 sc->components[j].index = j; in virstor_ctl_remove()
615 sc->components = newcomp; in virstor_ctl_remove()
[all …]
/freebsd-14.2/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.c179 to->components = malloc(to->length * sizeof(*to->components)); in der_copy_oid()
180 if (to->length != 0 && to->components == NULL) in der_copy_oid()
182 memcpy(to->components, from->components, in der_copy_oid()
183 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()
/freebsd-14.2/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-14.2/crypto/openssl/ssl/record/
H A DREADME.md7 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-14.2/usr.sbin/periodic/etc/daily/
H A D408.status-gstripe19 components="$(gstripe status -s | fgrep -v UP)"
20 if [ "${components}" ]; then
H A D401.status-graid19 components="$(graid status -s | fgrep -v OPTIMAL)"
20 if [ "${components}" ]; then
H A D409.status-gconcat19 components="$(gconcat status -s | fgrep -v UP)"
20 if [ "${components}" ]; then
H A D406.status-gmirror19 components="$(gmirror status -s | fgrep -v COMPLETE)"
20 if [ "${components}" ]; then
H A D407.status-graid319 components="$(graid3 status -s | fgrep -v COMPLETE)"
20 if [ "${components}" ]; then
/freebsd-14.2/sys/dev/usb/input/
H A Datp.c651 fg_stroke_component_t components[NUM_AXES]; member
1407 if (strokep->components[axis].matched) in fg_match_strokes_against_pspans()
1504 strokep->components[X].matched = false; in fg_update_strokes()
1505 strokep->components[Y].matched = false; in fg_update_strokes()
1553 if (strokep->components[X].matched && in fg_update_strokes()
1554 strokep->components[Y].matched) { in fg_update_strokes()
1612 strokep->components[X].loc, in fg_update_strokes()
1614 strokep->components[X].cum_pressure, in fg_update_strokes()
1618 strokep->components[Y].loc, in fg_update_strokes()
1705 strokep->components[X].loc, in fg_add_stroke()
[all …]
/freebsd-14.2/contrib/ntp/sntp/libevent/cmake/
H A DLibeventConfig.cmake.in3 # LIBEVENT_FOUND - true if libevent and all required components found on the system
4 # LIBEVENT_xxx_FOUND - true if component xxx(see available components) found on the system
15 # When you try to locate the libevent libraries, you should specify which components you want to us…
16 # The following table lists all available components. If none is given, all imported targets will u…
24 # If no component provided, all components will be used.
76 "The valid components are core, extra${pthreadlib} and openssl.")
/freebsd-14.2/contrib/libevent/cmake/
H A DLibeventConfig.cmake.in3 # LIBEVENT_FOUND - true if libevent and all required components found on the system
4 # LIBEVENT_xxx_FOUND - true if component xxx(see available components) found on the system
15 # When you try to locate the libevent libraries, you should specify which components you want to us…
16 # The following table lists all available components. If none is given, all imported targets will u…
24 # If no component provided, all components will be used.
76 "The valid components are core, extra${pthreadlib} and openssl.")
/freebsd-14.2/kerberos5/lib/libgssapi_krb5/
H A Dgss_krb5.c600 oid.components = calloc(oid.length, sizeof(*oid.components)); in gsskrb5_extract_authz_data_from_sec_context()
601 if (oid.components == NULL) { in gsskrb5_extract_authz_data_from_sec_context()
608 memcpy(oid.components, baseoid.components, in gsskrb5_extract_authz_data_from_sec_context()
609 baseoid.length * sizeof(*baseoid.components)); in gsskrb5_extract_authz_data_from_sec_context()
613 oid.components[oid.length - 1] = ad_type; in gsskrb5_extract_authz_data_from_sec_context()
618 free(oid.components); in gsskrb5_extract_authz_data_from_sec_context()
625 free(oid.components); in gsskrb5_extract_authz_data_from_sec_context()
633 free(oid.components); in gsskrb5_extract_authz_data_from_sec_context()
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-pkey.pod.in38 converted between various forms and their components printed.
57 components.
92 With this option only the public components are read.
135 this option restricts the output to the public components.
146 Output the various key components in plain text
152 Output in text form only the public key components (also for private keys).
195 To print out the components of a private key to standard output:
199 To print out the public components of a private key to standard output:
/freebsd-14.2/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-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/spi/
H A Dsprd,spi-adi.yaml23 we can configure them to allow other hardware components to use it independently,
26 triggered by hardware components instead of ADI software channels.
31 the analog chip address where user want to access by hardware components.
77 hardware components.
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.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp427 SmallVector<StringRef, 4> components; in append() local
428 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append()
433 for (auto &component : components) { in append()
722 SmallVector<StringRef, 16> components; in remove_dots() local
755 if (!components.empty() && components.back() != "..") { in remove_dots()
756 components.pop_back(); in remove_dots()
758 components.push_back(component); in remove_dots()
761 components.push_back(component); in remove_dots()
774 if (!components.empty()) { in remove_dots()
775 buffer += components[0]; in remove_dots()
[all …]

12345678910>>...16