Current Path : /sys/amd64/compile/hs32/modules/usr/src/sys/modules/ispfw/isp_2400/@/contrib/rdma/krping/ |
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/ispfw/isp_2400/@/contrib/rdma/krping/getopt.h |
/* * lifted from fs/ncpfs/getopt.c * * $FreeBSD: release/9.1.0/sys/contrib/rdma/krping/getopt.h 178784 2008-05-05 18:35:55Z kmacy $ */ #ifndef _KRPING_GETOPT_H #define _KRPING_GETOPT_H #define OPT_NOPARAM 1 #define OPT_INT 2 #define OPT_STRING 4 struct krping_option { const char *name; unsigned int has_arg; int val; }; extern int krping_getopt(const char *caller, char **options, const struct krping_option *opts, char **optopt, char **optarg, unsigned long *value); #endif /* _KRPING_GETOPT_H */