/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | t-rpool.c | 13 SM_IDSTR(id, "@(#)$Id: t-rpool.c,v 1.16 2001/03/04 18:38:47 ca Exp $") 17 #include <sm/rpool.h> 38 SM_RPOOL_T *rpool; local 43 sm_test_begin(argc, argv, "test rpool"); 45 rpool = sm_rpool_new_x(NULL); 46 SM_TEST(rpool != NULL); 47 att = sm_rpool_attach_x(rpool, rfree, "attachment #1"); 53 a[i] = sm_rpool_malloc_x(rpool, sz); 57 att = sm_rpool_attach_x(rpool, rfree, "attachment #2"); 58 (void) sm_rpool_attach_x(rpool, rfre [all...] |
H A D | rpool.c | 13 SM_RCSID("@(#)$Id: rpool.c,v 1.28 2004/08/03 20:44:04 ca Exp $") 17 ** For documentation, see rpool.html 22 #include <sm/rpool.h> 48 ** SM_RPOOL_ALLOCBLOCK_X -- allocate a new block for an rpool. 51 ** rpool -- rpool to which the block should be added. 62 sm_rpool_allocblock_x(rpool, size) 63 SM_RPOOL_T *rpool; 69 p->sm_pnext = rpool->sm_pools; 70 rpool 311 SM_RPOOL_T *rpool; local [all...] |
/osnet-11/usr/src/lib/libsasl/lib/ |
H A D | saslutil.c | 278 utils->rand(utils->rpool, (char *)&randnum, sizeof (randnum)); 407 int sasl_randcreate(sasl_rand_t **rpool) argument 410 (*rpool)=sasl_sun_ALLOC(sizeof(sasl_rand_t)); 412 (*rpool)=sasl_ALLOC(sizeof(sasl_rand_t)); 414 if ((*rpool) == NULL) return SASL_NOMEM; 417 (*rpool)->initialized = 0; 422 void sasl_randfree(sasl_rand_t **rpool) argument 425 sasl_sun_FREE(*rpool); 427 sasl_FREE(*rpool); 431 void sasl_randseed (sasl_rand_t *rpool, cons argument 449 randinit(sasl_rand_t *rpool) argument 469 sasl_rand(sasl_rand_t *rpool, char *buf, unsigned len) argument 494 sasl_churn(sasl_rand_t *rpool, const char *data, unsigned len) argument [all...] |
/osnet-11/usr/src/lib/libbe/common/ |
H A D | be_list.c | 352 char *rpool = NULL; local 357 cb->zpool_name = rpool = (char *)zpool_get_name(zlp); 359 rpool = cb->zpool_name; 365 be_make_container_ds(rpool, be_container_ds, 377 be_make_root_ds(rpool, cb->be_name, be_ds, sizeof (be_ds)); 422 rpool, cb->current_be, be_ds)) != BE_SUCCESS) { 786 const char *rpool, 832 be_node->be_rpool = strdup(rpool); 842 if ((zphp = zpool_open(g_zfs, rpool)) == NULL) { 844 "to open pool (%s): %s\n"), rpool, 782 be_get_node_data( zfs_handle_t *zhp, be_node_list_t *be_node, char *be_name, const char *rpool, char *current_be, char *be_ds) argument [all...] |
/osnet-11/usr/src/lib/pylibbe/common/ |
H A D | libbe_py.c | 150 * rpool - The pool to create the new BE in (optional) 170 char *rpool = NULL; local 182 &srcSnapName, &rpool, &beNameProperties, &beDescription)) { 191 BE_ATTR_NEW_BE_POOL, rpool,
|
/osnet-11/usr/src/lib/libsasl/include/ |
H A D | saslplug.h | 67 sasl_rand_t *rpool; member in struct:sasl_utils 103 void (*rand)(sasl_rand_t *rpool, char *buf, unsigned len); 104 void (*churn)(sasl_rand_t *rpool, const char *data, unsigned len);
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | map.c | 3569 SM_RPOOL_T *rpool; local 3740 /* Create an rpool for search related memory usage */ 3741 rpool = sm_rpool_new_x(NULL); 3745 rpool, &p, &plen, &psize, NULL); 3748 /* Copy result so rpool can be freed */ 3751 sm_rpool_free(rpool);
|
H A D | queue.c | 1880 SM_RPOOL_T *rpool; local 2011 rpool = sm_rpool_new_x(NULL); 2012 e = newenvelope(&QueueEnvelope, CurEnv, rpool); 2287 sm_rpool_free(rpool); 2293 rpool = sm_rpool_new_x(NULL); 2294 e = newenvelope(&QueueEnvelope, CurEnv, rpool); 2370 rpool = sm_rpool_new_x(NULL); 2371 e = newenvelope(&QueueEnvelope, CurEnv, rpool); 3555 SM_RPOOL_T *rpool; local 3646 rpool 3847 SM_RPOOL_T *rpool; local [all...] |