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

/freebsd-10-stable/contrib/ofed/management/infiniband-diags/src/
H A Dsminfo.c95 int dest_type = IB_DEST_LID; local
141 dest_type = IB_DEST_DRPATH;
144 dest_type = IB_DEST_GUID;
176 if (ib_resolve_portid_str(&portid, argv[0], dest_type, 0) < 0)
H A Dibaddr.c122 int dest_type = IB_DEST_LID; local
164 dest_type = IB_DEST_DRPATH;
170 dest_type = IB_DEST_GUID;
207 if (ib_resolve_portid_str(&portid, argv[0], dest_type, sm_id) < 0)
H A Dsmpquery.c60 static int dest_type = IB_DEST_LID; variable
475 dest_type = IB_DEST_DRPATH;
478 dest_type = IB_DEST_DRSLID;
481 dest_type = IB_DEST_GUID;
521 if (dest_type != IB_DEST_DRSLID) {
522 if (ib_resolve_portid_str(&portid, argv[1], dest_type, sm_id) < 0)
531 if (ib_resolve_portid_str(&portid, concat, dest_type, sm_id) < 0)
H A Dibportstate.c55 static int dest_type = IB_DEST_LID; variable
279 dest_type = IB_DEST_DRPATH;
282 dest_type = IB_DEST_GUID;
318 if (ib_resolve_portid_str(&portid, argv[0], dest_type, sm_id) < 0)
H A Dibping.c56 static int dest_type = IB_DEST_LID; variable
252 dest_type = IB_DEST_GUID;
302 if (ib_resolve_portid_str(&portid, argv[0], dest_type, sm_id) < 0)
H A Dibsysstat.c55 static int dest_type = IB_DEST_LID; variable
294 dest_type = IB_DEST_GUID;
347 if (ib_resolve_portid_str(&portid, argv[0], dest_type, sm_id) < 0)
H A Dvendstat.c136 int dest_type = IB_DEST_LID; local
192 dest_type = IB_DEST_GUID;
220 if (ib_resolve_portid_str(&portid, argv[0], dest_type, sm_id) < 0)
H A Dibroute.c56 static int dest_type = IB_DEST_LID; variable
433 dest_type = IB_DEST_DRPATH;
436 dest_type = IB_DEST_GUID;
482 if (ib_resolve_portid_str(&portid, argv[0], dest_type, sm_id) < 0)
H A Dibtracert.c721 int dumplevel = 2, dest_type = IB_DEST_LID, multicast = 0, mlid = 0; local
772 dest_type = IB_DEST_DRPATH;
775 dest_type = IB_DEST_GUID;
817 if (ib_resolve_portid_str(&src_portid, argv[0], dest_type, sm_id) < 0)
820 if (ib_resolve_portid_str(&dest_portid, argv[1], dest_type, sm_id) < 0)
823 if (dest_type == IB_DEST_DRPATH) {
837 if (dest_type != IB_DEST_DRPATH) {
H A Dperfquery.c340 int dest_type = IB_DEST_LID; local
407 dest_type = IB_DEST_GUID;
443 if (ib_resolve_portid_str(&portid, argv[0], dest_type, sm_id) < 0)
/freebsd-10-stable/contrib/ofed/management/libibmad/src/
H A Dresolve.c99 ib_resolve_portid_str_via(ib_portid_t *portid, char *addr_str, int dest_type, ib_portid_t *sm_id, const void *srcport) argument
107 switch (dest_type) {
141 IBWARN("bad dest_type %d", dest_type);
148 ib_resolve_portid_str(ib_portid_t *portid, char *addr_str, int dest_type, ib_portid_t *sm_id) argument
150 return ib_resolve_portid_str_via(portid, addr_str, dest_type,
/freebsd-10-stable/sys/sys/
H A Dmtio.h206 mt_locate_dest_type dest_type; member in struct:mtlocate
/freebsd-10-stable/usr.bin/mt/
H A Dmt.c667 mt_locate_dest_type dest_type = MT_LOCATE_DEST_FILE; local
681 dest_type = MT_LOCATE_DEST_OBJECT;
687 dest_type = MT_LOCATE_DEST_EOD;
700 dest_type = MT_LOCATE_DEST_FILE;
721 dest_type = MT_LOCATE_DEST_SET;
736 mtl.dest_type = dest_type;
737 switch (dest_type) {
/freebsd-10-stable/contrib/gcc/
H A Dvarasm.c3812 tree dest_type;
3816 dest_type = TREE_TYPE (value);
3820 if ((POINTER_TYPE_P (dest_type) && POINTER_TYPE_P (src_type))
3821 || (FLOAT_TYPE_P (dest_type) && FLOAT_TYPE_P (src_type))
3822 || (TREE_CODE (dest_type) == OFFSET_TYPE
3827 if (INTEGRAL_TYPE_P (dest_type) && INTEGRAL_TYPE_P (src_type)
3828 && (TYPE_PRECISION (dest_type) == TYPE_PRECISION (src_type)))
3833 if (INTEGRAL_TYPE_P (dest_type) && INTEGRAL_TYPE_P (src_type))
3842 if (INTEGRAL_TYPE_P (dest_type) && POINTER_TYPE_P (src_type)
3843 && (TYPE_PRECISION (dest_type) >
3788 tree dest_type; local
[all...]
/freebsd-10-stable/contrib/ofed/management/libibmad/include/infiniband/
H A Dmad.h812 int dest_type, ib_portid_t *sm_id);
821 int dest_type, ib_portid_t *sm_id,
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_sa.h1050 u_int8_t dest_type, int bam, int64_t partition,
H A Dscsi_sa.c4981 else if ((locate_info->dest_type != MT_LOCATE_DEST_OBJECT)
4995 /*dest_type*/ locate_info->dest_type,
5041 switch (locate_info->dest_type) {
5773 u_int8_t tag_action, int immed, int cp, u_int8_t dest_type,
5798 scsi_cmd->byte1 |= (dest_type << SA_LC_DEST_TYPE_SHIFT);
5771 scsi_locate_16(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, int immed, int cp, u_int8_t dest_type, int bam, int64_t partition, u_int64_t logical_id, int sense_len, u_int32_t timeout) argument
/freebsd-10-stable/contrib/gcc/cp/
H A Dtypeck.c4894 check_for_casting_away_constness (tree src_type, tree dest_type,
4898 if (diag_fn && casts_away_constness (src_type, dest_type))
4900 description, src_type, dest_type);
4882 check_for_casting_away_constness(tree src_type, tree dest_type, void (*diag_fn)(const char *, ...) ATTRIBUTE_GCC_CXXDIAG(1,2), const char *description) argument

Completed in 151 milliseconds