Home
last modified time | relevance | path

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

/NextBSD/lib/libc/gen/
HDdisklabel.c49 gettype(char *t, const char **names) in gettype() function
107 dp->d_type = gettype(cq, dktypenames); in getdiskbyname()
149 pp->p_fstype = gettype(cq, fstypenames); in getdiskbyname()
/NextBSD/contrib/ipfilter/tools/
HDippool.c59 int gettype __P((char *, u_int *));
196 type = gettype(optarg, NULL);
316 type = gettype(argv[optind], &iph.iph_type);
446 type = gettype(optarg, NULL);
553 type = gettype(optarg, NULL);
627 gettype(typename, minor) in gettype() function
697 type = gettype(optarg, NULL);
/NextBSD/contrib/ntp/lib/isc/
HDsocket_api.c186 return (sock->methods->gettype(sock)); in isc_socket_gettype()
HDtimer.c162 void *gettype; member
/NextBSD/contrib/ntp/lib/isc/include/isc/
HDsocket.h296 isc_sockettype_t (*gettype)(isc_socket_t *sock); member