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

/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_set.c48 prf_data_t new_data; local
49 new_data = profile_make_prf_data(file->data->filespec);
50 if (new_data == NULL) {
53 retval = k5_mutex_init(&new_data->lock);
55 new_data->root = NULL;
56 new_data->flags = file->data->flags & ~PROFILE_FILE_SHARED;
57 new_data->timestamp = 0;
58 new_data->upd_serial = file->data->upd_serial;
64 free(new_data);
68 file->data = new_data;
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Da_enum.c158 unsigned char *new_data=OPENSSL_realloc(ret->data, len+4); local
159 if (!new_data)
164 ret->data=new_data;
H A Da_int.c426 unsigned char *new_data=OPENSSL_realloc(ret->data, len+4); local
427 if (!new_data)
432 ret->data=new_data;
/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Dtsd.c55 void (**new_data)(void *);
112 if ((new_data = lmalloc(new_nkeys * sizeof (void *))) == NULL) {
118 new_data[0] = TSD_UNALLOCATED;
121 (void) memcpy(new_data, old_data,
124 tsdm->tsdm_destro = new_data;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Davl.h175 * Insert "new_data" in "tree" in the given "direction" either after
181 * new_data - new data to insert
185 extern void avl_insert_here(avl_tree_t *tree, void *new_data, void *here,
/opensolaris-onvv-gate/usr/src/uts/sun4/io/
H A Dcbe.c188 cbe_data_t *new_data = kmem_alloc(sizeof (cbe_data_t), KM_SLEEP); local
196 new_data->cbe_level10_inum = add_softintr(PIL_10,
199 new_data->cbe_level1_inum = add_softintr(PIL_1,
202 return (new_data);
/opensolaris-onvv-gate/usr/src/cmd/nscd/
H A Dnscd_access.c221 nscd_acc_data_t *old_data, *new_data; local
231 new_data = _nscd_get(new);
233 if (old_data != new_data) {
236 _nscd_release(new_data);
237 return (new_data);
240 /* if old_data == new_data, both must be NULL */
/opensolaris-onvv-gate/usr/src/common/avl/
H A Davl.c470 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where) argument
481 ASSERT(((uintptr_t)new_data & 0x7) == 0);
484 node = AVL_DATA2NODE(new_data, off);
548 * Insert "new_data" in "tree" in the given "direction" either after or
562 void *new_data,
573 ASSERT(new_data != NULL);
584 diff = tree->avl_compar(new_data, here);
595 diff = tree->avl_compar(new_data,
604 diff = tree->avl_compar(new_data,
613 avl_insert(tree, new_data, AVL_MKINDE
560 avl_insert_here( avl_tree_t *tree, void *new_data, void *here, int direction) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsecdb/common/
H A Dsecdb.c259 kv_t *new_data; local
270 new_data = nkva->data;
273 new_data[i].key = _strdup_null(old_data[i].key);
274 new_data[i].value = _strdup_null(old_data[i].value);
/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dfb_avl.c473 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where) argument
487 if (((uintptr_t)new_data & 0x7) != 0) {
493 node = AVL_DATA2NODE(new_data, off);
563 * Insert "new_data" in "tree" in the given "direction" either after or
577 void *new_data,
584 if ((tree == NULL) || (new_data == NULL) || (here == NULL) ||
607 avl_insert(tree, new_data, AVL_MKINDEX(node, child));
575 avl_insert_here( avl_tree_t *tree, void *new_data, void *here, int direction) argument
H A Dfb_avl.h289 * Insert "new_data" in "tree" in the given "direction" either after
295 * new_data - new data to insert
299 extern void avl_insert_here(avl_tree_t *tree, void *new_data, void *here,
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dns.c910 const uchar_t *new_data; local
912 new_data = get_domain_name(header, data, data_end, name,
916 return (new_data - data);
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c1245 mblk_t *new_data = NULL; local
1282 if ((new_data = allocb(new_data_len, 0)) == NULL) {
1288 bzero(new_data->b_wptr, new_data_len);
1290 bcopy(tmp->b_rptr, new_data->b_wptr, MBLKL(tmp));
1291 new_data->b_wptr += MBLKL(tmp);
1294 new_data->b_wptr = new_data->b_rptr + new_data_len;
1306 if (new_data) {
1307 br->bulk_data = msgpullup(new_data, -1); /* msg allocated! */
1368 if (new_data) {
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c2925 char *new_data; local
2962 new_data = tohex(x11_fake_data, data_len);
2972 packet_put_cstring(new_data);
2976 xfree(new_data);
/opensolaris-onvv-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c2405 uchar_t mask, new_data = 0; local
2419 new_data |= (data & mask) << 2;
2423 new_data |= (data & mask);
2428 new_data |= (data & mask) << 1;
2432 new_data |= (data & mask) >> 4;
2437 new_data |= data; /* set any remaining bits */
2441 old_data, new_data);
2444 return (new_data);

Completed in 187 milliseconds