Searched refs:id (Results 276 - 300 of 2375) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DArgs.h31 std::vector<StringRef> getStrings(llvm::opt::InputArgList &args, int id);
33 uint64_t getZOptionValue(llvm::opt::InputArgList &args, int id, StringRef key,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h52 StringRef getName(ID id);
59 std::string getName(ID id, ArrayRef<Type*> Tys);
62 FunctionType *getType(LLVMContext &Context, ID id,
66 bool isOverloaded(ID id);
71 bool isLeaf(ID id);
74 AttributeList getAttributes(LLVMContext &C, ID id);
83 Function *getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys = None);
172 void getIntrinsicInfoTableEntries(ID id, SmallVectorImpl<IITDescriptor> &T);
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dsem.h20 # define SM_NO_SEM(id) ((id) < 0)
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_sim.c375 struct eap_sim_data *data, int id)
377 if ((id & CLEAR_PSEUDONYM) && data->pseudonym) {
385 if ((id & CLEAR_REAUTH_ID) && data->reauth_id) {
391 if ((id & CLEAR_EAP_ID) && data->last_eap_identity) {
464 static struct wpabuf * eap_sim_client_error(struct eap_sim_data *data, u8 id, argument
475 msg = eap_sim_msg_init(EAP_CODE_RESPONSE, id, EAP_TYPE_SIM,
483 struct eap_sim_data *data, u8 id,
517 wpa_printf(MSG_DEBUG, "Generating EAP-SIM Start (id=%d)", id);
518 msg = eap_sim_msg_init(EAP_CODE_RESPONSE, id,
374 eap_sim_clear_identities(struct eap_sm *sm, struct eap_sim_data *data, int id) argument
482 eap_sim_response_start(struct eap_sm *sm, struct eap_sim_data *data, u8 id, enum eap_sim_id_req id_req) argument
542 eap_sim_response_challenge(struct eap_sim_data *data, u8 id) argument
562 eap_sim_response_reauth(struct eap_sim_data *data, u8 id, int counter_too_small, const u8 *nonce_s) argument
604 eap_sim_response_notification(struct eap_sim_data *data, u8 id, u16 notification) argument
637 eap_sim_process_start(struct eap_sm *sm, struct eap_sim_data *data, u8 id, struct eap_sim_attrs *attr) argument
712 eap_sim_process_challenge(struct eap_sm *sm, struct eap_sim_data *data, u8 id, const struct wpabuf *reqData, struct eap_sim_attrs *attr) argument
915 eap_sim_process_notification( struct eap_sm *sm, struct eap_sim_data *data, u8 id, const struct wpabuf *reqData, struct eap_sim_attrs *attr) argument
951 eap_sim_process_reauthentication( struct eap_sm *sm, struct eap_sim_data *data, u8 id, const struct wpabuf *reqData, struct eap_sim_attrs *attr) argument
1084 u8 subtype, id; local
1249 u8 *id; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Drcparse.y84 rc_res_id id;
157 %type <id> id rcdata_id optresidc resref resid cresid
198 id ACCELERATORS suboptions BEG acc_entries END
236 $$.id = $2;
241 $$.id = $2;
256 $$.id = 0;
274 $$.id = 0;
326 id BITMAP memflags_move file_name
338 id CURSO
1502 id: label
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Dbtyacc_destroy1.y10 struct symbol { class c; type t; name id; };
21 extern symbol *mksymbol(type t, class c, name id);
31 %token <id> NAME
55 name id;
H A Dbtyacc_destroy2.y10 struct symbol { class c; type t; name id; };
21 extern symbol *mksymbol(type t, class c, name id);
31 %token <id> NAME
55 name id;
H A Dbtyacc_destroy3.y13 struct symbol { class c; type t; name id; };
24 extern symbol *mksymbol(type t, class c, name id);
34 %token <id> NAME
58 name id;
H A Derr_inherit2.y8 struct symbol { class c; type t; name id; };
14 extern symbol *mksymbol(type t, class c, name id);
24 %token <id> NAME
44 name id;
H A Derr_inherit5.y8 struct symbol { class c; type t; name id; };
14 extern symbol *mksymbol(type t, class c, name id);
24 %token <id> NAME
44 name id;
H A Dinherit2.y8 struct symbol { class c; type t; name id; };
14 extern symbol *mksymbol(type t, class c, name id);
24 %token <id> NAME
44 name id;
/freebsd-11-stable/contrib/dialog/samples/
H A Dinputmenu8 uid=`id|sed -e 's/^uid=//' -e 's/(.*//'`
9 gid=`id|sed -e 's/^.*gid=//' -e 's/(.*//'`
H A Dinputmenu-stdout8 uid=`id|sed -e 's/^uid=//' -e 's/(.*//'`
9 gid=`id|sed -e 's/^.*gid=//' -e 's/(.*//'`
/freebsd-11-stable/contrib/sendmail/test/
H A Dt_snprintf.c15 static char id[] = "@(#)$Id: t_snprintf.c,v 8.5 2013-11-22 20:52:01 ca Exp $"; variable
/freebsd-11-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem.h48 uint32_t id; member in struct:thunder_pem_softc
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dgenmsgh.awk38 print " * Source file: " id
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dgenmsgcpyc.awk38 print " * Source file: " id
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwifi_display.h22 char * wifi_display_subelem_hex(const struct wpabuf *wfd_subelems, u8 id);
/freebsd-11-stable/contrib/xz/src/xz/
H A Dcoder.h65 extern void coder_add_filter(lzma_vli id, void *options);
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c77 u_int32_t id; member in struct:session
139 logmsg(LOG_INFO, "#%d client close", s->id);
141 logmsg(LOG_ERR, "#%d client reset connection", s->id);
143 logmsg(LOG_ERR, "#%d client timeout", s->id);
145 logmsg(LOG_ERR, "#%d client write error: %d", s->id, what);
147 logmsg(LOG_ERR, "#%d abnormal client error: %d", s->id, what);
191 logmsg(LOG_DEBUG, "#%d proxy: %s", s->id, linebuf);
227 logmsg(LOG_CRIT, "#%d bad port in '%s'", s->id,
233 logmsg(LOG_DEBUG, "#%d proxy: %s", s->id, linebuf);
253 logmsg(LOG_DEBUG, "#%d client: %s", s->id, linebu
[all...]
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dt-path.c11 SM_IDSTR(id, "@(#)$Id: t-path.c,v 1.9 2013-11-22 20:51:43 ca Exp $")
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_ikev2_common.h24 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dget_default_principal.c152 krb5_ccache id; local
156 ret = krb5_cc_default (context, &id);
158 ret = krb5_cc_get_principal (context, id, princ);
159 krb5_cc_close (context, id);
H A Dtest_forward.c65 krb5_ccache id; local
96 ret = krb5_cc_default(context, &id);
107 ret = krb5_cc_get_principal(context, id, &cred.client);
122 id,
/freebsd-11-stable/sys/sys/
H A Dkhelp.h69 void * khelp_get_osd(struct osd *hosd, int32_t id);

Completed in 367 milliseconds

<<11121314151617181920>>