Searched refs:ac_dest (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | config.status.solaris | 1050 ac_dest=`echo "$ac_file" | sed 's,:.*,,'` 1052 ac_dir=`(dirname "$ac_dest") 2>/dev/null || 1053 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1054 X"$ac_dest" : 'X\(//\)[^/]' \| \ 1055 X"$ac_dest" : 'X\(//\)$' \| \ 1056 X"$ac_dest" : 'X\(/\)' \| \ 1058 echo X"$ac_dest" | 1155 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 1156 echo "$as_me: executing $ac_dest commands" >&6;} 1157 case $ac_dest in
|
H A D | configure | 7328 ac_dest=`echo "$ac_file" | sed 's,:.*,,'` 7330 ac_dir=`(dirname "$ac_dest") 2>/dev/null || 7331 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 7332 X"$ac_dest" : 'X\(//\)[^/]' \| \ 7333 X"$ac_dest" : 'X\(//\)$' \| \ 7334 X"$ac_dest" : 'X\(/\)' \| \ 7336 echo X"$ac_dest" | 7433 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 7434 echo "$as_me: executing $ac_dest commands" >&6;} 7435 case $ac_dest in
|
/titanic_41/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_async.c | 1762 if ((((*hcicmd)->ac_dest & IEEE1394_NODE_NUM_MASK) == in hci1394_async_arreq_read() 1778 } else if ((((*hcicmd)->ac_dest & IEEE1394_NODE_NUM_MASK) == in hci1394_async_arreq_read() 1847 hcicmd->ac_dest = HCI1394_DESC_DESTID_GET(quadlet); in hci1394_async_arreq_read_qrd() 1926 hcicmd->ac_dest = HCI1394_DESC_DESTID_GET(quadlet); in hci1394_async_arreq_read_qwr() 2005 hcicmd->ac_dest = HCI1394_DESC_DESTID_GET(quadlet); in hci1394_async_arreq_read_brd() 2103 hcicmd->ac_dest = HCI1394_DESC_DESTID_GET(quadlet); in hci1394_async_arreq_read_bwr() 2223 hcicmd->ac_dest = HCI1394_DESC_DESTID_GET(quadlet); in hci1394_async_arreq_read_lck() 2463 hcicmd->ac_dest = (uint_t)(cmd->cmd_addr >> IEEE1394_ADDR_PHY_ID_SHIFT); in hci1394_async_write() 2466 status = hci1394_tlabel_alloc(async_handle->as_tlabel, hcicmd->ac_dest, in hci1394_async_write() 2484 if ((hcicmd->ac_dest & IEEE1394_BUS_NUM_MASK) != in hci1394_async_write() [all …]
|
/titanic_41/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_async.h | 134 uint_t ac_dest; member
|
/titanic_41/usr/src/uts/common/sys/ib/clients/ibd/ |
H A D | ibd.h | 569 ibt_ud_dest_hdl_t ac_dest; member
|
/titanic_41/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd.c | 1408 state->id_pd_hdl, &ce->ac_dest) != IBT_SUCCESS) { in ibd_acache_init() 1434 (void) ibt_free_ud_dest(ptr->ac_dest); in ibd_acache_fini() 1440 (void) ibt_free_ud_dest(ptr->ac_dest); in ibd_acache_fini() 1877 if (ibt_modify_ud_dest(ce->ac_dest, state->id_mcinfo->mc_qkey, in ibd_async_acache() 7070 node->w_swr.wr.ud.udwr_dest = ace->ac_dest; in ibd_send() 7369 if (ibd_setup_lso(node, mp, mss, ace->ac_dest) != 0) { in ibd_send()
|
H A D | ibd_cm.c | 2725 if ((status = ibt_query_ud_dest(ace->ac_dest, &dest_attrs)) in ibd_rc_connect()
|