Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dconnection.c46 server = l9p_calloc(1, sizeof (*server)); in l9p_server_init()
95 req = l9p_calloc(1, sizeof (struct l9p_request)); in l9p_connection_recv()
185 file = l9p_calloc(1, sizeof (struct l9p_fid)); in l9p_connection_alloc_fid()
H A Dhashtable.c47 h->ht_entries = l9p_calloc((size_t)size, sizeof(struct ht_entry)); in ht_init()
121 item = l9p_calloc(1, sizeof(struct ht_item)); in ht_add()
H A Dlib9p_impl.h50 l9p_calloc(size_t n, size_t size) in l9p_calloc() function
H A Dpack.c242 *s = l9p_calloc(1, len + 1); in l9p_pustring()
/illumos-gate/usr/src/lib/lib9p/common/transport/
H A Dsocket.c402 sc = l9p_calloc(1, sizeof(*sc)); in l9p_socket_accept()
/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c609 ret = l9p_calloc(1, sizeof(*ret)); in open_fid()