Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 439) sorted by last modified time

12345678910>>...18

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c2357 top: in zfs_ioc_dataset_list_next()
2387 goto top; in zfs_ioc_dataset_list_next()
H A Darc.c2732 uint64_t top, uint64_t check);
5645 top: in arc_read()
5690 goto top; in arc_read()
5862 goto top; in arc_read()
7720 top: in l2arc_write_done()
7758 goto top; in l2arc_write_done()
8193 top: in l2arc_evict()
8352 goto top; in l2arc_evict()
10046 if (bottom < top) in l2arc_range_check_overlap()
10048 else if (bottom > top) in l2arc_range_check_overlap()
[all …]
H A Dvdev.c3430 top: in vdev_offline_locked()
3491 goto top; in vdev_offline_locked()
H A Dmetaslab.c5079 top: in metaslab_alloc_dva()
5200 goto top; in metaslab_alloc_dva()
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids17052 # MBIM on top of MHI
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1145 uint64_t top; in ztest_random_vdev_top() local
1152 top = ztest_random(rvd->vdev_children); in ztest_random_vdev_top()
1153 tvd = rvd->vdev_child[top]; in ztest_random_vdev_top()
1157 return (top); in ztest_random_vdev_top()
3220 uint64_t leaf, top; in ztest_vdev_attach_detach() local
3269 oldvd = rvd->vdev_child[top]; in ztest_vdev_attach_detach()
3327 top * leaves + leaf); in ztest_vdev_attach_detach()
3592 uint64_t top; in ztest_vdev_LUN_growth() local
5646 uint64_t top, leaf; in ztest_fault_inject() local
5706 top * leaves + zs->zs_splits); in ztest_fault_inject()
[all …]
/illumos-gate/usr/src/test/nvme-tests/runfiles/
H A Dnon-destruct.run18 # specific NVMe device to target. This must be invoked by the top-level
H A Dunit.run18 # specific NVMe device to target. This must be invoked by the top-level
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c399 uint32_t top, bottom; in gnu_msgsearch() local
403 top = 0; in gnu_msgsearch()
405 while (top < bottom) { in gnu_msgsearch()
406 idx = (top + bottom) / 2; in gnu_msgsearch()
412 top = idx + 1; in gnu_msgsearch()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src2315 # We put the status line on the top.
2316 vt100-s|vt100-s-top|vt100-top-s|vt100 for use with top sysline,
10616 # <cuu1> stops at top margin
11410 # status line moved to top of screen, <flash> removed 5/82
11915 # on the top chip on the CONTROL pc board.
14508 # p1 = scroll top line: 20h - 37h
18835 # ctrl-E top tee
18840 # ctrl-J top left corner
18841 # ctrl-K top right corner
21122 # G1 G5 top right corner _ |
[all …]
H A Dtermcap.src2053 # We put the status line on the top.
2054 vt100-s|vt100-s-top|vt100-top-s|vt100 for use with top sysline:\
9406 # :up: stops at top margin
10072 # status line moved to top of screen, :vb: removed 5/82
10535 # on the top chip on the CONTROL pc board.
12852 # p1 = scroll top line: 20h - 37h
16768 # ctrl-E top tee
16773 # ctrl-J top left corner
16774 # ctrl-K top right corner
18904 # G1 G5 top right corner _ |
[all …]
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c1719 top: in make_daemon_exclusive()
1796 goto top; in make_daemon_exclusive()
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c1015 uintptr_t top, base, size; in whatis_walk_ulwp() local
1021 top = (uintptr_t)ulwp->ul_stktop; in whatis_walk_ulwp()
1029 if (size > top) in whatis_walk_ulwp()
1030 size = top; in whatis_walk_ulwp()
1031 if (top > MIN_STACK_ADDR && top - size < MIN_STACK_ADDR) in whatis_walk_ulwp()
1032 size = top - MIN_STACK_ADDR; in whatis_walk_ulwp()
1034 base = top - size; in whatis_walk_ulwp()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c2166 mdb_iob_t *top, *ntop; in mdb_iob_stack_destroy() local
2168 for (top = stk->stk_top; top != NULL; top = ntop) { in mdb_iob_stack_destroy()
2169 ntop = top->iob_next; in mdb_iob_stack_destroy()
2170 mdb_iob_destroy(top); in mdb_iob_stack_destroy()
2187 mdb_iob_t *top = stk->stk_top; in mdb_iob_stack_pop() local
2189 ASSERT(top != NULL); in mdb_iob_stack_pop()
2191 stk->stk_top = top->iob_next; in mdb_iob_stack_pop()
2192 top->iob_next = NULL; in mdb_iob_stack_pop()
2195 return (top); in mdb_iob_stack_pop()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c4499 top: in emlxs_fct_abort()
4524 goto top; in emlxs_fct_abort()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc.h264 boolean_t l2arc_range_check_overlap(uint64_t bottom, uint64_t top,
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c329 top: in clget_impl()
369 goto top; in clget_impl()
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib2055 # this is a list of the top-level directories in each of the
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c4819 nvlist_t **top; in zvol_check_dump_config() local
4872 &top, &toplevels) == 0); in zvol_check_dump_config()
4874 if (!supported_dump_vdev_type(hdl, top[0], errbuf)) { in zvol_check_dump_config()
/illumos-gate/usr/src/data/zoneinfo/
H A Dnorthamerica1187 # the Detroit Free Press reported it at the top of Page 1 on
H A Daustralasia1092 # I then surveyed the top ten newspapers in Australia by circulation as
H A Dasia927 # top-level government in Taiwan. If you're going to quote any resource, this
2685 # It appears to be the front page story at the top in the right-most column.
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c3432 command(int top, char *tbuf, int cnt) in command() argument
3437 if (!top) { in command()
3495 if (!top) { in command()
/illumos-gate/usr/src/cmd/bnu/
H A Dcntrl.c272 top: in cntrl()
340 goto top; in cntrl()
561 goto top; in cntrl()
579 goto top; in cntrl()
605 goto top; in cntrl()
614 goto top; in cntrl()
752 goto top; in cntrl()
782 goto top; in cntrl()
826 goto top; in cntrl()
837 goto top; in cntrl()
[all …]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c1301 otape(int top) in otape() argument
1428 if (!top) { in otape()

12345678910>>...18