HomeSort by relevance Sort by last modified time
    Searched refs:list (Results 1 - 25 of 418) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /test/stcnv/usr/src/suites/storage/ndmp/protocol/src/utils/protocol-tests/
ndmp_proto_test.c 12 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
90 mover_switcher(char **list, FILE *logfile, conn_handle *conn)
93 if (!(strncmp(list[INTERFACE], "mover_set_record_size", 19))) {
94 inf_mover_set_rec_size(strToNdmpErrorCode(list[ERROR_MSG]),
95 list[TAPEDEV], list[RECORDSIZE], logfile, conn); local
96 } else if (!(strncmp(list[INTERFACE], "mover_set_window_size", 19))) {
97 inf_mover_set_window_size(strToNdmpErrorCode(list[ERROR_MSG]),
98 list[TAPEDEV], list[WINDOWSIZE], logfile, conn) local
101 list[TAPEDEV], list[MOVER_MODE], &(list[ADDR_TYPE]), local
105 list[TAPEDEV], list[MOVER_MODE], list[ADDR_TYPE], local
109 list[TAPEDEV], logfile, conn); local
112 list[TAPEDEV], logfile, conn); local
115 list[TAPEDEV], list[FILE_SYS], logfile, conn); local
118 list[TAPEDEV], list[FILE_SYS], logfile, conn); local
121 list[TAPEDEV], logfile, conn); local
124 list[TAPEDEV], logfile, conn); local
145 list[TAPEDEV], list[TAPEMODE], logfile, conn); local
148 list[TAPEDEV], logfile, conn); local
151 list[TAPEDEV], logfile, conn); local
154 list[MTIO_OP], list[TAPEDEV], logfile, conn); local
157 list[WRITE_DATA], list[TAPEDEV], logfile, conn); local
160 list[TAPEDEV], logfile, conn); local
163 list[CDB], list[TAPEDEV], logfile, conn); local
181 list[DEVICE], logfile, conn); local
184 list[DEVICE], logfile, conn); local
187 list[DEVICE], logfile, conn); local
190 list[DEVICE], logfile, conn); local
193 list[CDB], list[DEVICE], logfile, conn); local
213 list[INTERFACE], logfile, conn); local
304 list[TAPEDEV], list[MOVER_MODE], list[ADDR_TYPE], local
308 list[TAPEDEV], list[ADDR_TYPE], logfile, conn); local
311 list[TAPEDEV], list[FILE_SYS], list[BACKUP_TYPE], local
317 list[TAPEDEV], list[FILE_SYS], list[BACKUP_TYPE], local
321 list[TAPEDEV], list[FILE_SYS], list[BACKUP_TYPE], local
328 list[TAPEDEV], list[FILE_SYS], logfile, conn); local
331 list[TAPEDEV], logfile, conn); local
334 list[TAPEDEV], list[FILE_SYS], logfile, conn); local
    [all...]
  /test/stcnv/usr/src/tools/diskomizer/
