Home
last modified time | relevance | path

Searched refs:dump_ioctl (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c81 static void dump_ioctl(int, void *);
84 #define dump_ioctl(CMD, ARG) macro
491 dump_ioctl(AC_MEM_STAT, NULL); in ap_stat()
640 dump_ioctl(AC_MEM_CONFIGURE, NULL); in mema_add()
704 dump_ioctl(AC_MEM_UNCONFIGURE, NULL); in mema_delete()
788 dump_ioctl(AC_MEM_EXERCISE, &cmd); in cfga_private_func()
826 dump_ioctl(AC_MEM_TEST_START, &test_start); in mtest_run()
862 dump_ioctl(AC_MEM_TEST_STOP, &test_stop); in mtest_run()
875 dump_ioctl(AC_MEM_TEST_START, &test_start); in mtest_run()
950 dump_ioctl(AC_MEM_TEST_STOP, &test_stop); in mtest_run()
[all …]
/titanic_50/usr/src/uts/common/io/
H A Ddump.c92 dump_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *cred, int *rvalp) in dump_ioctl() function
235 dump_ioctl, /* ioctl */
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c951 dump_ioctl(zfs_handle_t *zhp, const char *fromsnap, uint64_t fromsnap_obj, in dump_ioctl() function
1244 err = dump_ioctl(zhp, sdd->prevsnap, sdd->prevsnap_obj, in dump_snapshot()