Searched refs:info_type (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dipa-prop.h79 union parameter_info info_type; member in struct:ipa_jump_func
H A Dipa-cp.c295 ipcp_method_cval (struct cgraph_node *mt, int info_type) argument
297 return &(IPA_NODE_REF (mt)->ipcp_cval[info_type]);
305 enum jump_func_type type, union parameter_info *info_type)
312 ipcp_cval_set_cvalue (cval, info_type, CONST_VALUE);
317 ipcp_cval_set_cvalue (cval, info_type, CONST_VALUE_REF);
323 (mt, info_type->formal_id));
327 (mt, info_type->formal_id)),
582 union parameter_info *info_type; local
599 info_type = ipa_jf_get_info_type (jump_func);
600 ipcp_cval_compute (&cval1, mt, type, info_type);
304 ipcp_cval_compute(struct ipcp_formal *cval, struct cgraph_node *mt, enum jump_func_type type, union parameter_info *info_type) argument
644 tree info_type; local
[all...]
H A Dipa-prop.c369 /* Set FORMAL as 'info_type' field of jump function (ipa_jump_func struct)
375 ipa_callsite_param (cs, i)->info_type.formal_id = formal;
378 /* Set int-valued INFO_TYPE1 as 'info_type' field of
383 ipa_callsite_param (cs, i)->info_type.value = info_type1;
509 return &(jf->info_type);
/freebsd-9.3-release/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h257 u_int32_t info_type; member in struct:ng_btsocket_l2cap_raw_get_info
H A Dng_l2cap.h547 u_int16_t info_type; /* info type */ member in struct:__anon9867
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-slow.c90 u_int8_t info_type; member in struct:slow_oam_info_t
/freebsd-9.3-release/contrib/ee/
H A Dee.c166 int info_type = CONTROL_KEYS; /* flag to indicate type of info to display */ variable
1659 info_type = COMMANDS;
1673 info_type = CONTROL_KEYS;
1683 info_type = CONTROL_KEYS;
3304 info_type = CONTROL_KEYS;
3699 if (info_type == CONTROL_KEYS)
3702 else if (info_type == COMMANDS)
3745 info_type = CONTROL_KEYS;
/freebsd-9.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c1039 ip->info_type = p->info_type;
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_all.c3885 uint8_t info_type, uint64_t *info, int64_t *signed_info)
3901 desc = scsi_find_desc(sense, sense_len, info_type);
3905 switch (info_type) {
3946 switch (info_type) {
3884 scsi_get_sense_info(struct scsi_sense_data *sense_data, u_int sense_len, uint8_t info_type, uint64_t *info, int64_t *signed_info) argument
H A Dscsi_all.h2224 uint8_t info_type, uint64_t *info,
/freebsd-9.3-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c1479 _ng_l2cap_info_req(cmd->aux, cmd->ident, ip->info_type);

Completed in 362 milliseconds