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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c1693 ztest_lr_alloc(size_t lrsize, char *name) function
1772 lr_create_t *lr = ztest_lr_alloc(sizeof (*lr), od->od_name);
1821 lr_remove_t *lr = ztest_lr_alloc(sizeof (*lr), od->od_name);
1844 lr = ztest_lr_alloc(sizeof (*lr) + size, NULL);
1867 lr = ztest_lr_alloc(sizeof (*lr), NULL);
1886 lr = ztest_lr_alloc(sizeof (*lr), NULL);

Completed in 54 milliseconds