Searched refs:tmptgt (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/ |
H A D | acl_common.kshlib | 96 typeset tmptgt=/tmp/compare_acls.tgt.$$ 99 get_acl $tgt > $tmptgt 101 diff $tmpsrc $tmptgt > /dev/null 2>&1 103 rm -f $tmpsrc $tmptgt 110 get_compact_acl $tgt > $tmptgt 111 diff $tmpsrc $tmptgt > /dev/null 2>&1 113 rm -f $tmpsrc $tmptgt 164 typeset tmptgt=/tmp/compare_xattrs.tgt.$$ 167 get_xattr $tgt > $tmptgt 169 diff $tmpsrc $tmptgt > /de [all...] |
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_isns.c | 753 isns_target_t *itarget, tmptgt; local 762 tmptgt.target = target; 764 &tmptgt, &where)) == NULL) { 792 isns_target_t *itarget, tmptgt; local 795 tmptgt.target = target; 799 itarget = avl_find(&isns_target_list, &tmptgt, NULL); 833 isns_target_t *itarget, tmptgt; local 845 tmptgt.target = target; 846 itarget = avl_find(&isns_target_list, &tmptgt, NULL); 1353 isns_target_t *itarget, *nxt_target, tmptgt; local 1377 isns_target_t *itarget, tmptgt; local 1417 isns_target_t *itarget, tmptgt; local 1442 isns_target_t *ttarget, *itarget, tmptgt; local [all...] |
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | pppt_tgt.c | 228 pppt_tgt_t tmptgt; local 230 bzero(&tmptgt, sizeof (tmptgt)); 231 tmptgt.target_devid = tgt_devid; 233 result = avl_find(&pppt_global.global_target_list, &tmptgt, NULL);
|
Completed in 71 milliseconds