Searched defs:configured (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Ddrmach.h68 boolean_t configured; member in struct:__anon10063
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddrmach.h77 boolean_t configured; member in struct:__anon10017
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddrmach.h79 boolean_t configured; member in struct:__anon9420
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dipp-listener.c184 char configured = PAPI_FALSE; local
213 /* find the configured operations */
218 "sofware error, no operations configured");
222 /* check if the requested operation is configured */
224 handlers[index].name, &configured);
225 if ((status != PAPI_OK) || (configured != PAPI_TRUE)) {
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c802 int configured = (rp->cdip_state == FC_CDIP_CONFIG); local
825 if (configured)
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c77 int configured[MAXHOSTS]; member in struct:host_list_s
1022 if ((!host_list->configured[i]) ||
1050 bcopy(&host_list->configured[i+1],
1051 &host_list->configured[i],
1053 host_list->configured[MAXHOSTS - 1] = 0;
1061 * also update the configured array
1089 bcopy(&host_list->configured[i+1],
1090 &host_list->configured[i],
1092 host_list->configured[MAXHOSTS - 1] = 0;
1114 if (host_list->configured[
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.h117 boolean_t configured; member in struct:nwamd_if_address
118 struct sockaddr_storage conf_addr; /* address configured for */
/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A Ddrmach.h268 boolean_t configured; member in struct:__anon9902
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c733 stat->configured = 0; /* assume not configured */
793 stat->configured |= d_stat.configured;
1026 int configured; local
1031 err = drmach_io_is_attached(id, &configured);
1037 stat->configured = (configured != 0);
1126 stat->configured = (cpu_get(cp->cpuid) != NULL);
1221 * The created memlist only contains configured memor
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h103 configured : 1, /* is configured */ member in struct:pmcs_phy
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h207 * @configured: Boolean. Use 1 to specify that the fifo is configured.
208 * Only "configured" fifos can be activated and used to post
210 * "configured".
243 int configured; member in struct:xge_hal_fifo_queue_t
352 * @configured: Boolean. Use 1 to specify that the ring is configured.
353 * Only "configured" rings can be activated and used to post
355 * "configured".
412 int configured; member in struct:xge_hal_ring_queue_t
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c842 stat->configured = 0; /* assume not configured */
862 stat->configured |= d_stat.configured;
1876 if (stat.configured) {
2280 else if (stat.configured || stat.busy)
2334 else if (stat.configured || stat.busy)
2705 stat->configured = (cpu_get(drmach_cpu_calc_id(dp)) != NULL);
2904 int configured; local
2909 err = drmach_io_is_attached(id, &configured);
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c1092 stat->configured = 0; /* assume not configured */
1112 stat->configured |= d_stat.configured;
1740 if (stat.configured || stat.busy)
1800 if (stat.configured || stat.busy) {
1928 stat->configured = (cpu_get(cp->cpuid) != NULL);
2191 int configured; local
2196 err = drmach_io_is_attached(id, &configured);
2202 stat->configured
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c500 int configured; /* True as soon as any teclarc configuration */ member in struct:GetLine
694 * is currently configured to trap.
705 * Unblock the signals that gl_get_line() has been configured to catch.
1863 gl->configured = 0;
2211 if(!gl->configured) {
2213 gl->configured = 1;
2370 if(!gl->configured) {
2372 gl->configured = 1;
3246 * user-configured timeout and any other user-configured event
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1298 stat->configured = 0; /* assume not configured */
1313 stat->configured |= d_stat.configured;
4926 if (stat.configured || stat.busy)
5120 if (stat.configured || stat.busy) {
5577 stat->configured = (cpu_get(cp->cpuid) != NULL);
6180 int configured; local
6185 err = drmach_io_is_attached(id, &configured);
6191 stat->configured
[all...]

Completed in 143 milliseconds