Searched refs:context (Results 51 - 75 of 826) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/image/
H A Dmicrotek.c77 * 20000515 Put transfer context and URB in mts_desc (john)
191 MTS_DEBUG("transfer = 0x%x context = 0x%x\n",(int)transfer,(int)context ); \
192 MTS_DEBUG("status = 0x%x data-length = 0x%x sent = 0x%x\n",(int)transfer->status,(int)context->data_length, (int)transfer->actual_length ); \
193 mts_debug_dump(context->instance);\
208 struct mts_transfer_context* context = (struct mts_transfer_context*)transfer->context; \
379 /* Interrupt context! */
381 /* Holding transfer->context->lock! */
388 context
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dldt.c29 load_LDT(&current->active_mm->context);
101 init_MUTEX(&mm->context.sem);
102 mm->context.size = 0;
104 if (old_mm && old_mm->context.size > 0) {
105 down(&old_mm->context.sem);
106 retval = copy_ldt(&mm->context, &old_mm->context);
107 up(&old_mm->context.sem);
118 if (mm->context.size) {
119 if ((unsigned)mm->context
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dldt.c26 load_LDT(&current->active_mm->context);
97 init_MUTEX(&mm->context.sem);
98 mm->context.size = 0;
100 if (old_mm && old_mm->context.size > 0) {
101 down(&old_mm->context.sem);
102 retval = copy_ldt(&mm->context, &old_mm->context);
103 up(&old_mm->context.sem);
113 if (mm->context.size) {
116 if (mm->context
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Droqaudioenc.c54 ROQDPCMContext *context = avctx->priv_data; local
73 context->lastSample[0] = context->lastSample[1] = 0;
126 ROQDPCMContext *context = avctx->priv_data; local
131 context->lastSample[0] &= 0xFF00;
132 context->lastSample[1] &= 0xFF00;
143 bytestream_put_byte(&out, (context->lastSample[1])>>8);
144 bytestream_put_byte(&out, (context->lastSample[0])>>8);
146 bytestream_put_le16(&out, context->lastSample[0]);
152 *out++ = dpcm_predict(&context
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/tutorial/
H A Dincludexpath.c21 xmlXPathContextPtr context;
24 context = xmlXPathNewContext(doc);
25 if (context == NULL) {
29 result = xmlXPathEvalExpression(xpath, context);
30 xmlXPathFreeContext(context);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dtsb.c73 spin_lock_irqsave(&mm->context.lock, flags);
75 base = (unsigned long) mm->context.tsb_block[MM_TSB_BASE].tsb;
76 nentries = mm->context.tsb_block[MM_TSB_BASE].tsb_nentries;
82 if (mm->context.tsb_block[MM_TSB_HUGE].tsb) {
83 base = (unsigned long) mm->context.tsb_block[MM_TSB_HUGE].tsb;
84 nentries = mm->context.tsb_block[MM_TSB_HUGE].tsb_nentries;
90 spin_unlock_irqrestore(&mm->context.lock, flags);
129 mm->context.tsb_block[tsb_idx].tsb_nentries =
134 tsb_paddr = __pa(mm->context.tsb_block[tsb_idx].tsb);
193 mm->context
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Dprocess_keys.c380 struct task_struct *context)
399 if (context->thread_keyring) {
401 make_key_ref(context->thread_keyring, 1),
402 context, type, description, match);
420 if (context->signal->process_keyring) {
422 make_key_ref(context->signal->process_keyring, 1),
423 context, type, description, match);
441 if (context->signal->session_keyring) {
445 context->signal->session_keyring),
447 context, typ
377 search_process_keyrings(struct key_type *type, const void *description, key_match_func_t match, struct task_struct *context) argument
548 lookup_user_key(struct task_struct *context, key_serial_t id, int create, int partial, key_perm_t perm) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dio1.c6 * XInclude method context to show how dynamic document can
48 * Returns an Input context or NULL in case or error
61 * @context: the read context
68 sqlClose(void * context) { argument
69 if (context == NULL) return(-1);
77 * @context: the read context
86 sqlRead(void * context, char * buffer, int len) { argument
87 const char *ptr = (const char *) context;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dmmu_context.h4 * Switch an MMU context.
34 * any user or kernel context.
69 mm->context = asid_cache;
75 set_rasid_register(ASID_INSERT(mm->context));
80 * Initialize the context related info for a new mm_struct
87 mm->context = NO_CONTEXT;
93 * the context for the new mm so we see the new mappings.
112 if (next->context == NO_CONTEXT || ((next->context^asid) & ~ASID_MASK))
121 * Destroy context relate
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dmmu_context.h32 * | context ID |
36 * The context ID is used by debuggers and trace logic, and
50 if (unlikely((mm->context.id ^ cpu_last_asid) >> ASID_BITS))
53 if (unlikely(mm->context.kvm_seq != init_mm.context.kvm_seq))
63 if (unlikely(mm->context.kvm_seq != init_mm.context.kvm_seq))
76 * mm: describes the currently active mm context
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_lock.c65 if (lock.context == DRM_KERNEL_CONTEXT) {
66 DRM_ERROR("Process %d using kernel context %d\n",
67 current->pid, lock.context);
72 lock.context, current->pid,
76 if (lock.context < 0)
90 if (drm_lock_take(&dev->lock, lock.context)) {
110 DRM_DEBUG( "%d %s\n", lock.context, ret ? "interrupted" : "has lock" );
118 dev->sigdata.context = lock.context;
127 DRM_DEBUG("%d waiting for DMA quiescent\n", lock.context);
204 drm_lock_take(drm_lock_data_t *lock_data, unsigned int context) argument
253 drm_lock_transfer(drm_lock_data_t *lock_data, unsigned int context) argument
279 drm_lock_free(drm_lock_data_t *lock_data, unsigned int context) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-iconv.c53 static void conversion_error (const struct conversion_context* context)
59 conversion_error (const struct conversion_context* context) argument
61 if (context->to_code == po_charset_utf8)
63 po_xerror (PO_SEVERITY_FATAL_ERROR, context->message, NULL, 0, 0, false,
65 context->from_filename, context->from_code));
67 po_xerror (PO_SEVERITY_FATAL_ERROR, context->message, NULL, 0, 0, false,
70 context->from_filename, context->from_code,
71 context
77 convert_string(iconv_t cd, const char *string, const struct conversion_context* context) argument
96 convert_string_list(iconv_t cd, string_list_ty *slp, const struct conversion_context* context) argument
107 convert_prev_msgid(iconv_t cd, message_ty *mp, const struct conversion_context* context) argument
119 convert_msgid(iconv_t cd, message_ty *mp, const struct conversion_context* context) argument
130 convert_msgstr(iconv_t cd, message_ty *mp, const struct conversion_context* context) argument
279 struct conversion_context context; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Ddv1394.c50 DVDemuxContext* dv_demux; /* Generic DV muxing/demuxing context */
85 static int dv1394_read_header(AVFormatContext * context, AVFormatParameters * ap) argument
87 struct dv1394_data *dv = context->priv_data;
89 dv->dv_demux = dv_init_demux(context);
104 dv->fd = open(context->filename, O_RDONLY);
106 av_log(context, AV_LOG_ERROR, "Failed to open DV interface: %s\n", strerror(errno));
111 av_log(context, AV_LOG_ERROR, "Failed to initialize DV interface: %s\n", strerror(errno));
118 av_log(context, AV_LOG_ERROR, "Failed to mmap DV ring buffer: %s\n", strerror(errno));
132 static int dv1394_read_packet(AVFormatContext *context, AVPacket *pkt) argument
134 struct dv1394_data *dv = context
212 dv1394_close(AVFormatContext * context) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgexec-459 echo "context: $MSGEXEC_MSGCTXT"
85 context: File|
90 context: File|
95 context: Lock state
100 context: Lock state
105 context: Audi
110 context: Oc��
119 context: File|
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_umem.h43 struct ib_ucontext *context; member in struct:ib_umem
63 struct ib_umem *ib_umem_get(struct ib_ucontext *context, unsigned long addr,
72 static inline struct ib_umem *ib_umem_get(struct ib_ucontext *context, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/selinux/
H A Druncon.c2 * runcon [ context |
6 * attempt to run the specified command with the specified context.
8 * -r role : use the current context with the specified role
9 * -t type : use the current context with the specified type
10 * -u user : use the current context with the specified user
11 * -l level : use the current context with the specified level range
12 * -c : compute process transition context before modifying
30 #include <selinux/context.h>
42 bb_error_msg_and_die("cannot get current context");
52 bb_error_msg_and_die("unable to compute a new context");
97 char *context = NULL; local
[all...]
H A Dchcon.c2 * chcon -- change security context, based on coreutils-5.97-13
9 #include <selinux/context.h>
33 context_t context = NULL; local
46 bb_error_msg("cannot obtain security context: %s", fname);
51 bb_error_msg("cannot apply partial context to unlabeled file %s", fname);
56 context = set_security_context_component(file_context,
58 if (!context) {
59 bb_error_msg("cannot compute security context from %s", file_context);
63 context = context_new(specified_context);
64 if (!context) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcrc.c152 crc32_init (void *context) argument
154 CRC_CONTEXT *ctx = (CRC_CONTEXT *) context;
159 crc32_write (void *context, const void *inbuf, size_t inlen) argument
161 CRC_CONTEXT *ctx = (CRC_CONTEXT *) context;
168 crc32_read (void *context) argument
170 CRC_CONTEXT *ctx = (CRC_CONTEXT *) context;
175 crc32_final (void *context) argument
177 CRC_CONTEXT *ctx = (CRC_CONTEXT *) context;
187 crc32rfc1510_init (void *context) argument
189 CRC_CONTEXT *ctx = (CRC_CONTEXT *) context;
194 crc32rfc1510_final(void *context) argument
240 crc24rfc2440_init(void *context) argument
247 crc24rfc2440_write(void *context, const void *inbuf_arg, size_t inlen) argument
267 crc24rfc2440_final(void *context) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcurl_gssapi.c33 gss_ctx_id_t * context,
56 context,
30 Curl_gss_init_sec_context( struct SessionHandle *data, OM_uint32 * minor_status, gss_ctx_id_t * context, gss_name_t target_name, gss_channel_bindings_t input_chan_bindings, gss_buffer_t input_token, gss_buffer_t output_token, OM_uint32 * ret_flags) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dsa.h59 void *context),
60 void *context,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/skas/
H A Dexec.c24 ret = unmap(&current->mm->context.skas.id, 0, end, 1, &data);
31 switch_mm_skas(&current->mm->context.skas.id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dcontext.c2 * linux/arch/arm/mm/context.c
21 * We fork()ed a process, and we need a new context for the child
28 mm->context.id = 0;
47 asm("mcr p15, 0, %0, c13, c0, 1 @ set reserved context ID\n"
63 mm->context.id = asid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/sun3/
H A Dmmu_emu.c57 context. 0xffffffff is a marker for kernel context */
62 /* has this context been mmdrop'd? */
184 /* erase the mappings for a dead context. Uses the pg_dir for hints
188 context for when they're cleared */
189 void clear_context(unsigned long context) argument
194 if(context) {
195 if(!ctx_alloc[context])
196 panic("clear_context: context not allocated\n");
198 ctx_alloc[context]
263 mmu_emu_map_pmeg(int context, int vaddr) argument
338 unsigned char context; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dsidtab.c37 int sidtab_insert(struct sidtab *s, u32 sid, struct context *context) argument
66 if (context_cpy(&newnode->context, context)) {
89 struct context *sidtab_search(struct sidtab *s, u32 sid)
113 return &cur->context;
118 struct context *context,
131 rc = apply(cur->sid, &cur->context, args);
143 struct context *contex
116 sidtab_map(struct sidtab *s, int (*apply) (u32 sid, struct context *context, void *args), void *args) argument
141 sidtab_map_remove_on_error(struct sidtab *s, int (*apply) (u32 sid, struct context *context, void *args), void *args) argument
180 sidtab_search_context(struct sidtab *s, struct context *context) argument
197 sidtab_context_to_sid(struct sidtab *s, struct context *context, u32 *out_sid) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsha1.c61 /* Copy context->state[] to working vars */
88 /* Add the working vars back into context.state[] */
99 /* SHA1Init - Initialize new context */
102 SHA1_Init(SHA1_CTX *context) argument
105 context->state[0] = 0x67452301;
106 context->state[1] = 0xEFCDAB89;
107 context->state[2] = 0x98BADCFE;
108 context->state[3] = 0x10325476;
109 context->state[4] = 0xC3D2E1F0;
110 context
117 SHA1_Update(SHA1_CTX *context, const unsigned char *data, unsigned int len) argument
141 SHA1_Final(unsigned char digest[20], SHA1_CTX *context) argument
[all...]

Completed in 225 milliseconds

1234567891011>>