Searched refs:gettype (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/lib/libc/gen/ |
| H A D | disklabel.c | 49 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 D | ippool.c | 53 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 D | der.c | 142 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 D | socket_api.c | 186 return (sock->methods->gettype(sock)); in isc_socket_gettype()
|
| H A D | timer.c | 162 void *gettype; member
|
| /freebsd-13.1/contrib/ntp/lib/isc/include/isc/ |
| H A D | socket.h | 296 isc_sockettype_t (*gettype)(isc_socket_t *sock); member
|