gettype
if (gettype(type) < 0)
ip->f_type = gettype(type); /* note file type */
static long gettype(int);
type = gettype(optarg, &iph.iph_type);
type = gettype(optarg, NULL);
int gettype __P((char *, u_int *));
type = gettype(optarg, NULL);
type = gettype(optarg, NULL);
switch (gettype(name)) {
int (*gettype)(struct seg *, caddr_t);
#define SEGOP_GETTYPE(s, a) (*(s)->s_ops->gettype)((s), (a))
.gettype = segvmm_gettype,