list_ops.c 33 add_to_aio_list(struct aioqtop *list, struct aio_str *aiop)
36 aiop->prev = list->tail;
37 if (list->tail != NULL) {
38 (list->tail)->next = aiop;
41 assert(list->head == NULL);
42 list->head = aiop;
44 list->tail = aiop;
48 remove_from_aio_list(struct aioqtop *list, struct aio_str *aiop)
51 assert(aiop == list->head);
52 list->head = aiop->next
    [all...]
list_ops.h 45 extern void add_to_aio_list(struct aioqtop *list, struct aio_str *aiop);
46 extern void remove_from_aio_list(struct aioqtop *list, struct aio_str *aiop);
47 extern int is_aio_on_list(struct aioqtop *list);
48 extern struct aio_str *pop_from_aio_list(struct aioqtop *list);
  /test/stcnv/usr/src/suites/storage/fwflash/
tet_scen 39 ^list
42 list
43 /tests/list/tc_fwflash_output
  /test/ontest-stc2/src/suites/zfs/tests/functional/rsend/
rsend_005_pos.ksh 75 list=$(getds_with_suffix $POOL2 @snapA)
76 list="$list $(getds_with_suffix $POOL2 @snapB)"
77 list="$list $(getds_with_suffix $POOL2 @snapC)"
78 list="$list $(getds_with_suffix $POOL2 @final)"
79 log_must destroy_tree $list
90 list=$(getds_with_suffix $dstds/$FS @snapA)
91 list="$list $(getds_with_suffix $dstds/$FS @snapB)
    [all...]
rsend_007_pos.ksh 98 list=$(getds_with_suffix $dstds @snapA)
99 list="$list $(getds_with_suffix $dstds @snapB)"
100 list="$list $(getds_with_suffix $dstds @snapC)"
101 list="$list $(getds_with_suffix $dstds @final)"
102 log_must destroy_tree $list
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/rsend/
rsend_005_pos.ksh 75 list=$(getds_with_suffix $POOL2 @snapA)
76 list="$list $(getds_with_suffix $POOL2 @snapB)"
77 list="$list $(getds_with_suffix $POOL2 @snapC)"
78 list="$list $(getds_with_suffix $POOL2 @final)"
79 log_must destroy_tree $list
90 list=$(getds_with_suffix $dstds/$FS @snapA)
91 list="$list $(getds_with_suffix $dstds/$FS @snapB)
    [all...]
rsend_007_pos.ksh 98 list=$(getds_with_suffix $dstds @snapA)
99 list="$list $(getds_with_suffix $dstds @snapB)"
100 list="$list $(getds_with_suffix $dstds @snapC)"
101 list="$list $(getds_with_suffix $dstds @final)"
102 log_must destroy_tree $list
  /test/ontest-stc2/src/suites/zfs/tests/functional/cli_user/zfs_list/
zfs_list.kshlib 34 # comparing that the sort order passed in via the list
36 function verify_sort { # command list name
40 typeset list=$2
55 EXPECTED=$($ECHO $list | $AWK "{print \$$index}")
68 if [ $index -ne $($ECHO $list | $AWK '{print split($0,arr)+1}') ]
71 "unexpected number of filesystems found in list output!"
77 # comparing that the sort order passed in via the list
79 function verify_reverse_sort { # command list name
82 typeset list=$2
85 # set our index to the be number of elements in the list
    [all...]
zfs_list_004_neg.ksh 38 # Verify 'zfs list [-r]' should fail while
60 log_assert "Verify 'zfs list [-r]' should fail while the given " \
69 log_mustnot $ZFS list $fs
70 log_mustnot $ZFS list -r $fs
73 log_pass "'zfs list [-r]' fails while the given dataset/path does not exist " \
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/cli_user/zfs_list/
zfs_list.kshlib 34 # comparing that the sort order passed in via the list
36 function verify_sort { # command list name
40 typeset list=$2
55 EXPECTED=$($ECHO $list | $AWK "{print \$$index}")
68 if [ $index -ne $($ECHO $list | $AWK '{print split($0,arr)+1}') ]
71 "unexpected number of filesystems found in list output!"
77 # comparing that the sort order passed in via the list
79 function verify_reverse_sort { # command list name
82 typeset list=$2
85 # set our index to the be number of elements in the list
    [all...]
zfs_list_004_neg.ksh 38 # Verify 'zfs list [-r]' should fail while
60 log_assert "Verify 'zfs list [-r]' should fail while the given " \
69 log_mustnot $ZFS list $fs
70 log_mustnot $ZFS list -r $fs
73 log_pass "'zfs list [-r]' fails while the given dataset/path does not exist " \
  /test/stcnv/usr/src/suites/storage/fwflash/tests/list/
Makefile 32 INSTOBJS = $(TARGET_KSH:%=$(ROOT)/tests/list/%)
  /test/stcnv/usr/src/tools/tet/contrib/ctitools/examples/sample_ts/tests/sample_python/lite/
tp_reportsequence_demo.py 16 # generate a list from a long word
17 sample_list = list("cti_reportsequence")
  /test/stcnv/usr/src/suites/storage/comstar/tests/sbdadm/list/
Makefile 30 # The bottom level make file for building the list-lu functional
37 # The targets that are to be build to test the list-lu subfunction of the
45 INSTOBJS = $(TARGET_KSH:%=$(ROOT)/tests/sbdadm/list/%)
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/security/smf_security_errors/smf_security_errors_005/
setup.ksh 57 typeset list=""
62 echo "--INFO: svccfg list ${GL_TEST_SERVICE}"
63 svccfg list ${GL_TEST_SERVICE}
77 list="$(svccfg list ${GL_TEST_SERVICE} 2> /dev/null)"
79 if [[ $rc -ne 0 ]] || [[ "${list}" == "" ]]; then
cleanup.ksh 44 list="$(svccfg select ${GL_TEST_SERVICE} 2> /dev/null)"
52 RETURNED: rc = $rc, svccfg select ${GL_TEST_SERVICE} = \"$list\""
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/security/smf_security_errors/smf_security_errors_005/
setup.ksh 57 typeset list=""
62 echo "--INFO: svccfg list ${GL_TEST_SERVICE}"
63 svccfg list ${GL_TEST_SERVICE}
77 list="$(svccfg list ${GL_TEST_SERVICE} 2> /dev/null)"
79 if [[ $rc -ne 0 ]] || [[ "${list}" == "" ]]; then
cleanup.ksh 44 list="$(svccfg select ${GL_TEST_SERVICE} 2> /dev/null)"
52 RETURNED: rc = $rc, svccfg select ${GL_TEST_SERVICE} = \"$list\""
  /test/ohacts/src/svc/include/
helperfuncs.h 54 /* Check if the key is a member of the StringPair list */
55 char *IsMember(char *key, TList < CStringPair * > * list, int removeflag);
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/security/smf_security_errors/smf_security_errors_003/
cleanup.ksh 44 TARGET_FMRI="$(svccfg list ${GL_TEST_SERVICE})"
55 list="$(svccfg list ${GL_TEST_SERVICE} 2>/dev/null)"
57 EXPECTED: rc = 0, svccfg list ${GL_TEST_SERVICE} = \"$exp_list\"
58 RETURNED: rc = $rc, svccfg list ${GL_TEST_SERVICE} = \"$list\""
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/security/smf_security_errors/smf_security_errors_003/
cleanup.ksh 44 TARGET_FMRI="$(svccfg list ${GL_TEST_SERVICE})"
55 list="$(svccfg list ${GL_TEST_SERVICE} 2>/dev/null)"
57 EXPECTED: rc = 0, svccfg list ${GL_TEST_SERVICE} = \"$exp_list\"
58 RETURNED: rc = $rc, svccfg list ${GL_TEST_SERVICE} = \"$list\""
  /test/stcnv/usr/src/suites/storage/comstar/tests/fcoe/fcadm/list/
Makefile 30 # The bottom level make file for building the list-fcoe-ports functional
37 # The targets that are to be build to test the list-fcoe-ports subfunction of the
46 INSTOBJS = $(TARGET_KSH:%=$(ROOT)/tests/fcoe/fcadm/list/%)
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/security/smf_security_errors/smf_security_errors_004/
setup.ksh 47 typeset list=""
69 echo "--INFO: svccfg list ${GL_TEST_SERVICE}"
70 svccfg list ${GL_TEST_SERVICE}
94 list="$(svcs -Ho FMRI ${TARGET_FMRI} | grep ${GL_TEST_SERVICE})"
96 if [[ $rc -ne 0 ]] || [[ "${list}" == "" ]]; then
  /test/ontest-stc2/src/suites/zfs/tests/functional/cli_user/zpool_list/
zpool_list_002_neg.ksh 38 # Executing 'zpool list' command with bad options fails.
41 # 1. Create an array of badly formed 'zpool list' options.
60 log_assert "Executing 'zpool list' with bad options fails"
64 log_mustnot $ZPOOL list ${args[i]}
68 log_pass "Executing 'zpool list' with bad options fails"

Completed in 3259 milliseconds

1 2 3 4 5 6 7 8 91011>>