Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/ipf/tools/
H A Dippool.c60 int gettype __P((char *, u_int *));
249 type = gettype(optarg, &iph.iph_type);
396 type = gettype(optarg, NULL);
640 type = gettype(optarg, NULL);
722 type = gettype(optarg, NULL);
794 int gettype(typename, minor) in gettype() function
/onnv-gate/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
/onnv-gate/usr/src/uts/common/vm/
H A Dseg.h135 int (*gettype)(struct seg *, caddr_t); member
230 #define SEGOP_GETTYPE(s, a) (*(s)->s_ops->gettype)((s), (a))
/onnv-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c270 gettype(char *name) in gettype() function
1330 switch (gettype(name)) { in nfs_sprint_option()