Searched refs:state (Results 276 - 300 of 536) sorted by relevance

<<11121314151617181920>>

/barrelfish-2018-10-04/include/barrelfish/
H A Dwaitset.h61 /// Current state of a channel on a specific waitset
71 * \brief Per-channel state belonging to waitset
81 enum ws_chanstate state; ///< Channel event state member in struct:waitset_chanstate
/barrelfish-2018-10-04/include/bulk_transfer/
H A Dbulk_sm.h34 volatile enum bulk_sm_endpoint_state state; member in struct:bulk_sm_endpoint_descriptor
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dinit.h105 void lwip_benchmark_control(int connection, uint8_t state, uint64_t trigger,
/barrelfish-2018-10-04/usr/monitor/capops/
H A Dmove.c284 distcap_state_t state; local
286 err = dom_cnode_get_state(capref, &state);
290 if (distcap_state_is_busy(state)) {
293 if (distcap_state_is_foreign(state)) {
/barrelfish-2018-10-04/usr/acpi/
H A Dacpi_service.c198 static void sleep_handler(struct acpi_binding *b, uint32_t state) argument
200 printf("Entering S%"PRIu32" sleep state via ACPI...\n", state);
201 ACPI_STATUS as = AcpiEnterSleepStatePrep(state);
207 as = AcpiEnterSleepState(state);
/barrelfish-2018-10-04/lib/libc/gmon/
H A Dgmon.c133 if (p->state == GMON_PROF_ERROR)
220 p->state = GMON_PROF_ON;
224 p->state = GMON_PROF_OFF;
/barrelfish-2018-10-04/lib/barrelfish/slot_alloc/
H A Dtwolevel_slot_alloc.c64 struct slot_alloc_state *state = get_slot_alloc_state(); local
65 struct slot_allocator *rca = (struct slot_allocator *)(&state->rootca);
67 size_t rootcn_free = single_slot_alloc_freecount(&state->rootca);
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwind-EHABI.cpp72 _Unwind_State state,
83 // TODO: We should check the state here, and determine whether we need to
85 (void)state;
166 _Unwind_State state,
185 state, ucbp, context, format,
452 _Unwind_State state,
455 return unwindOneFrame(state, ucbp, context);
459 _Unwind_State state,
462 return unwindOneFrame(state, ucbp, context);
466 _Unwind_State state,
71 ProcessDescriptors( _Unwind_State state, _Unwind_Control_Block* ucbp, struct _Unwind_Context* context, Descriptor::Format format, const char* descriptorStart, uint32_t flags) argument
165 unwindOneFrame( _Unwind_State state, _Unwind_Control_Block* ucbp, struct _Unwind_Context* context) argument
451 __aeabi_unwind_cpp_pr0( _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context) argument
458 __aeabi_unwind_cpp_pr1( _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context) argument
465 __aeabi_unwind_cpp_pr2( _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context) argument
598 _Unwind_State state = local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Dtktools.tcl66 .f.cont configure -state disabled
89 .f.cont configure -state normal
109 .f.cont configure -state disabled
/barrelfish-2018-10-04/lib/barrelfish/
H A Ddomain.c39 ///< Struct to maintain per dispatcher domain library state
306 * Make the connection a "server" connection, free unnecessary state.
312 struct remote_core_state *state = (struct remote_core_state*)st; local
320 /* Set it on the domain library state */
322 domain_state->binding[state->cnt] = b;
332 state->cnt++;
333 if(state->cnt == disp_get_core_id()) {
334 state->cnt++;
336 } while(allirefs[state->cnt] == NULL_IREF && state
642 struct morecore_state *state = get_morecore_state(); local
[all...]
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/
H A Dusb_device.c121 /* reset the interface parsing state */
341 * then we don't process further and change the device state to
347 if (device->state == USB_DEVICE_STATE_CONFIGURED) {
348 device->state = USB_DEVICE_STATE_ADDRESSED;
377 /* update the device state and set the configuration values */
380 device->state = USB_DEVICE_STATE_CONFIGURED;
541 /* the devices is now attached and thus in the powered state */
542 device->state = USB_DEVICE_STATE_POWERED;
565 /* update the devices state to addressed */
566 device->state
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dbmsg.msg.c1686 ** state and stored in a so called embryonic socket list.
2002 ** for a state change of their communication channel at more or less
2032 ** Port state: many bit-or combinations of the port masks above.
2060 unsigned state; /* port state */ member in struct:port
2077 #define Port_Opened(p) ((p)->state & BPORT_OPENED)
2079 #define Port_Blocked(p) ((p)->state & BPORT_BLOCKED)
2082 #define Port_Intransit(p) ((p)->state & BPORT_TRANSITS)
2083 #define Port_Dying(p) ((p)->state & BPORT_DYING)
2084 #define Port_Dead(p) ((p)->state
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ds3_pkt.c375 s->rstate=SSL_ST_READ_HEADER; /* set state for later operations */
1252 if (((s->state&SSL_ST_MASK) == SSL_ST_OK) &&
1258 s->state=SSL_ST_BEFORE|(s->server)
1262 s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT;
1327 (s->state & SSL_ST_CONNECT) &&
1328 (s->state >= SSL3_ST_CW_CLNT_HELLO_A) &&
1329 (s->state <= SSL3_ST_CR_SRVR_HELLO_A)
1331 (s->state & SSL_ST_ACCEPT) &&
1332 (s->state <= SSL3_ST_SW_HELLO_REQ_A) &&
1333 (s->state >
[all...]
H A Ds3_both.c157 if (s->state == a)
198 s->state=b;
285 if (s->state == a)
292 s->state=b;
391 * The first four bytes (msg_type and length) are read in state 'st1',
392 * the body is read in state 'stn'.
418 if (s->state == st1) /* s->init_num < 4 */
496 s->state=stn;
502 /* next state (stn) */
/barrelfish-2018-10-04/usr/eclipseclp/documents/mpslib/
H A Declipse.tex49 be brought into a state in which they do not require any further
51 state that cannot be reproduced. When a worker has to release its
57 state of the old worker in the new worker, (4) forward any pending messages
70 \eclipse, because the state copying scheme requires that all the engines
71 have their data structures (i.e. their state) located at identical areas
/barrelfish-2018-10-04/usr/drivers/usb/usb_keyboard/
H A Dusb_keyboard_driver.c94 union usb_keyboard_modifiers *mods = &keyboard.state;
99 uint32_t state = ((mods->shift_l | mods->shift_r) ? 1 : 0) local
105 state ^= 1;
149 action = key->map[state];
151 "keyaction release: key = [%x, %x], [%c, %c]\n", key->map[0], key->map[state], key->map[0], key->map[state]);
153 if (key->spcl & (0x80 >> state)) {
230 if (keyboard.state.nlock) {
241 if (keyboard.state.slock) {
252 if (keyboard.state
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Den_port.c88 struct mlx4_en_port_state *state = &priv->port_state; local
105 state->link_state = !!(qport_context->link_up & MLX4_EN_LINK_UP_MASK);
108 state->link_speed = 1000;
112 state->link_speed = 10000;
115 state->link_speed = 20000;
118 state->link_speed = 40000;
121 state->link_speed = 56000;
124 state->link_speed = -1;
127 state->transciver = qport_context->transceiver;
128 state
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_utl.c256 int state; local
259 state = HDR_NAME;
264 switch(state) {
267 state = HDR_VALUE;
292 state = HDR_NAME;
310 if(state == HDR_VALUE) {
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dxahcid.tex42 As a first step, the \ac{hba} is reset in order to get to a known state. The
57 handler extracts the current interrupt state of the controller from the device
69 since we do not poll the port's state if no interrupts have been triggered.
/barrelfish-2018-10-04/lib/net/
H A Dpbuf.c314 p = net_buf_alloc(state.pool);
347 q = net_buf_alloc(state.pool);
390 p = net_buf_alloc(state.pool);
/barrelfish-2018-10-04/kernel/arch/armv8/boot/
H A Dboot_generic.c14 the state left by UEFI. The CPU is mostly configured, in particular
395 /* Allow event counting in secure state. */
546 * @param state pointer to the armv8_core_data structure
548 * This function is intended to bring the core to the same state as if it
551 void boot_app_init(lpaddr_t state) argument
557 struct armv8_core_data *cd = (struct armv8_core_data *)state;
587 boot_generic_init(cd->boot_magic, state, cd->cpu_driver_stack);
/barrelfish-2018-10-04/lib/vis/
H A Dunvis.c66 * decode driven by state machine
208 * Bottom 8 bits of astate hold the state machine state.
488 * decoder in unknown state - (probably uninitialized)
507 int state = 0; local
521 switch (unvis(&t, c, &state, flag)) {
542 if (unvis(&t, c, &state, UNVIS_END) == UNVIS_VALID) {
/barrelfish-2018-10-04/usr/eclipseclp/Eplex/
H A Deplex_cplex.h101 /* CPLEX 10+ has more generic error for no solution state and the more general conflict set
349 #define SetPreSolve(state) \
351 Log1(CPXsetintparam(cpx_env, CPX_PARAM_PREIND, %d), state); \
352 CPXsetintparam(cpx_env, CPX_PARAM_PREIND, state); \
/barrelfish-2018-10-04/include/lwip2/lwip/apps/
H A Dsnmp_core.h272 /** state for next_oid_init / next_oid_check functions */
286 void snmp_next_oid_init(struct snmp_next_oid_state *state,
289 u8_t snmp_next_oid_precheck(struct snmp_next_oid_state *state, const u32_t *oid, const u8_t oid_len);
290 u8_t snmp_next_oid_check(struct snmp_next_oid_state *state, const u32_t *oid, const u8_t oid_len, void* reference);
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dnetif.h238 /** The state of each IPv6 address (Tentative, Preferred, etc).
264 /** This function is called when the netif state is set to up or down
278 * to state information for the device. */
279 void *state; member in struct:netif
363 void *state, netif_init_fn init, netif_input_fn input);
457 void netif_ip6_addr_set_state(struct netif* netif, s8_t addr_idx, u8_t state);

Completed in 188 milliseconds

<<11121314151617181920>>