Home
last modified time | relevance | path

Searched refs:gettype (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/ipf/tools/
H A Dippool.c61 int gettype __P((char *, u_int *));
265 type = gettype(optarg, &iph.iph_type);
429 type = gettype(optarg, NULL);
684 type = gettype(optarg, NULL);
774 type = gettype(optarg, NULL);
854 int gettype(typename, minor) in gettype() function
/titanic_41/usr/src/cmd/filesync/
H A Dbase.c72 static long gettype(int);
434 if (gettype(type) < 0) in read_baseline()
461 ip->f_type = gettype(type); /* note file type */ in read_baseline()
904 static long gettype(int code) in gettype() function
/titanic_41/usr/src/uts/common/vm/
H A Dseg.h134 int (*gettype)(struct seg *, caddr_t); member
230 #define SEGOP_GETTYPE(s, a) (*(s)->s_ops->gettype)((s), (a))
/titanic_41/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c278 gettype(char *name) in gettype() function
1354 switch (gettype(name)) { in nfs_sprint_option()