Searched refs:gettype (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/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) function
/illumos-gate/usr/src/cmd/filesync/
H A Dbase.c37 * (static) gettype
72 static long gettype(int);
434 if (gettype(type) < 0)
461 ip->f_type = gettype(type); /* note file type */
887 * gettype/showtype
904 static long gettype(int code) function
/illumos-gate/usr/src/uts/common/vm/
H A Dseg.h134 int (*gettype)(struct seg *, caddr_t); member in struct:seg_ops
230 #define SEGOP_GETTYPE(s, a) (*(s)->s_ops->gettype)((s), (a))
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c1399 static char *gettype(char *buffer, char *typ) function
1554 typ = gettype(buffer, typ);
1562 typ = gettype(buffer, typ);
1576 typ = gettype(buffer, typ);
1587 typ = gettype(buffer, typ);
1598 err = RegisterService(&client, argv[opi+0], gettype(buffer, argv[opi+1]), argv[opi+2], argv[opi+4], argv[opi+3], argc-(opi+6), argv+(opi+6), flags);
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c273 * gettype(name)
279 gettype(char *name) function
1355 switch (gettype(name)) {

Completed in 1215 milliseconds