Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool.c62 int gettype __P((char *, u_int *));
266 type = gettype(optarg, &iph.iph_type);
430 type = gettype(optarg, NULL);
675 type = gettype(optarg, NULL);
765 type = gettype(optarg, NULL);
845 int gettype(typename, minor) in gettype() function
/illumos-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
/illumos-gate/usr/src/uts/common/vm/
H A Dseg.h135 int (*gettype)(struct seg *, caddr_t); member
231 #define SEGOP_GETTYPE(s, a) (*(s)->s_ops->gettype)((s), (a))
/illumos-gate/usr/src/contrib/mDNSResponder/Clients/
H A Ddns-sd.c1475 static char *gettype(char *buffer, char *typ) in gettype() function
2087 typ = gettype(buffer, typ); in main()
2095 typ = gettype(buffer, typ); in main()
2109 typ = gettype(buffer, typ); in main()
2120 typ = gettype(buffer, typ); in main()
2131 …err = RegisterService(&client, argv[opi+0], gettype(buffer, argv[opi+1]), argv[opi+2], argv[opi+4]… in main()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dseg_vmm.c96 .gettype = segvmm_gettype,
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c293 gettype(char *name) in gettype() function
1377 switch (gettype(name)) { in nfs_sprint_option()