Searched refs:extra_data (Results 1 - 25 of 34) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dscsi.h34 void *data, size_t len, void *extra_data);
35 int scsi_open(const char *name, int flags, int mode, void **extra_data);
H A Dmzip.c60 void *extra_data)
66 r = scsi_cmd(fd, cdb, clen, mode, data, len, extra_data);
182 static enum mode_t get_zip_status(int priv, int fd, void *extra_data) argument
188 status, sizeof status, extra_data) == -1) {
197 int cmd3, const char *data, void *extra_data)
206 (char *) data, data ? strlen(data) : 0, extra_data);
211 void *extra_data)
215 data, extra_data);
219 void *extra_data)
221 return short_command(priv, fd, cmd1, 0, cmd2, 0, extra_data);
58 zip_cmd(int priv, int fd, unsigned char cdb[6], int clen, scsi_io_mode_t mode, void *data, size_t len, void *extra_data) argument
196 short_command(int priv, int fd, int cmd1, int cmd2, int cmd3, const char *data, void *extra_data) argument
210 iomega_command(int priv, int fd, int mode, const char *data, void *extra_data) argument
218 door_command(int priv, int fd, int cmd1, int cmd2, void *extra_data) argument
226 void *extra_data; local
435 passwd, extra_data); local
[all...]
H A Dscsi.c86 int scsi_open(const char *name, int flag, int mode, void **extra_data) argument
91 *extra_data = (void *) cam_dev;
106 void *data, size_t len, void *extra_data)
260 struct cam_device *cam_dev = (struct cam_device *) extra_data;
105 scsi_cmd(int fd, unsigned char *cdb, int cmdlen, scsi_io_mode_t mode, void *data, size_t len, void *extra_data) argument
H A Dplain_io.c50 void *extra_data; /* extra system dependant information for scsi */ member in struct:SimpleFile_t
308 sizeof(cdb), SCSI_IO_READ, buf, sizeof(buf), This->extra_data)==0)
412 nsect*This->scsi_sector_size, This->extra_data);
560 &This->extra_data);
779 return This->extra_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_misc.c108 char *ted, *extra_data = NULL; local
131 ted = SMB_REALLOC(extra_data, sizeof(fstring) *
136 SAFE_FREE(extra_data);
139 extra_data = ted;
141 memcpy(&extra_data[extra_data_len], domain->name,
145 extra_data[extra_data_len++] = ',';
148 if (extra_data) {
150 extra_data[extra_data_len - 1] = '\0';
151 state->response.extra_data = extra_data;
162 char *extra_data = NULL; local
[all...]
H A Dwinbindd_user.c497 if ((state->response.extra_data = SMB_MALLOC_ARRAY(struct winbindd_pw, num_users)) == NULL)
500 memset(state->response.extra_data, 0, num_users *
503 user_list = (struct winbindd_pw *)state->response.extra_data;
582 char *ted, *extra_data = NULL; local
622 ted = SMB_REALLOC(extra_data, sizeof(fstring) * total_entries);
626 SAFE_FREE(extra_data);
629 extra_data = ted;
645 memcpy(&extra_data[extra_data_len], name,
648 extra_data[extra_data_len++] = ',';
652 /* Assign extra_data field
[all...]
H A Dwbinfo.c132 d_printf("%d\n", (int)((gid_t *)response.extra_data)[i]);
134 SAFE_FREE(response.extra_data);
159 s = response.extra_data;
165 SAFE_FREE(response.extra_data);
239 if (response.extra_data) {
240 const char *extra_data = (char *)response.extra_data; local
242 while(next_token(&extra_data, name, ",", sizeof(fstring)))
245 SAFE_FREE(response.extra_data);
272 if (response.extra_data) {
273 char *extra_data = (char *)response.extra_data; local
875 const char *extra_data; local
916 const char *extra_data; local
[all...]
H A Dwinbindd_group.c267 state->response.extra_data = buffer; /* give the memory away */
330 state->response.extra_data = gr_mem;
367 state->response.extra_data = buffer; /* give away the memory */
416 state->response.extra_data = gr_mem;
628 if ((state->response.extra_data = SMB_MALLOC_ARRAY(struct winbindd_gr, num_groups)) == NULL)
631 memset(state->response.extra_data, '\0',
636 group_list = (struct winbindd_gr *)state->response.extra_data;
800 state->response.extra_data,
806 SAFE_FREE(state->response.extra_data);
812 state->response.extra_data
839 char *extra_data = NULL; local
[all...]
H A Dwb_common.c37 /* Free any allocated extra_data */
40 SAFE_FREE(response->extra_data);
328 if ((fd = winbind_named_pipe_sock(response.extra_data)) != -1) {
334 SAFE_FREE(response.extra_data);
488 /* We actually send the pointer value of the extra_data field from
492 response->extra_data = NULL;
502 if (!(response->extra_data = malloc(extra_data_len))) {
506 if ((result2 = read_sock(response->extra_data, extra_data_len))
H A Dwinbindd_pam.c46 state->response.extra_data = SMB_MALLOC(size);
47 if (!state->response.extra_data) {
51 memset( state->response.extra_data, '\0', size );
52 prs_copy_all_data_out(state->response.extra_data, &ps);
399 state->response.extra_data =
402 if (state->response.extra_data != NULL)
404 strlen(state->response.extra_data)+1;
615 state->response.extra_data = SMB_STRDUP(username_out);
616 if (!state->response.extra_data) {
620 state->response.length += strlen(state->response.extra_data)
[all...]
H A Dwinbind_nss_irix.c219 if (gr->num_gr_mem && response.extra_data)
220 members = response.extra_data;
237 gr = (struct winbindd_gr *)response.extra_data;
239 nsd_logprintf(NSD_LOG_MIN, " no extra_data\n");
243 members = (char *)response.extra_data +
265 pw = (struct winbindd_pw *)response.extra_data;
267 nsd_logprintf(NSD_LOG_MIN, " no extra_data\n");
H A Dwinbindd.c310 SAFE_FREE(state->response.extra_data);
332 if (!state->response.extra_data)
395 SAFE_FREE(state->response.extra_data);
516 data = (char *)state->response.extra_data +
536 SAFE_FREE(state->response.extra_data);
554 SAFE_FREE(state->response.extra_data);
H A Dwinbindd_dual.c205 SAFE_FREE(state.response.extra_data);
H A Dwinbind_nss_linux.c373 pw_cache = getpwent_response.extra_data;
616 gr_cache = getgrent_response.extra_data;
632 ((char *)getgrent_response.extra_data)+mem_ofs,
707 response.extra_data,
722 response.extra_data, &buffer, &buflen);
770 response.extra_data,
785 response.extra_data, &buffer, &buflen);
828 gid_t *gid_list = (gid_t *)response.extra_data;
914 memcpy(buffer, response.extra_data, response.length - sizeof(response));
H A Dwinbind_nss_aix.c287 grp = fill_grent(&response.data.gr, response.extra_data);
317 grp = fill_grent(&response.data.gr, response.extra_data);
374 gid_list = (gid_t *)response.extra_data;
480 len = strlen(response.extra_data);
489 memcpy(s, response.extra_data, len+1);
528 len = strlen(response.extra_data);
537 memcpy(s, response.extra_data, len+1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dpcy_node.c134 if (!tree->extra_data)
135 tree->extra_data = sk_X509_POLICY_DATA_new_null();
136 if (!tree->extra_data)
138 if (!sk_X509_POLICY_DATA_push(tree->extra_data, data))
H A Dpcy_int.h167 /*STACK_OF(X509_POLICY_DATA) *extra_data;*/
179 STACK_OF(X509_POLICY_DATA) *extra_data; member in struct:X509_POLICY_TREE_st
H A Dpcy_tree.c159 tree->extra_data = NULL;
575 if (tree->extra_data)
576 sk_X509_POLICY_DATA_pop_free(tree->extra_data,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/python/
H A Dpy_winbind.c137 if (response.extra_data) {
138 const char *extra_data = response.extra_data; local
141 while (next_token(&extra_data, name, ",", sizeof(fstring)))
168 if (response.extra_data) {
169 const char *extra_data = response.extra_data; local
172 while (next_token(&extra_data, name, ",", sizeof(fstring)))
203 if (response.extra_data) {
204 const char *extra_data local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ec/
H A Dec_lib.c92 ret->extra_data = NULL;
154 if (src->extra_data != NULL)
156 dest->extra_data = src->extra_data_dup_func(src->extra_data);
157 if (dest->extra_data == NULL)
243 int EC_GROUP_set_extra_data(EC_GROUP *group, void *extra_data, void *(*extra_data_dup_func)(void *), argument
246 if ((group->extra_data != NULL)
255 group->extra_data = extra_data;
277 return group->extra_data;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/auth/
H A Dauth_winbind.c35 info3_ndr = response->extra_data;
128 if (result == NSS_STATUS_SUCCESS && response.extra_data) {
142 SAFE_FREE(response.extra_data);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/oss/
H A Dlinear.c48 struct linear_priv *data = (struct linear_priv *)plugin->extra_data;
89 data = (struct linear_priv *)plugin->extra_data;
156 data = (struct linear_priv *)plugin->extra_data;
H A Dmulaw.c163 struct mulaw_priv *data = (struct mulaw_priv *)plugin->extra_data;
205 struct mulaw_priv *data = (struct mulaw_priv *)plugin->extra_data;
263 data = (struct mulaw_priv *)plugin->extra_data;
323 data = (struct mulaw_priv *)plugin->extra_data;
H A Drate.c60 struct rate_priv *data = (struct rate_priv *)plugin->extra_data;
80 struct rate_priv *data = (struct rate_priv *)plugin->extra_data;
139 struct rate_priv *data = (struct rate_priv *)plugin->extra_data;
195 data = (struct rate_priv *)plugin->extra_data;
227 data = (struct rate_priv *)plugin->extra_data;
279 data = (struct rate_priv *)plugin->extra_data;
325 data = (struct rate_priv *)plugin->extra_data;
H A Dio.c52 void **bufs = (void**)plugin->extra_data;
75 void **bufs = (void**)plugin->extra_data;

Completed in 200 milliseconds

12