Searched refs:op (Results 1 - 25 of 671) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/parser/
H A Dpswalk.c3 * Module Name: pswalk - Parser routines to walk parsed op tree(s)
63 union acpi_parse_object *op = subtree_root; local
71 while (op) {
75 if (op != parent) {
77 /* Look for an argument or child of the current op */
79 next = acpi_ps_get_arg(op, 0);
84 op = next;
91 next = op->common.next;
92 parent = op->common.parent;
94 acpi_ps_free_op(op);
[all...]
H A Dpsutils.c59 * DESCRIPTION: Create a Scope and associated namepath op with the root name
88 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) argument
92 op->common.descriptor_type = ACPI_DESC_TYPE_PARSER;
93 op->common.aml_opcode = opcode;
95 ACPI_DISASM_ONLY_MEMBERS(ACPI_STRNCPY(op->common.aml_op_name,
98 sizeof(op->common.aml_op_name)));
109 * DESCRIPTION: Allocate an acpi_op, choose op type (and thus size) based on
117 union acpi_parse_object *op; local
139 /* The generic op (default) is by far the most common (16 to 1) */
141 op
171 acpi_ps_free_op(union acpi_parse_object *op) argument
215 acpi_ps_get_name(union acpi_parse_object * op) argument
233 acpi_ps_set_name(union acpi_parse_object *op, u32 name) argument
[all...]
H A Dpstree.c3 * Module Name: pstree - Parser op tree manipulation/traversal/search
53 union acpi_parse_object *acpi_ps_get_child(union acpi_parse_object *op);
60 * PARAMETERS: Op - Get an argument for this op
65 * DESCRIPTION: Get the specified op's argument.
69 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn) argument
78 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
97 arg = op->common.value.arg;
115 * DESCRIPTION: Append an argument to an op's argument list (a NULL arg is OK)
120 acpi_ps_append_arg(union acpi_parse_object *op, union acpi_parse_object *arg) argument
127 if (!op) {
192 acpi_ps_get_depth_next(union acpi_parse_object *origin, union acpi_parse_object *op) argument
263 acpi_ps_get_child(union acpi_parse_object *op) argument
[all...]
H A Dpsloop.c70 union acpi_parse_object **op);
78 u8 * aml_op_start, union acpi_parse_object *op);
82 union acpi_parse_object **op, acpi_status status);
86 union acpi_parse_object *op, acpi_status status);
177 union acpi_parse_object **op)
221 walk_state->op = NULL;
223 status = walk_state->descending_callback(walk_state, op);
229 if (!*op) {
233 status = acpi_ps_next_parse_state(walk_state, *op, status);
241 acpi_ps_append_arg(*op, unnamed_o
174 acpi_ps_build_named_op(struct acpi_walk_state *walk_state, u8 * aml_op_start, union acpi_parse_object *unnamed_op, union acpi_parse_object **op) argument
281 union acpi_parse_object *op; local
358 acpi_ps_get_arguments(struct acpi_walk_state *walk_state, u8 * aml_op_start, union acpi_parse_object *op) argument
539 acpi_ps_complete_op(struct acpi_walk_state *walk_state, union acpi_parse_object **op, acpi_status status) argument
713 acpi_ps_complete_final_op(struct acpi_walk_state *walk_state, union acpi_parse_object *op, acpi_status status) argument
823 union acpi_parse_object *op = NULL; /* current op */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dint_sqrt.c13 unsigned long op, res, one; local
15 op = x;
19 while (one > op)
23 if (op >= res + one) {
24 op = op - (res + one);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dmspec.h26 #define FETCHOP_LOAD_OP(addr, op) ( \
27 *(volatile long *)((char*) (addr) + (op)))
29 #define FETCHOP_STORE_OP(addr, op, x) ( \
30 *(volatile long *)((char*) (addr) + (op)) = (long) (x))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-pascal-18 tmpfiles="$tmpfiles f-op-1.data"
9 cat <<\EOF > f-op-1.data
97 tmpfiles="$tmpfiles f-op-1-$n.in f-op-1-$n.po"
98 echo "x.y=${string}" | sed -e "s/\"/'/g" > f-op-1-$n.in
99 ${XGETTEXT} -L RST -o f-op-1-$n.po f-op-1-$n.in || exit 1
100 test -f f-op-1-$n.po || exit 1
103 if grep object-pascal-format f-op-1-$n.po > /dev/null; then
109 if grep object-pascal-format f-op
[all...]
H A Dformat-pascal-28 tmpfiles="$tmpfiles f-op-2.data"
9 cat <<\EOF > f-op-2.data
102 tmpfiles="$tmpfiles f-op-2-$n.po f-op-2-$n.mo"
103 cat <<EOF > f-op-2-$n.po
110 if ${MSGFMT} --check-format -o f-op-2-$n.mo f-op-2-$n.po; then
116 ${MSGFMT} --check-format -o f-op-2-$n.mo f-op-2-$n.po 2> /dev/null
125 cat f-op
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinffast.c91 unsigned op; /* code bits, operation, extra bits, or */ local
129 op = (unsigned)(this.bits);
130 hold >>= op; local
131 bits -= op;
132 op = (unsigned)(this.op);
133 if (op == 0) { /* literal */
139 else if (op & 16) { /* length base */
141 op &= 15; /* number of extra bits */
142 if (op) {
148 hold >>= op; local
161 hold >>= op; local
183 hold >>= op; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinffast.c91 unsigned op; /* code bits, operation, extra bits, or */ local
129 op = (unsigned)(this.bits);
130 hold >>= op; local
131 bits -= op;
132 op = (unsigned)(this.op);
133 if (op == 0) { /* literal */
139 else if (op & 16) { /* length base */
141 op &= 15; /* number of extra bits */
142 if (op) {
148 hold >>= op; local
161 hold >>= op; local
183 hold >>= op; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinffast.c91 unsigned op; /* code bits, operation, extra bits, or */ local
129 op = (unsigned)(this.bits);
130 hold >>= op; local
131 bits -= op;
132 op = (unsigned)(this.op);
133 if (op == 0) { /* literal */
136 else if (op & 16) { /* length base */
138 op &= 15; /* number of extra bits */
139 if (op) {
145 hold >>= op; local
157 hold >>= op; local
179 hold >>= op; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dtlb.c22 struct host_vm_op *op; local
26 op = &ops[i];
27 switch(op->type){
29 ret = os_map_memory((void *) op->u.mmap.addr,
30 op->u.mmap.fd, op->u.mmap.offset,
31 op->u.mmap.len, op->u.mmap.r,
32 op->u.mmap.w, op
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dquery.c42 "field[op]value\tDisplay fields by value (=, !=, <, <=, >, >=, ~, !~)" },
119 char *field, *op, *value; local
122 * We expect to see "field [op] value" -- figure it out.
134 op = field + len;
137 switch (op[0]) {
140 value = op + 1;
143 if (op[1] == '=') {
145 value = op + 2;
148 if (op[1] == '~') {
150 value = op
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/locking/dlm/
H A Dplock.c61 static void send_op(struct plock_op *op) argument
63 set_version(&op->info);
64 INIT_LIST_HEAD(&op->list);
66 list_add_tail(&op->list, &send_list);
75 struct plock_op *op; local
83 op = &xop->xop;
84 op->info.optype = GDLM_PLOCK_OP_LOCK;
85 op->info.pid = fl->fl_pid;
86 op->info.ex = (fl->fl_type == F_WRLCK);
87 op
130 gdlm_plock_callback(struct plock_op *op) argument
188 struct plock_op *op; local
230 struct plock_op *op; local
277 struct plock_op *op = NULL; local
304 struct plock_op *op; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Djoliet.c20 unsigned char *op; local
23 op = ascii;
27 llen = nls->uni2char(be16_to_cpu(ch), op, NLS_MAX_CHARSET_SIZE);
29 op += llen;
31 *op++ = '?';
36 *op = 0;
37 return (op - ascii);
45 __u8 *op; local
49 op = s;
54 size = utf8_wctomb(op,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DLockRequest.java20 private int op; field in class:LockRequest
36 @param op
39 public LockRequest(final LockOperation op, argument
44 this(op, mode, obj, lock, 0);
60 @param op
66 public LockRequest(final LockOperation op, argument
72 this.setOp(op);
113 @param op
116 public void setOp(final LockOperation op) { argument
117 this.op
[all...]
H A DLockNotGrantedException.java32 private int op; field in class:LockNotGrantedException
35 final int op,
42 this.op = op;
85 the op parameter for the failed LockRequest when {@link com.sleepycat.db.Environment#lockVector Environment.lockVector} was called.
88 return op;
34 LockNotGrantedException(final String message, final int op, final int mode, final DatabaseEntry obj, final DbLock lock, final int index, final DbEnv dbenv) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/crypto/
H A Dgeode-aes.c100 geode_aes_crypt(struct geode_aes_op *op) argument
105 if (op->len == 0)
113 if (op->src == op->dst)
116 if (op->dir == AES_DIR_ENCRYPT)
123 if (op->mode == AES_MODE_CBC) {
125 _writefield(AES_WRITEIV0_REG, op->iv);
128 if (!(op->flags & AES_FLAGS_HIDDENKEY)) {
130 _writefield(AES_WRITEKEY0_REG, op->key);
133 do_crypt(op
148 struct geode_aes_op *op = crypto_tfm_ctx(tfm); local
162 struct geode_aes_op *op = crypto_tfm_ctx(tfm); local
181 struct geode_aes_op *op = crypto_tfm_ctx(tfm); local
223 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); local
255 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); local
307 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); local
334 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dieee754xcpt.c47 xcp->op, rtnames[xcp->rt]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Ddevice.h18 struct of_device *op; member in struct:dev_archdata
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_session.c20 struct fuse_session_ops op; member in struct:fuse_session
30 struct fuse_chan_ops op; member in struct:fuse_chan
41 struct fuse_session *fuse_session_new(struct fuse_session_ops *op, void *data) argument
50 se->op = *op;
87 se->op.process(se->data, buf, len, ch);
92 if (se->op.destroy)
93 se->op.destroy(se->data);
101 if (se->op.exit)
102 se->op
121 fuse_chan_new_common(struct fuse_chan_ops *op, int fd, size_t bufsize, void *data) argument
139 fuse_chan_new(struct fuse_chan_ops *op, int fd, size_t bufsize, void *data) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Ddev_table.c56 struct audio_operations *op; local
74 op = (struct audio_operations *) (sound_mem_blocks[sound_nblocks] = vmalloc(sizeof(struct audio_operations)));
78 if (d == NULL || op == NULL) {
83 memset((char *) op, 0, sizeof(struct audio_operations));
84 init_waitqueue_head(&op->in_sleeper);
85 init_waitqueue_head(&op->out_sleeper);
86 init_waitqueue_head(&op->poll_sleeper);
92 op->d = d;
93 strlcpy(op->name, name, sizeof(op
113 struct mixer_operations *op; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/dispatcher/
H A Ddswload.c111 * out_op - Where to return op if a new one is created
123 union acpi_parse_object *op; local
132 op = walk_state->op;
133 ACPI_DEBUG_PRINT((ACPI_DB_DISPATCH, "Op=%p State=%p\n", op,
138 if (op) {
140 *out_op = op;
146 if (op->common.node) {
147 *out_op = op;
159 "State=%p Op=%p [%s]\n", walk_state, op,
389 union acpi_parse_object *op; local
545 union acpi_parse_object *op; local
818 union acpi_parse_object *op; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dipc.h29 #define IPCCALL(version,op) ((version)<<16 | (op))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/server/
H A Drename.exp21 foreach { op } {"!touch /tmp/test.out\r" "lcd /tmp\r" "rm test.out\r" \
24 set action "doing $op"
25 set output [do_smbclient $op $action]
58 set op "rm test.dat\r"
59 do_smbclient $op "doing $op"

Completed in 248 milliseconds

1234567891011>>