Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/gen/
H A Ddisklabel.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()
/freebsd-13.1/sbin/ipf/ippool/
H A Dippool.c53 int gettype(char *, u_int *);
176 type = gettype(optarg, NULL); in poolnodecommand()
292 type = gettype(optarg, &iph.iph_type); in poolcommand()
448 type = gettype(optarg, NULL); in poolstats()
559 type = gettype(optarg, NULL); in poolflush()
638 gettype(char *typename, u_int *minor) in gettype() function
708 type = gettype(optarg, NULL); in poollist()
/freebsd-13.1/contrib/file/src/
H A Dder.c142 gettype(uint8_t c) in gettype() function
403 uint8_t t = gettype(p[x]); in printdata()
/freebsd-13.1/contrib/ntp/lib/isc/
H A Dsocket_api.c186 return (sock->methods->gettype(sock)); in isc_socket_gettype()
H A Dtimer.c162 void *gettype; member
/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dsocket.h296 isc_sockettype_t (*gettype)(isc_socket_t *sock); member