Searched refs:list (Results 201 - 225 of 1919) sorted by relevance

1234567891011>>

/freebsd-current/lib/libpmc/pmu-events/
H A Dlist.h12 * notice unmodified, this list of conditions, and the following
15 * notice, this list of conditions and the following disclaimer in the
72 INIT_LIST_HEAD(struct list_head *list) argument
75 list->next = list->prev = list;
227 list_move(struct list_head *list, struct list_head *head) argument
230 list_del(list);
231 list_add(list, head);
243 linux_list_splice(const struct list_head *list, struc argument
260 list_splice(const struct list_head *list, struct list_head *head) argument
267 list_splice_tail(struct list_head *list, struct list_head *head) argument
274 list_splice_init(struct list_head *list, struct list_head *head) argument
282 list_splice_tail_init(struct list_head *list, struct list_head *head) argument
390 __list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
402 list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
416 list_is_last(const struct list_head *list, const struct list_head *head) argument
[all...]
/freebsd-current/sys/dev/iwm/
H A Dif_iwm_notif_wait.c46 * notice, this list of conditions and the following disclaimer.
48 * notice, this list of conditions and the following disclaimer in
93 STAILQ_HEAD(, iwm_notification_wait) list;
106 STAILQ_INIT(&data->list);
116 KASSERT(STAILQ_EMPTY(&notif_data->list), ("notif list isn't empty"));
129 STAILQ_FOREACH(wait_entry, &notif_data->list, entry) {
166 STAILQ_FOREACH(wait_entry, &notif_data->list, entry) {
189 STAILQ_INSERT_TAIL(&notif_data->list, wait_entry, entry);
204 STAILQ_REMOVE(&notif_data->list, wait_entr
[all...]
/freebsd-current/tests/sys/cddl/zfs/include/
H A Dtestenv.kshlib7 for d in `geom disk list | awk '/Name:/ {print $3}'`; do
18 export KEEP="$(zpool list -H -o name)"
H A Dtestenv.ksh5 for d in `geom disk list | awk '/Name:/ {print $3}'`; do
16 export KEEP="$(zpool list -H -o name)"
/freebsd-current/usr.sbin/periodic/etc/daily/
H A D404.status-zfs20 lout=`zpool list`
/freebsd-current/usr.sbin/periodic/etc/security/
H A D500.ipfwdenied10 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
44 if ipfw -a list 2>/dev/null | egrep "deny|reset|unreach" > ${TMP}; then
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_auxbus_compat.h11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
47 struct list_head list; member in struct:auxiliary_device
56 struct list_head list; member in struct:auxiliary_driver
/freebsd-current/tools/test/stress2/misc/
H A Dpthread2.sh11 # notice, this list of conditions and the following disclaimer.
13 # notice, this list of conditions and the following disclaimer in the
108 STAILQ_HEAD(, file) list;
180 STAILQ_INSERT_TAIL(&newfiles.list, file, next);
202 while (STAILQ_EMPTY(&newfiles.list)) {
205 file = STAILQ_FIRST(&newfiles.list);
206 STAILQ_REMOVE_HEAD(&newfiles.list, next);
214 STAILQ_INSERT_TAIL(&renamedfiles.list, file, next);
232 while (STAILQ_EMPTY(&renamedfiles.list)) {
235 file = STAILQ_FIRST(&renamedfiles.list);
[all...]
H A Dpthread4.sh11 # notice, this list of conditions and the following disclaimer.
13 # notice, this list of conditions and the following disclaimer in the
106 STAILQ_HEAD(, file) list;
175 STAILQ_INSERT_TAIL(&newfiles.list, file, next);
198 while (STAILQ_EMPTY(&newfiles.list)) {
201 file = STAILQ_FIRST(&newfiles.list);
202 STAILQ_REMOVE_HEAD(&newfiles.list, next);
210 STAILQ_INSERT_TAIL(&renamedfiles.list, file, next);
228 while (STAILQ_EMPTY(&renamedfiles.list)) {
231 file = STAILQ_FIRST(&renamedfiles.list);
[all...]
H A Dpthread7.sh11 # notice, this list of conditions and the following disclaimer.
13 # notice, this list of conditions and the following disclaimer in the
93 STAILQ_HEAD(, file) list;
165 STAILQ_INSERT_TAIL(&newfiles.list, file, next);
187 while (STAILQ_EMPTY(&newfiles.list)) {
190 file = STAILQ_FIRST(&newfiles.list);
191 STAILQ_REMOVE_HEAD(&newfiles.list, next);
199 STAILQ_INSERT_TAIL(&renamedfiles.list, file, next);
217 while (STAILQ_EMPTY(&renamedfiles.list)) {
220 file = STAILQ_FIRST(&renamedfiles.list);
[all...]
/freebsd-current/contrib/libxo/tests/core/
H A Dtest_09.c27 struct item list[] = { local
73 for (ip = list; ip->i_title; ip++) {
84 for (ip = list; ip->i_title; ip++) {
96 for (ip = list; ip->i_title; ip++) {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DJITLoader.h38 static void LoadPlugins(Process *process, lldb_private::JITLoaderList &list);
/freebsd-current/contrib/ntp/scripts/stats/
H A Dtdata.S1 tdata <- scan(file1, list(day=0, sec=0, m=0, w=0, x=0, y=0, z=0))
H A Densemble.S1 ensemble <- scan(file1, list(day=0, sec=0, gps=0, gpsw=0, loran=0, loranw=0, ensemble=0, std=0))
H A Ditf.S1 itf <- scan(file1, list(day=0, sec=0, offset=0, stab=0))
/freebsd-current/tools/test/stress2/tools/
H A Dsplitall.sh11 # notice, this list of conditions and the following disclaimer.
13 # notice, this list of conditions and the following disclaimer in the
32 # Split the test list up in n parts and test one of them.
46 list=$(echo `ls *.sh` | sed "s/all\.sh//; s/cleanup\.sh//")
49 for i in $list; do
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dmhd.h71 mhioc_resv_key_t *list; member in struct:mhioc_key_list
83 caddr32_t list; member in struct:mhioc_key_list32
102 mhioc_resv_desc_t *list; member in struct:mhioc_resv_desc_list
114 caddr32_t list; member in struct:mhioc_resv_desc_list32
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_export_001_neg.ksh47 RESULT=$(zpool list | grep $TESTPOOL.virt )
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_doorbell.c8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
36 struct list_head list; member in struct:mlx5_ib_user_db_page
50 list_for_each_entry(page, &context->db_page_list, list)
70 list_add(&page->list, &context->db_page_list);
88 list_del(&db->u.user_page->list);
/freebsd-current/tests/sys/cddl/zfs/tests/zil/
H A Dzil.kshlib31 log_must $ZPOOL list $TESTPOOL
/freebsd-current/sys/dev/qat/qat_api/common/include/
H A Dlac_sal.h59 * This macro goes through the 'list' passed in as a parameter. For each
60 * element found in the list, it peforms a cast to the type of the element
65 * processing of the 'list' elements will stop and the status_ret will be
68 * In case of _RETRY status_ret will be updated but the 'list'
80 * @param[in] list The list of services or qats as a type of list_t
82 * list: service or qat
90 #define SAL_FOR_EACH(list, type, device, function, status_ret) \
92 sal_list_t *curr_element = list; \
116 * This macro goes through the 'list' passe
[all...]
/freebsd-current/sys/netinet/
H A Dsctp_input.h12 * this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in
54 uint16_t *list);
/freebsd-current/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dzpool_import_001_neg.ksh57 RESULT=$($ZPOOL list -H -o name | $GREP $TESTPOOL.exported)
/freebsd-current/sys/contrib/openzfs/.github/workflows/scripts/
H A Dgenerate-summary.sh25 cat log | grep '^Test' > list
34 $ZTS_REPORT --no-maybes ./list >> Summary.md
49 cat list >> Summary.md
53 rm -f err list log
/freebsd-current/contrib/dialog/
H A Dinputstr.c54 int cache_num; /* tells what type of data is in list[] */
58 size_t i_len; /* length(list) - we add 1 for EOS */
60 int *list; /* indices into the string */ member in struct:_cache
212 || cache->list == 0
216 if (cache->list == 0) {
217 cache->list = dlg_malloc(int, need);
219 cache->list = dlg_realloc(int, need, cache->list);
221 assert_ptr(cache->list, "load_cache");
362 cache->list[
390 dlg_find_index(const int *list, int limit, int to_find) argument
[all...]

Completed in 143 milliseconds

1234567891011>>