Searched refs:context (Results 1 - 25 of 384) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/
H A Dmd5.h17 void MD5Init(struct MD5Context *context);
18 void MD5Update(struct MD5Context *context, unsigned char const *buf,
20 void MD5Final(unsigned char digest[16], struct MD5Context *context);
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dmd5.h16 void MD5Init(struct MD5Context *context);
17 void MD5Update(struct MD5Context *context, unsigned char const *buf,
19 void MD5Final(unsigned char digest[16], struct MD5Context *context);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dmd5.h14 void MD5Init(struct MD5Context *context);
15 void MD5Update(struct MD5Context *context, unsigned char const *buf,
17 void MD5Final(unsigned char digest[16], struct MD5Context *context);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/passdb/
H A Dpdb_interface.c122 static NTSTATUS context_setsampwent(struct pdb_context *context, BOOL update) argument
126 if (!context) {
131 context->pwent_methods = context->pdb_methods;
133 if (!context->pwent_methods) {
138 while (NT_STATUS_IS_ERR(ret = context->pwent_methods->setsampwent(context->pwent_methods, update))) {
139 context->pwent_methods = context->pwent_methods->next;
140 if (context
146 context_endsampwent(struct pdb_context *context) argument
160 context_getsampwent(struct pdb_context *context, SAM_ACCOUNT *user) argument
186 context_getsampwnam(struct pdb_context *context, SAM_ACCOUNT *sam_acct, const char *username) argument
208 context_getsampwsid(struct pdb_context *context, SAM_ACCOUNT *sam_acct, const DOM_SID *sid) argument
232 context_add_sam_account(struct pdb_context *context, SAM_ACCOUNT *sam_acct) argument
262 context_update_sam_account(struct pdb_context *context, SAM_ACCOUNT *sam_acct) argument
295 context_delete_sam_account(struct pdb_context *context, SAM_ACCOUNT *sam_acct) argument
329 context_getgrsid(struct pdb_context *context, GROUP_MAP *map, DOM_SID sid) argument
352 context_getgrgid(struct pdb_context *context, GROUP_MAP *map, gid_t gid) argument
375 context_getgrnam(struct pdb_context *context, GROUP_MAP *map, const char *name) argument
398 context_add_group_mapping_entry(struct pdb_context *context, GROUP_MAP *map) argument
412 context_update_group_mapping_entry(struct pdb_context *context, GROUP_MAP *map) argument
426 context_delete_group_mapping_entry(struct pdb_context *context, DOM_SID sid) argument
440 context_enum_group_mapping(struct pdb_context *context, enum SID_NAME_USE sid_name_use, GROUP_MAP **rmap, int *num_entries, BOOL unix_only) argument
462 free_pdb_context(struct pdb_context **context) argument
480 make_pdb_methods_name(struct pdb_methods **methods, struct pdb_context *context, const char *selected) argument
536 make_pdb_context(struct pdb_context **context) argument
583 make_pdb_context_list(struct pdb_context **context, const char **selected) argument
643 make_pdb_context_string(struct pdb_context **context, const char *selected) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dmmu_context.h22 mm->context = alloc_sid();
29 free_sid(mm->context);
30 mm->context = 0;
38 load_context(next->context);
54 if (next->context == 0)
55 next->context = alloc_sid();
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dmmu_context.h22 mm->context = alloc_sid();
29 free_sid(mm->context);
30 mm->context = 0;
38 load_context(next->context);
54 if (next->context == 0)
55 next->context = alloc_sid();
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dclikrb5.c40 krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds) argument
45 ret = krb5_us_timeofday(context, &sec, &usec);
49 context->kdc_sec_offset = seconds - sec;
50 context->kdc_usec_offset = microseconds - usec;
84 int create_kerberos_key_from_string(krb5_context context, argument
94 ret = krb5_principal2salt(context, host_princ, &salt);
99 krb5_use_enctype(context, &eblock, enctype);
100 ret = krb5_string_to_key(context, &eblock, key, password, &salt);
105 int create_kerberos_key_from_string(krb5_context context,
114 ret = krb5_get_pw_salt(context, host_prin
127 get_kerberos_allowed_etypes(krb5_context context, krb5_enctype **enctypes) argument
133 get_kerberos_allowed_etypes(krb5_context context, krb5_enctype **enctypes) argument
142 free_kerberos_etypes(krb5_context context, krb5_enctype *enctypes) argument
155 krb5_auth_con_setuseruserkey(krb5_context context, krb5_auth_context auth_context, krb5_keyblock *keyblock) argument
240 ads_krb5_mk_req(krb5_context context, krb5_auth_context *auth_context, const krb5_flags ap_req_options, const char *principal, krb5_ccache ccache, krb5_data *outbuf) argument
316 krb5_context context; local
373 get_krb5_smb_session_key(krb5_context context, krb5_auth_context auth_context, DATA_BLOB *session_key, BOOL remote) argument
402 krb5_princ_component(krb5_context context, krb5_principal principal, int i ) argument
[all...]
H A Dlibsmb_cache.c52 static int smbc_add_cached_server(SMBCCTX * context, SMBCSRV * new, argument
92 DLIST_ADD((context->server_cache), srvcache);
111 static SMBCSRV * smbc_get_cached_server(SMBCCTX * context, const char * server, argument
117 for (srv=((struct smbc_server_cache *)context->server_cache);srv;srv=srv->next) {
134 static int smbc_remove_cached_server(SMBCCTX * context, SMBCSRV * server) argument
138 for (srv=((struct smbc_server_cache *)context->server_cache);srv;srv=srv->next) {
142 DLIST_REMOVE(context->server_cache, srv);
160 static int smbc_purge_cached(SMBCCTX * context) argument
165 for (srv=((struct smbc_server_cache *) context->server_cache);srv;srv=srv->next) {
166 if (smbc_remove_unused_server(context, sr
183 smbc_default_cache_functions(SMBCCTX * context) argument
[all...]
H A Dlibsmbclient.c51 int smbc_default_cache_functions(SMBCCTX *context);
169 smbc_parse_path(SMBCCTX *context, const char *fname, char *server, char *share, char *path, argument
206 strncpy(server, context->workgroup,
207 (strlen(context->workgroup) < 16)?strlen(context->workgroup):16);
289 static int smbc_errno(SMBCCTX *context, struct cli_state *c) argument
320 int smbc_check_server(SMBCCTX * context, SMBCSRV * server) argument
335 int smbc_remove_unused_server(SMBCCTX * context, SMBCSRV * srv) argument
340 if (!context || !context
367 find_server(SMBCCTX *context, const char *server, const char *share, fstring workgroup, fstring username, fstring password) argument
439 smbc_server(SMBCCTX *context, const char *server, const char *share, fstring workgroup, fstring username, fstring password) argument
615 smbc_attr_server(SMBCCTX *context, const char *server, const char *share, fstring workgroup, fstring username, fstring password, POLICY_HND *pol) argument
710 smbc_open_ctx(SMBCCTX *context, const char *fname, int flags, mode_t mode) argument
814 smbc_creat_ctx(SMBCCTX *context, const char *path, mode_t mode) argument
832 smbc_read_ctx(SMBCCTX *context, SMBCFILE *file, void *buf, size_t count) argument
883 smbc_write_ctx(SMBCCTX *context, SMBCFILE *file, void *buf, size_t count) argument
929 smbc_close_ctx(SMBCCTX *context, SMBCFILE *file) argument
983 smbc_getatr(SMBCCTX * context, SMBCSRV *srv, char *path, uint16 *mode, size_t *size, time_t *c_time, time_t *a_time, time_t *m_time, SMB_INO_T *ino) argument
1024 smbc_unlink_ctx(SMBCCTX *context, const char *fname) argument
1192 smbc_lseek_ctx(SMBCCTX *context, SMBCFILE *file, off_t offset, int whence) argument
1258 smbc_inode(SMBCCTX *context, const char *name) argument
1280 smbc_setup_stat(SMBCCTX *context, struct stat *st, char *fname, size_t size, int mode) argument
1324 smbc_stat_ctx(SMBCCTX *context, const char *fname, struct stat *st) argument
1409 smbc_fstat_ctx(SMBCCTX *context, SMBCFILE *file, struct stat *st) argument
1636 smbc_opendir_ctx(SMBCCTX *context, const char *fname) argument
1939 smbc_closedir_ctx(SMBCCTX *context, SMBCFILE *dir) argument
1976 smbc_readdir_ctx(SMBCCTX *context, SMBCFILE *dir) argument
2033 smbc_getdents_ctx(SMBCCTX *context, SMBCFILE *dir, struct smbc_dirent *dirp, int count) argument
2122 smbc_mkdir_ctx(SMBCCTX *context, const char *fname, mode_t mode) argument
2209 smbc_rmdir_ctx(SMBCCTX *context, const char *fname) argument
2310 smbc_telldir_ctx(SMBCCTX *context, SMBCFILE *dir) argument
2378 smbc_lseekdir_ctx(SMBCCTX *context, SMBCFILE *dir, off_t offset) argument
2428 smbc_fstatdir_ctx(SMBCCTX *context, SMBCFILE *dir, struct stat *st) argument
2445 smbc_chmod_ctx(SMBCCTX *context, const char *fname, mode_t newmode) argument
2496 smbc_utimes_ctx(SMBCCTX *context, const char *fname, struct timeval *tbuf) argument
3323 smbc_setxattr_ctx(SMBCCTX *context, const char *fname, const char *name, const void *value, size_t size, int flags) argument
3457 smbc_getxattr_ctx(SMBCCTX *context, const char *fname, const char *name, const void *value, size_t size) argument
3542 smbc_removexattr_ctx(SMBCCTX *context, const char *fname, const char *name) argument
3640 smbc_listxattr_ctx(SMBCCTX *context, const char *fname, char *list, size_t size) argument
3681 smbc_open_print_job_ctx(SMBCCTX *context, const char *fname) argument
3794 smbc_list_print_jobs_ctx(SMBCCTX *context, const char *fname, smbc_list_print_job_fn fn) argument
3846 smbc_unlink_print_job_ctx(SMBCCTX *context, const char *fname, int id) argument
3903 SMBCCTX * context; local
3971 smbc_free_context(SMBCCTX * context, int shutdown_ctx) argument
4041 smbc_init_context(SMBCCTX * context) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dmmu_context.h19 mm->context = virt_to_phys(mm->pgd);
28 0x80000000 | _PAGE_TABLE, mm->context
66 asm volatile ("movec %0,%%urp" : : "r" (mm->context));
95 next_mm->context = virt_to_phys(next_mm->pgd);
108 extern void clear_context(unsigned long context);
110 /* set the context for a new task to unmapped */
113 mm->context = SUN3_INVALID_CONTEXT;
117 /* find the context given to this process, and if it hasn't already
121 if(mm->context == SUN3_INVALID_CONTEXT)
122 mm->context
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dmmu_context.h19 mm->context = virt_to_phys(mm->pgd);
28 0x80000000 | _PAGE_TABLE, mm->context
66 asm volatile ("movec %0,%%urp" : : "r" (mm->context));
95 next_mm->context = virt_to_phys(next_mm->pgd);
108 extern void clear_context(unsigned long context);
110 /* set the context for a new task to unmapped */
113 mm->context = SUN3_INVALID_CONTEXT;
117 /* find the context given to this process, and if it hasn't already
121 if(mm->context == SUN3_INVALID_CONTEXT)
122 mm->context
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dsis.h50 extern int sis_init_context(int context);
51 extern int sis_final_context(int context);
H A Ddrm_lock.h48 int DRM(lock_take)(__volatile__ unsigned int *lock, unsigned int context) argument
55 else new = context | _DRM_LOCK_HELD;
58 if (_DRM_LOCKING_CONTEXT(old) == context) {
60 if (context != DRM_KERNEL_CONTEXT) {
62 context);
67 if (new == (context | _DRM_LOCK_HELD)) {
74 /* This takes a lock forcibly and hands it to context. Should ONLY be used
77 __volatile__ unsigned int *lock, unsigned int context)
84 new = context | _DRM_LOCK_HELD;
91 __volatile__ unsigned int *lock, unsigned int context)
76 lock_transfer(drm_device_t *dev, __volatile__ unsigned int *lock, unsigned int context) argument
90 lock_free(drm_device_t *dev, __volatile__ unsigned int *lock, unsigned int context) argument
113 flush_queue(drm_device_t *dev, int context) argument
146 flush_unblock_queue(drm_device_t *dev, int context) argument
163 flush_block_and_flush(drm_device_t *dev, int context, drm_lock_flags_t flags) argument
183 flush_unblock(drm_device_t *dev, int context, drm_lock_flags_t flags) argument
[all...]
H A Dsis_mm.c44 int context; member in struct:__anon1179
50 static int add_alloc_set(int context, int type, unsigned int val) argument
55 if(global_ppriv[i].used && global_ppriv[i].context == context){
62 static int del_alloc_set(int context, int type, unsigned int val) argument
66 if(global_ppriv[i].used && global_ppriv[i].context == context){
90 if(!add_alloc_set(fb.context, VIDEO_TYPE, fb.free)){
123 if(!del_alloc_set(fb.context, VIDEO_TYPE, fb.free))
169 if(!add_alloc_set(agp.context, AGP_TYP
214 sis_init_context(int context) argument
243 sis_final_context(int context) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dmmu_context.h15 * (virtual segment identifiers) for each context. Although the
21 * that we used to have when the context number overflowed,
28 * segment IDs). We use a skew on both the context and the high 4 bits
77 * Set the current MMU context.
86 extern void set_context(mm_context_t context, pgd_t *pgd);
95 * This caches the next context number that we expect to be free.
96 * Its use is an optimization only, we can't rely on this context
114 * Get a new mmu context for the address space described by `mm'.
120 if (mm->context != NO_CONTEXT)
133 mm->context
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dmmu_context.h15 * (virtual segment identifiers) for each context. Although the
21 * that we used to have when the context number overflowed,
28 * segment IDs). We use a skew on both the context and the high 4 bits
77 * Set the current MMU context.
86 extern void set_context(mm_context_t context, pgd_t *pgd);
95 * This caches the next context number that we expect to be free.
96 * Its use is an optimization only, we can't rely on this context
114 * Get a new mmu context for the address space described by `mm'.
120 if (mm->context != NO_CONTEXT)
133 mm->context
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Dkerberos_verify.c29 static void free_keytab(krb5_context context, krb5_keytab keytab) argument
34 ret = krb5_kt_close(context, keytab);
42 static krb5_error_code create_keytab(krb5_context context, argument
57 ret = krb5_kt_resolve(context, keytab_name, keytab);
68 if (create_kerberos_key_from_string(context, host_princ, &password, key, enctypes[i])) {
89 ret = krb5_kt_add_entry(context, *keytab, &entry);
93 free_keytab(context, *keytab);
97 krb5_free_keyblock(context, key);
103 static BOOL setup_keytab(krb5_context context, argument
126 ret = krb5_kt_resolve(context, keytab_nam
168 krb5_context context = NULL; local
[all...]
H A Dkrb5_setpw.c115 krb5_context context,
129 ret = krb5_auth_con_setflags(context,
149 ret = krb5_mk_priv(context, auth_context,
198 static krb5_error_code setpw_result_code_string(krb5_context context, argument
216 static krb5_error_code parse_setpw_reply(krb5_context context, argument
275 ret = krb5_rd_rep(context, auth_context, &ap_rep, &ap_rep_enc);
281 krb5_free_ap_rep_enc_part(context, ap_rep_enc);
286 ret = krb5_rd_priv(context, auth_context, &cipherresult, &clearresult,
314 setpw_result_code_string(context, res_code, &errstr);
341 static ADS_STATUS do_krb5_kpasswd_request(krb5_context context, argument
114 build_kpasswd_request(uint16 pversion, krb5_context context, krb5_auth_context auth_context, krb5_data *ap_req, const char *princ, const char *passwd, krb5_data *packet) argument
466 krb5_context context; local
581 krb5_context context; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/ospm/ac_adapter/
H A Dac.c104 void **context)
115 if (!context || *context) {
116 ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "Invalid (NULL) context."));
174 *context = ac_adapter;
201 void **context)
208 if (!context || !*context) {
212 ac_adapter = (AC_CONTEXT*)*context;
220 *context
102 ac_add_device( BM_HANDLE device_handle, void **context) argument
200 ac_remove_device( void **context) argument
318 ac_notify( BM_NOTIFY notify_type, BM_HANDLE device_handle, void **context) argument
369 ac_request( BM_REQUEST *request, void *context) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dsamtest.h26 SAM_CONTEXT *context; member in struct:samtest_state
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/ospm/system/
H A Dsm.c100 void **context)
112 if (!context || *context) {
113 ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "Invalid (NULL) context."));
155 *context = system;
182 void **context)
189 if (!context || !*context) {
193 system = (SM_CONTEXT*)*context;
201 *context
98 sm_add_device( BM_HANDLE device_handle, void **context) argument
181 sm_remove_device( void **context) argument
299 sm_notify( BM_NOTIFY notify_type, BM_HANDLE device_handle, void **context) argument
344 sm_request( BM_REQUEST *request, void *context) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dlock.c49 int drm_lock_take(__volatile__ unsigned int *lock, unsigned int context) argument
56 else new = context | _DRM_LOCK_HELD;
59 if (_DRM_LOCKING_CONTEXT(old) == context) {
61 if (context != DRM_KERNEL_CONTEXT) {
63 context);
68 if (new == (context | _DRM_LOCK_HELD)) {
75 /* This takes a lock forcibly and hands it to context. Should ONLY be used
78 __volatile__ unsigned int *lock, unsigned int context)
85 new = context | _DRM_LOCK_HELD;
92 __volatile__ unsigned int *lock, unsigned int context)
77 drm_lock_transfer(drm_device_t *dev, __volatile__ unsigned int *lock, unsigned int context) argument
91 drm_lock_free(drm_device_t *dev, __volatile__ unsigned int *lock, unsigned int context) argument
114 drm_flush_queue(drm_device_t *dev, int context) argument
148 drm_flush_unblock_queue(drm_device_t *dev, int context) argument
165 drm_flush_block_and_flush(drm_device_t *dev, int context, drm_lock_flags_t flags) argument
185 drm_flush_unblock(drm_device_t *dev, int context, drm_lock_flags_t flags) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dmmu_context.h16 #define init_new_context(tsk,mm) ({ rwlock_init(&(mm)->context.ldtlock); 0; })
44 if (prev->context.segments != next->context.segments)
51 set_bit(cpu, &next->context.cpuvalid);
67 if (!test_and_set_bit(cpu, &next->context.cpuvalid))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dmmu_context.h16 #define init_new_context(tsk,mm) ({ rwlock_init(&(mm)->context.ldtlock); 0; })
44 if (prev->context.segments != next->context.segments)
51 set_bit(cpu, &next->context.cpuvalid);
67 if (!test_and_set_bit(cpu, &next->context.cpuvalid))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dmicrotek.c77 * 20000515 Put transfer context and URB in mts_desc (john)
196 MTS_DEBUG("transfer = 0x%x context = 0x%x\n",(int)transfer,(int)context ); \
197 MTS_DEBUG("status = 0x%x data-length = 0x%x sent = 0x%x\n",(int)transfer->status,(int)context->data_length, (int)transfer->actual_length ); \
198 mts_debug_dump(context->instance);\
213 struct mts_transfer_context* context = (struct mts_transfer_context*)transfer->context; \
327 return (atomic_read(&desc->context.do_abort));
496 /* Interrupt context! */
498 /* Holding transfer->context
[all...]

Completed in 133 milliseconds

1234567891011>>