Searched refs:fd_free (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Dbss_fd.c57 static int fd_free(BIO *data);
73 fd_free,
101 static int fd_free(BIO *a) function
163 fd_free(b);
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dstore_fd.c70 fd_free(krb5_storage * sp) function
130 sp->free = fd_free;
/freebsd-13-stable/tests/sys/kern/
H A Dfdgrowtable_test.c78 SLIST_HEAD(, freetable) fd_free;
108 SLIST_FOREACH(ft, &fdp0.fd_free, ft_next) {
/freebsd-13-stable/sys/kern/
H A Dkern_descrip.c174 SLIST_HEAD(, freetable) fd_free;
1882 SLIST_INSERT_HEAD(&fdp0->fd_free, ft, ft_next);
2576 SLIST_FOREACH_SAFE(ft, &fdp0->fd_free, ft_next, tft)

Completed in 142 milliseconds