Searched refs:req_flags (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_gssapi.c40 OM_uint32 req_flags = GSS_C_MUTUAL_FLAG | GSS_C_REPLAY_FLAG; local
44 req_flags |= GSS_C_DELEG_POLICY_FLAG;
52 req_flags |= GSS_C_DELEG_FLAG;
59 req_flags,
H A Dsetup-os400.h184 gss_flags_t req_flags,
H A Durldata.h343 unsigned long req_flags, ret_flags; member in struct:ssl_connect_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dcpucheck.c37 static const u32 req_flags[NCAPINTS] = variable
164 err_flags[i] = req_flags[i] & ~cpu.flags[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dsrp.h125 u8 req_flags; member in struct:srp_login_req
H A Dlibfc.h290 * @req_flags: Request flags (bit 0: read bit:1 write)
332 u32 req_flags; member in struct:fc_fcp_pkt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dopt.h353 * @param req_flags requested flags for the options to show. Show only the
354 * options for which it is opt->flags & req_flags.
356 * options for which it is !(opt->flags & req_flags).
359 int av_opt_show2(void *obj, void *av_log_obj, int req_flags, int rej_flags);
H A Dopt.c518 int req_flags, int rej_flags)
523 if (!(opt->flags & req_flags) || (opt->flags & rej_flags))
581 opt_list(obj, av_log_obj, opt->unit, req_flags, rej_flags);
586 int av_opt_show2(void *obj, void *av_log_obj, int req_flags, int rej_flags) argument
593 opt_list(obj, av_log_obj, NULL, req_flags, rej_flags);
517 opt_list(void *obj, void *av_log_obj, const char *unit, int req_flags, int rej_flags) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/
H A Dgpio_input.c188 unsigned long req_flags = IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING; local
195 req_flags, "gpio_keys", &ds->key_state[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dcurl_schannel.c234 connssl->req_flags = ISC_REQ_SEQUENCE_DETECT | ISC_REQ_REPLAY_DETECT |
254 connssl->req_flags, 0, 0, NULL, 0, &connssl->ctxt->ctxt_handle,
393 host_name, connssl->req_flags, 0, 0, &inbuf_desc, 0, NULL,
512 if(connssl->ret_flags != connssl->req_flags) {
1116 connssl->req_flags,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopt.h443 * @param req_flags requested flags for the options to show. Show only the
444 * options for which it is opt->flags & req_flags.
446 * options for which it is !(opt->flags & req_flags).
449 int av_opt_show2(void *obj, void *av_log_obj, int req_flags, int rej_flags);
H A Dopt.c973 int req_flags, int rej_flags)
980 if (!(opt->flags & req_flags) || (opt->flags & rej_flags))
1128 opt_list(obj, av_log_obj, opt->unit, req_flags, rej_flags);
1133 int av_opt_show2(void *obj, void *av_log_obj, int req_flags, int rej_flags) argument
1140 opt_list(obj, av_log_obj, NULL, req_flags, rej_flags);
972 opt_list(void *obj, void *av_log_obj, const char *unit, int req_flags, int rej_flags) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.h197 * @param req_flags print only options which have all those flags set.
201 void show_help_options(const OptionDef *options, const char *msg, int req_flags,
H A Dcmdutils.c162 void show_help_options(const OptionDef *options, const char *msg, int req_flags, argument
172 if (((po->flags & req_flags) != req_flags) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_fcp.c303 if ((fsp->req_flags & FC_SRB_READ) &&
1052 fsp->cdb_cmd.fc_flags = fsp->req_flags & ~FCP_CFL_LEN_MASK;
1817 fsp->req_flags = FC_SRB_READ;
1821 fsp->req_flags = FC_SRB_WRITE;
1825 fsp->req_flags = 0;
1918 if ((fsp->cdb_status == 0) && !(fsp->req_flags & FC_SRB_READ)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dhwa742.c246 int req_flags = 0; local
251 req_flags = REQ_FROM_IRQ_POOL;
261 req->flags = req_flags;
H A Dblizzard.c374 int req_flags = 0; local
379 req_flags = REQ_FROM_IRQ_POOL;
389 req->flags = req_flags;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/OS400/
H A Dos400sys.c955 gss_flags_t req_flags, OM_uint32 time_req,
988 target_name, mech_type, req_flags, time_req,
951 Curl_gss_init_sec_context_a(OM_uint32 * minor_status, gss_cred_id_t cred_handle, gss_ctx_id_t * context_handle, gss_name_t target_name, gss_OID mech_type, gss_flags_t req_flags, OM_uint32 time_req, gss_channel_bindings_t input_chan_bindings, gss_buffer_t input_token, gss_OID * actual_mech_type, gss_buffer_t output_token, gss_flags_t * ret_flags, OM_uint32 * time_rec) argument

Completed in 321 milliseconds