Searched refs:list (Results 76 - 100 of 1918) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_mountpoint.ksh64 log_mustnot zfs list $TESTPOOL/rename_test
65 log_mustnot zfs list $TESTPOOL/rename_test/ds
66 log_mustnot zfs list $TESTPOOL/rename_test/child
67 log_mustnot zfs list $TESTPOOL/rename_test/child/grandchild
69 log_must zfs list $TESTPOOL/renamed
70 log_must zfs list $TESTPOOL/renamed/ds
71 log_must zfs list $TESTPOOL/renamed/child
72 log_must zfs list $TESTPOOL/renamed/child/grandchild
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zpool_list/
H A Dzpool_list_002_neg.ksh36 # Executing 'zpool list' command with bad options fails.
39 # 1. Create an array of badly formed 'zpool list' options.
49 log_assert "Executing 'zpool list' with bad options fails"
53 log_mustnot zpool list ${args[i]}
57 log_pass "Executing 'zpool list' with bad options fails"
/freebsd-current/tests/sys/cddl/zfs/tests/cli_user/zpool_list/
H A Dzpool_list_002_neg.ksh35 # Executing 'zpool list' command with bad options fails.
38 # 1. Create an array of badly formed 'zpool list' options.
57 log_assert "Executing 'zpool list' with bad options fails"
61 log_mustnot $ZPOOL list ${args[i]}
65 log_pass "Executing 'zpool list' with bad options fails"
/freebsd-current/contrib/atf/atf-c/detail/
H A Dlist.h8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
102 #define atf_list_for_each(iter, list) \
103 for (iter = atf_list_begin(list); \
104 !atf_equal_list_iter_list_iter((iter), atf_list_end(list)); \
106 #define atf_list_for_each_c(iter, list) \
107 for (iter = atf_list_begin_c(list); \
108 !atf_equal_list_citer_list_citer((iter), atf_list_end_c(list)); \
/freebsd-current/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Dsize6 # as one of its --output names. Here's a partial list of --output names
59 list="size vendor model"
61 list=$(echo "$script" | tr '[:upper:]' '[:lower:]')
74 for i in $list ; do
H A Dmodel6 # as one of its --output names. Here's a partial list of --output names
59 list="size vendor model"
61 list=$(echo "$script" | tr '[:upper:]' '[:lower:]')
74 for i in $list ; do
H A Dlabel6 # as one of its --output names. Here's a partial list of --output names
59 list="size vendor model"
61 list=$(echo "$script" | tr '[:upper:]' '[:lower:]')
74 for i in $list ; do
H A Dvendor6 # as one of its --output names. Here's a partial list of --output names
59 list="size vendor model"
61 list=$(echo "$script" | tr '[:upper:]' '[:lower:]')
74 for i in $list ; do
H A Dlsblk6 # as one of its --output names. Here's a partial list of --output names
59 list="size vendor model"
61 list=$(echo "$script" | tr '[:upper:]' '[:lower:]')
74 for i in $list ; do
/freebsd-current/tests/sys/cddl/zfs/bin/
H A Ddevname2devid.c63 devid_nmlist_t *list = NULL; local
104 &list)) {
109 /* loop through list and process device names and numbers */
110 for (i = 0; list[i].devname != NULL; i++) {
111 (void) printf("devname: %s %p\n", list[i].devname, list[i].dev);
113 devid_free_nmlist(list);
/freebsd-current/lib/libutil/
H A Dkinfo_getvmobject.c10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
40 struct kinfo_vmobject *kvo, *list, *kp; local
74 list = calloc(cnt, sizeof(*list));
75 if (list == NULL) {
82 kp = list;
92 return (list);
/freebsd-current/crypto/openssl/crypto/
H A Dmem_sec.c326 ossl_ssize_t list = sh.freelist_size - 1; local
329 for (; bit; bit >>= 1, list--) {
335 return list;
339 static int sh_testbit(char *ptr, int list, unsigned char *table) argument
343 OPENSSL_assert(list >= 0 && list < sh.freelist_size);
344 OPENSSL_assert(((ptr - sh.arena) & ((sh.arena_size >> list) - 1)) == 0);
345 bit = (ONE << list) + ((ptr - sh.arena) / (sh.arena_size >> list));
350 static void sh_clearbit(char *ptr, int list, unsigne argument
362 sh_setbit(char *ptr, int list, unsigned char *table) argument
374 sh_add_to_list(char **list, char *ptr) argument
598 sh_find_my_buddy(char *ptr, int list) argument
614 ossl_ssize_t list, slist; local
679 size_t list; local
720 int list; local
[all...]
/freebsd-current/sys/cam/ctl/
H A Dctl_tpc.c11 * notice, this list of conditions and the following disclaimer,
14 * notice, this list of conditions and the following disclaimer in the
90 struct tpc_list *list; member in struct:tpc_io
161 struct tpc_list *list, *tlist; local
166 TAILQ_FOREACH_SAFE(list, &lun->tpc_lists, links, tlist) {
167 if (!list->completed || time_uptime < list->last_active +
170 TAILQ_REMOVE(&lun->tpc_lists, list, links);
171 free(list, M_CTL);
229 struct tpc_list *list, *tlis local
245 struct tpc_list *list; local
504 struct tpc_list *list; local
522 struct tpc_list *list; local
592 struct tpc_list *list; local
652 struct tpc_list *list; local
725 struct tpc_list *list; local
755 tpc_resolve(struct tpc_list *list, uint16_t idx, uint32_t *ss, uint32_t *pb, uint32_t *pbo) argument
777 tpc_set_io_error_sense(struct tpc_list *list) argument
815 tpc_process_b2b(struct tpc_list *list) argument
973 tpc_process_verify(struct tpc_list *list) argument
1035 tpc_process_register_key(struct tpc_list *list) argument
1172 tpc_process_wut(struct tpc_list *list) argument
1331 tpc_process_zero_wut(struct tpc_list *list) argument
1416 tpc_process(struct tpc_list *list) argument
1669 struct tpc_list *list, *tlist; local
1823 struct tpc_list *list, *tlist; local
2024 struct tpc_list *list, *tlist; local
2187 struct tpc_list *list, *tlist; local
2340 struct tpc_list *list; local
[all...]
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.h12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
224 #define QUEUE_TAKE(adreq, list, timeout) do { \
225 mtx_lock(list##_lock); \
227 while (((adreq) = TAILQ_FIRST(list)) == NULL) \
228 cv_wait(list##_cond, list##_lock); \
230 (adreq) = TAILQ_FIRST(list); \
232 cv_timedwait(list##_cond, list##_loc
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pool_checkpoint/
H A Dcheckpoint_lun_expsz.ksh34 # device shows up expanded in the vdev list
45 INITSZ=$(zpool list -v | awk -v d="$FILEDISK1" '$0 ~ d {print $2}')
50 NEWSZ=$(zpool list -v | awk -v d="$FILEDISK1" '$0 ~ d {print $2}')
51 DEXPSZ=$(zpool list -v | awk -v d="$FILEDISK1" '$0 ~ d {print $6}')
60 FINSZ=$(zpool list -v | awk -v d="$FILEDISK1" '$0 ~ d {print $2}')
61 DEXPSZ=$(zpool list -v | awk -v d="$FILEDISK1" '$0 ~ d {print $6}')
/freebsd-current/lib/libmemstat/
H A Dmemstat.h11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
61 * struct memory_type_list, and accessed via memstat_get_error(list).
82 * struct memory_type_list is the head of a list of memory types and
89 * Functions that operate without memory type or memory type list context.
97 struct memory_type *memstat_mtl_first(struct memory_type_list *list);
99 struct memory_type *memstat_mtl_find(struct memory_type_list *list,
101 void memstat_mtl_free(struct memory_type_list *list);
102 int memstat_mtl_geterror(struct memory_type_list *list);
107 int memstat_sysctl_all(struct memory_type_list *list, in
[all...]
H A Dmemstat_uma.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
66 * type information in the passed list. For each type, check the list for an
68 * entry. Otherwise, add a new entry. On error, the entire list will be
71 * To reduce the level of work for a list that starts empty, we keep around a
73 * the list for entries to update. Updates are O(n^2) due to searching for
77 memstat_sysctl_uma(struct memory_type_list *list, int flags) argument
87 hint_dontsearch = LIST_EMPTY(&list->mtl_list);
100 list
309 memstat_kvm_uma(struct memory_type_list *list, void *kvm_handle) argument
[all...]
/freebsd-current/sys/dev/hpt27xx/
H A Dlist.h11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
87 static HPT_INLINE void __list_splice(struct list_head *list, argument
90 struct list_head *first = list->next;
91 struct list_head *last = list->prev;
101 static HPT_INLINE void list_splice(struct list_head *list, struct list_head *head) argument
103 if (!list_empty(list))
104 __list_splice(list, head);
107 static HPT_INLINE void list_splice_init(struct list_head *list, struct list_head *head) argument
109 if (!list_empty(list)) {
[all...]
/freebsd-current/sys/dev/hptnr/
H A Dlist.h1 /* $Id: list.h,v 1.6 2006/10/31 06:25:28 gmm Exp $ */
12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
86 static HPT_INLINE void __list_splice(struct list_head *list, argument
89 struct list_head *first = list->next;
90 struct list_head *last = list->prev;
100 static HPT_INLINE void list_splice(struct list_head *list, struct list_head *head) argument
102 if (!list_empty(list))
103 __list_splice(list, head);
106 static HPT_INLINE void list_splice_init(struct list_head *list, struc argument
[all...]
/freebsd-current/sys/dev/hptrr/
H A Dlist.h11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
30 * $Id: list.h,v 1.6 2006/10/31 06:25:28 gmm Exp $
89 static HPT_INLINE void __list_splice(struct list_head *list, argument
92 struct list_head *first = list->next;
93 struct list_head *last = list->prev;
103 static HPT_INLINE void list_splice(struct list_head *list, struct list_head *head) argument
105 if (!list_empty(list))
106 __list_splice(list, head);
109 static HPT_INLINE void list_splice_init(struct list_head *list, struc argument
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/api/
H A Dkcf_mac.c92 kcf_prov_tried_t *list = NULL; local
97 list, CRYPTO_FG_MAC_ATOMIC)) == NULL) {
98 if (list != NULL)
99 kcf_free_triedlist(list);
112 /* Add pd to the linked list of providers tried. */
113 if (kcf_insert_triedlist(&list, pd, KM_SLEEP) != NULL)
117 if (list != NULL)
118 kcf_free_triedlist(list);
198 kcf_prov_tried_t *list = NULL; local
203 list, CRYPTO_FG_MA
[all...]
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dnew_pair.c75 colorpair_t *list = sp->_color_pairs; local
76 while (list[pair].prev != base) {
78 pair = list[pair].prev;
88 colorpair_t *list = sp->_color_pairs; local
89 while (list[pair].next != base) {
91 pair = list[pair].next;
102 colorpair_t *list = sp->_color_pairs; local
110 if (list[n].mode != cpFREE) {
116 n, n == pair ? '@' : ':', list[n].next, list[
164 colorpair_t *list = sp->_color_pairs; local
230 colorpair_t *list = sp->_color_pairs; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c31 kcf_free_triedlist(kcf_prov_tried_t *list) argument
35 while ((l = list) != NULL) {
36 list = list->pt_next;
43 kcf_insert_triedlist(kcf_prov_tried_t **list, kcf_provider_desc_t *pd, argument
53 l->pt_next = *list;
54 *list = l;
77 * Find the least loaded provider in the list of providers. We do a linear
79 * number of providers in this list. If this assumption ever changes,
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c141 * This filter reads from standard input a list of tab-delimited columns,
153 count_columns(char **list) argument
156 if (list != 0) {
157 while (*list++) {
167 static char **list; local
172 free(list);
173 list = 0;
178 if (list == 0) {
179 list = typeCalloc(char *, (MAX_COLUMNS + 1));
180 if (list
287 char **list; local
[all...]
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
252 #define OSAL_LIST_INIT(list) \
254 (list)->head = NULL; \
255 (list)->tail = NULL; \
256 (list)->cnt = 0; \
259 #define OSAL_LIST_INSERT_ENTRY_AFTER(entry, entry_prev, list) \
265 (list)->cnt++; \
268 #define OSAL_LIST_SPLICE_TAIL_INIT(new_list, list) \
270 ((new_list)->tail)->next = ((list)
[all...]

Completed in 365 milliseconds

1234567891011>>