Current Path : /sys/amd64/compile/hs32/modules/usr/src/sys/modules/crypto/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //sys/amd64/compile/hs32/modules/usr/src/sys/modules/crypto/cryptodev_if.c |
/* * This file is produced automatically. * Do not modify anything in here by hand. * * Created from source file * @/opencrypto/cryptodev_if.m * with * makeobjops.awk * * See the source file for legal information */ #include <sys/param.h> #include <sys/queue.h> #include <sys/kernel.h> #include <sys/kobj.h> #include <sys/malloc.h> #include <opencrypto/cryptodev.h> #include "cryptodev_if.h" struct kobj_method cryptodev_newsession_method_default = { &cryptodev_newsession_desc, (kobjop_t) kobj_error_method }; struct kobjop_desc cryptodev_newsession_desc = { 0, &cryptodev_newsession_method_default }; struct kobj_method cryptodev_freesession_method_default = { &cryptodev_freesession_desc, (kobjop_t) kobj_error_method }; struct kobjop_desc cryptodev_freesession_desc = { 0, &cryptodev_freesession_method_default }; struct kobj_method cryptodev_process_method_default = { &cryptodev_process_desc, (kobjop_t) kobj_error_method }; struct kobjop_desc cryptodev_process_desc = { 0, &cryptodev_process_method_default }; struct kobj_method cryptodev_kprocess_method_default = { &cryptodev_kprocess_desc, (kobjop_t) kobj_error_method }; struct kobjop_desc cryptodev_kprocess_desc = { 0, &cryptodev_kprocess_method_default };