Searched refs:components (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-10.0-release/usr.sbin/acpi/
H A DMakefile.inc14 ${ACPICA_DIR}/components/debugger \
15 ${ACPICA_DIR}/components/disassembler \
16 ${ACPICA_DIR}/components/dispatcher \
17 ${ACPICA_DIR}/components/events \
18 ${ACPICA_DIR}/components/executer \
19 ${ACPICA_DIR}/components/hardware \
20 ${ACPICA_DIR}/components/namespace \
21 ${ACPICA_DIR}/components/parser \
22 ${ACPICA_DIR}/components/resources \
23 ${ACPICA_DIR}/components/table
[all...]
/freebsd-10.0-release/etc/periodic/daily/
H A D401.status-graid20 components="$(graid status -s | fgrep -v OPTIMAL)"
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 D408.status-gstripe20 components="$(gstripe status -s | fgrep -v UP)"
21 if [ "${components}" ]; then
H A D409.status-gconcat20 components="$(gconcat status -s | fgrep -v UP)"
21 if [ "${components}" ]; then
/freebsd-10.0-release/contrib/groff/src/include/
H A Dcolor.h34 unsigned int components[4]; member in class:color
71 // Return the actual color scheme and retrieve the color components
75 // retrieve the components of a color
85 #define Cyan components[0]
86 #define Magenta components[1]
87 #define Yellow components[2]
88 #define Black components[3]
90 #define Red components[0]
91 #define Green components[1]
92 #define Blue components[
[all...]
/freebsd-10.0-release/lib/libc/locale/
H A Dcollcmp.c50 l.components[XLC_COLLATE] = (struct xlocale_component *)table;
H A Dxlocale.c51 * components for the parts that are expected to be sensible.
188 if (loc->components[type]) {
189 xlocale_release(loc->components[type]);
222 /* Always copy from the global locale, since it has mutable components.
224 struct xlocale_component *src = base->components[type];
227 new->components[type] = constructors[type](src->locale, new);
228 if (new->components[type]) {
229 strncpy(new->components[type]->locale, src->locale,
232 } else if (base->components[type]) {
233 new->components[typ
[all...]
H A Dlmessages.c109 ? &((struct xlocale_messages *)loc->components[XLC_MESSAGES])->locale
H A Dlnumeric.c112 ? &((struct xlocale_numeric *)loc->components[XLC_NUMERIC])->locale
H A Dmblocal.h58 #define XLOCALE_CTYPE(x) ((struct xlocale_ctype*)(x)->components[XLC_CTYPE])
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dder_format.c117 p = rk_strpoolprintf(p, "%d", oid->components[i]);
140 data->components = NULL;
151 c = realloc(data->components,
152 (data->length + 1) * sizeof(data->components[0]));
158 data->components = c;
166 data->components[data->length++] = l;
H A Dder_copy.c161 to->components = malloc(to->length * sizeof(*to->components));
162 if (to->length != 0 && to->components == NULL)
164 memcpy(to->components, from->components,
165 to->length * sizeof(*to->components));
H A Dder_free.c133 free(k->components);
134 k->components = NULL;
H A Dder_cmp.c41 return memcmp(p->components,
42 q->components,
43 p->length * sizeof(*p->components));
H A Dasn1-common.h40 unsigned *components; member in struct:heim_oid
/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Dcolor.cpp79 components[0] = c->components[0];
80 components[1] = c->components[1];
81 components[2] = c->components[2];
82 components[3] = c->components[3];
126 fatal("argument is not big enough to store 4 color components");
128 c[0] = components[
[all...]
/freebsd-10.0-release/sys/geom/virstor/
H A Dg_virstor.c29 * virtual storage (i.e. a virstor has "physical" components)
102 "Minimum number of free components before issuing administrative warning");
258 * .taste function for new components.
304 LOG_MSG(LVL_ERROR, "Cannot add components to incomplete "
310 fcp = sc->components[0].gcons;
337 " %u components)", prov_name, added);
378 if (strcmp(sc->components[j].gcons->provider->name,
387 sc->components = realloc(sc->components,
388 sizeof(*sc->components) * (s
[all...]
/freebsd-10.0-release/sys/dev/usb/input/
H A Datp.c161 * from the aggregate of their components are considered as
298 boolean_t matched; /*to track components as they match against pspans.*/
315 * touchpad. A stroke comprises two p-span components and some state.
328 atp_stroke_component components[2]; member in struct:atp_stroke
946 if (stroke->components[axis].matched)
947 continue; /* skip matched components */
954 &stroke->components[axis], &pspans[j],
957 stroke->components[axis].matched = TRUE;
984 /* Reset X and Y components of all strokes as unmatched. */
987 stroke->components[
[all...]
/freebsd-10.0-release/sys/modules/acpi/acpi/
H A DMakefile15 .PATH: ${.CURDIR}/../../../contrib/dev/acpica/components/debugger \
16 ${.CURDIR}/../../../contrib/dev/acpica/components/disassembler \
17 ${.CURDIR}/../../../contrib/dev/acpica/components/dispatcher \
18 ${.CURDIR}/../../../contrib/dev/acpica/components/events \
19 ${.CURDIR}/../../../contrib/dev/acpica/components/executer \
20 ${.CURDIR}/../../../contrib/dev/acpica/components/hardware \
21 ${.CURDIR}/../../../contrib/dev/acpica/components/namespace \
22 ${.CURDIR}/../../../contrib/dev/acpica/components/parser \
23 ${.CURDIR}/../../../contrib/dev/acpica/components/resources \
24 ${.CURDIR}/../../../contrib/dev/acpica/components/table
[all...]
/freebsd-10.0-release/lib/libc/stdtime/
H A Dtimelocal.c124 ? &((struct xlocale_time *)loc->components[XLC_TIME])->locale
/freebsd-10.0-release/lib/libc/string/
H A Dstrcoll.c50 (struct xlocale_collate*)locale->components[XLC_COLLATE];
H A Dstrxfrm.c56 (struct xlocale_collate*)locale->components[XLC_COLLATE];
H A Dwcscoll.c55 (struct xlocale_collate*)locale->components[XLC_COLLATE];

Completed in 143 milliseconds

123