Searched refs:state (Results 1 - 25 of 11292) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/partitions/
H A Dacorn.h10 int adfspart_check_CUMANA(struct parsed_partitions *state);
11 int adfspart_check_ADFS(struct parsed_partitions *state);
12 int adfspart_check_ICS(struct parsed_partitions *state);
13 int adfspart_check_POWERTEC(struct parsed_partitions *state);
14 int adfspart_check_EESOX(struct parsed_partitions *state);
H A Damiga.h5 int amiga_partition(struct parsed_partitions *state);
H A Dsysv68.h1 extern int sysv68_partition(struct parsed_partitions *state);
H A Dultrix.h5 int ultrix_partition(struct parsed_partitions *state);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/partitions/
H A Dacorn.h10 int adfspart_check_CUMANA(struct parsed_partitions *state);
11 int adfspart_check_ADFS(struct parsed_partitions *state);
12 int adfspart_check_ICS(struct parsed_partitions *state);
13 int adfspart_check_POWERTEC(struct parsed_partitions *state);
14 int adfspart_check_EESOX(struct parsed_partitions *state);
H A Damiga.h5 int amiga_partition(struct parsed_partitions *state);
H A Dsysv68.h1 extern int sysv68_partition(struct parsed_partitions *state);
H A Dultrix.h5 int ultrix_partition(struct parsed_partitions *state);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/
H A Dgzread.c18 state->fd, and update state->eof, state->err, and state->msg as appropriate.
21 local int gz_load(state, buf, len, have)
22 gz_statep state;
31 ret = read(state->fd, buf + *have, len - *have);
37 gz_error(state, Z_ERRNO, zstrerror());
41 state->eof = 1;
50 local int gz_avail(state)
368 gz_statep state; local
458 gz_statep state; local
486 gz_statep state; local
547 gz_statep state; local
606 gz_statep state; local
631 gz_statep state; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/
H A Dgzread.c18 state->fd, and update state->eof, state->err, and state->msg as appropriate.
21 local int gz_load(state, buf, len, have)
22 gz_statep state;
31 ret = read(state->fd, buf + *have, len - *have);
37 gz_error(state, Z_ERRNO, zstrerror());
41 state->eof = 1;
50 local int gz_avail(state)
368 gz_statep state; local
458 gz_statep state; local
486 gz_statep state; local
547 gz_statep state; local
606 gz_statep state; local
631 gz_statep state; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/
H A Dgzread.c18 state->fd, and update state->eof, state->err, and state->msg as appropriate.
21 local int gz_load(state, buf, len, have)
22 gz_statep state;
31 ret = read(state->fd, buf + *have, len - *have);
37 gz_error(state, Z_ERRNO, zstrerror());
41 state->eof = 1;
50 local int gz_avail(state)
368 gz_statep state; local
458 gz_statep state; local
486 gz_statep state; local
547 gz_statep state; local
606 gz_statep state; local
631 gz_statep state; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dutstate.c3 * Module Name: utstate - state object support procedures
54 * PARAMETERS: Object - Object to be added to the new state
56 * state_list - List the state will be added to
60 * DESCRIPTION: Create a new state and push it
69 union acpi_generic_state *state; local
73 state =
75 if (!state) {
79 acpi_ut_push_generic_state(state_list, state);
87 * PARAMETERS: list_head - Head of the state stack
92 * DESCRIPTION: Push a state objec
97 acpi_ut_push_generic_state(union acpi_generic_state **list_head, union acpi_generic_state *state) argument
125 union acpi_generic_state *state; local
157 union acpi_generic_state *state; local
187 union acpi_generic_state *state; local
231 union acpi_generic_state *state; local
268 union acpi_generic_state *state; local
305 union acpi_generic_state *state; local
337 acpi_ut_delete_generic_state(union acpi_generic_state *state) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Dutstate.c3 * Module Name: utstate - state object support procedures
54 * PARAMETERS: Object - Object to be added to the new state
56 * state_list - List the state will be added to
60 * DESCRIPTION: Create a new state and push it
69 union acpi_generic_state *state; local
73 state =
75 if (!state) {
79 acpi_ut_push_generic_state(state_list, state);
87 * PARAMETERS: list_head - Head of the state stack
92 * DESCRIPTION: Push a state objec
97 acpi_ut_push_generic_state(union acpi_generic_state **list_head, union acpi_generic_state *state) argument
125 union acpi_generic_state *state; local
157 union acpi_generic_state *state; local
187 union acpi_generic_state *state; local
231 union acpi_generic_state *state; local
268 union acpi_generic_state *state; local
305 union acpi_generic_state *state; local
337 acpi_ut_delete_generic_state(union acpi_generic_state *state) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/e2p/
H A Dps.c3 * ps.c - Print filesystem state
22 void print_fs_state(FILE *f, unsigned short state) argument
24 fprintf(f, (state & EXT2_VALID_FS ? " clean" : " not clean"));
25 if (state & EXT2_ERROR_FS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/e2p/
H A Dps.c3 * ps.c - Print filesystem state
22 void print_fs_state(FILE *f, unsigned short state) argument
24 fprintf(f, (state & EXT2_VALID_FS ? " clean" : " not clean"));
25 if (state & EXT2_ERROR_FS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/e2p/
H A Dps.c3 * ps.c - Print filesystem state
22 void print_fs_state(FILE *f, unsigned short state) argument
24 fprintf(f, (state & EXT2_VALID_FS ? " clean" : " not clean"));
25 if (state & EXT2_ERROR_FS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/arm/
H A Darminit.c28 void ARMul_Reset (ARMul_State * state);
29 ARMword ARMul_DoCycle (ARMul_State * state);
30 unsigned ARMul_DoCoPro (ARMul_State * state);
31 ARMword ARMul_DoProg (ARMul_State * state);
32 ARMword ARMul_DoInstr (ARMul_State * state);
33 void ARMul_Abort (ARMul_State * state, ARMword address);
68 * Returns a new instantiation of the ARMulator's state *
74 ARMul_State *state; local
77 state = (ARMul_State *) malloc (sizeof (ARMul_State));
78 memset (state,
144 ARMul_SelectProcessor(ARMul_State * state, unsigned properties) argument
177 ARMul_Reset(ARMul_State * state) argument
230 ARMul_DoProg(ARMul_State * state) argument
253 ARMul_DoInstr(ARMul_State * state) argument
273 ARMul_Abort(ARMul_State * state, ARMword vector) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/arm/
H A Darminit.c28 void ARMul_Reset (ARMul_State * state);
29 ARMword ARMul_DoCycle (ARMul_State * state);
30 unsigned ARMul_DoCoPro (ARMul_State * state);
31 ARMword ARMul_DoProg (ARMul_State * state);
32 ARMword ARMul_DoInstr (ARMul_State * state);
33 void ARMul_Abort (ARMul_State * state, ARMword address);
68 * Returns a new instantiation of the ARMulator's state *
74 ARMul_State *state; local
77 state = (ARMul_State *) malloc (sizeof (ARMul_State));
78 memset (state,
144 ARMul_SelectProcessor(ARMul_State * state, unsigned properties) argument
177 ARMul_Reset(ARMul_State * state) argument
230 ARMul_DoProg(ARMul_State * state) argument
253 ARMul_DoInstr(ARMul_State * state) argument
273 ARMul_Abort(ARMul_State * state, ARMword vector) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/arm/
H A Darminit.c28 void ARMul_Reset (ARMul_State * state);
29 ARMword ARMul_DoCycle (ARMul_State * state);
30 unsigned ARMul_DoCoPro (ARMul_State * state);
31 ARMword ARMul_DoProg (ARMul_State * state);
32 ARMword ARMul_DoInstr (ARMul_State * state);
33 void ARMul_Abort (ARMul_State * state, ARMword address);
68 * Returns a new instantiation of the ARMulator's state *
74 ARMul_State *state; local
77 state = (ARMul_State *) malloc (sizeof (ARMul_State));
78 memset (state,
144 ARMul_SelectProcessor(ARMul_State * state, unsigned properties) argument
177 ARMul_Reset(ARMul_State * state) argument
230 ARMul_DoProg(ARMul_State * state) argument
253 ARMul_DoInstr(ARMul_State * state) argument
273 ARMul_Abort(ARMul_State * state, ARMword vector) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dtallocmsg.c38 struct msg_pool_usage_state *state = (struct msg_pool_usage_state *)_s; local
41 sprintf_append(state->mem_ctx, &state->s, &state->len, &state->buflen,
47 sprintf_append(state->mem_ctx, &state->s, &state->len, &state->buflen,
55 sprintf_append(state
72 struct msg_pool_usage_state state; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dtallocmsg.c37 struct msg_pool_usage_state *state = (struct msg_pool_usage_state *)_s; local
40 sprintf_append(state->mem_ctx, &state->s, &state->len, &state->buflen,
46 sprintf_append(state->mem_ctx, &state->s, &state->len, &state->buflen,
54 sprintf_append(state
73 struct msg_pool_usage_state state; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dtallocmsg.c38 struct msg_pool_usage_state *state = (struct msg_pool_usage_state *)_s; local
41 sprintf_append(state->mem_ctx, &state->s, &state->len, &state->buflen,
47 sprintf_append(state->mem_ctx, &state->s, &state->len, &state->buflen,
55 sprintf_append(state
72 struct msg_pool_usage_state state; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dtallocmsg.c37 struct msg_pool_usage_state *state = (struct msg_pool_usage_state *)_s; local
40 sprintf_append(state->mem_ctx, &state->s, &state->len, &state->buflen,
46 sprintf_append(state->mem_ctx, &state->s, &state->len, &state->buflen,
54 sprintf_append(state
73 struct msg_pool_usage_state state; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Dtallocmsg.c37 struct msg_pool_usage_state *state = (struct msg_pool_usage_state *)_s; local
40 sprintf_append(state->mem_ctx, &state->s, &state->len, &state->buflen,
46 sprintf_append(state->mem_ctx, &state->s, &state->len, &state->buflen,
54 sprintf_append(state
73 struct msg_pool_usage_state state; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Dtallocmsg.c38 struct msg_pool_usage_state *state = (struct msg_pool_usage_state *)_s; local
41 sprintf_append(state->mem_ctx, &state->s, &state->len, &state->buflen,
47 sprintf_append(state->mem_ctx, &state->s, &state->len, &state->buflen,
55 sprintf_append(state
72 struct msg_pool_usage_state state; local
[all...]

Completed in 278 milliseconds

1234567891011>>