Searched refs:rarray (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/ |
H A D | refresh_clvmd.c | 198 lvm_response_t *rarray; in _cluster_request() local 239 rarray = *response; in _cluster_request() 245 strcpy(rarray[i].node, inptr); in _cluster_request() 248 memcpy(&rarray[i].status, inptr, sizeof(int)); in _cluster_request() 251 rarray[i].response = dm_malloc(strlen(inptr) + 1); in _cluster_request() 252 if (rarray[i].response == NULL) { in _cluster_request() 256 dm_free(rarray[i].response); in _cluster_request() 263 strcpy(rarray[i].response, inptr); in _cluster_request() 264 rarray[i].len = strlen(inptr); in _cluster_request() 269 *response = rarray; in _cluster_request()
|
/netbsd-src/sys/dev/ |
H A D | veriexec.c | 234 prop_array_t rarray; in veriexecioctl() local 236 rarray = prop_array_create(); in veriexecioctl() 237 if (rarray == NULL) { in veriexecioctl() 242 error = veriexec_dump(l, rarray); in veriexecioctl() 245 rarray); in veriexecioctl() 248 prop_object_release(rarray); in veriexecioctl()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/locking/ |
H A D | cluster_locking.c | 211 lvm_response_t *rarray; in _cluster_request() local 251 rarray = *response; in _cluster_request() 257 strcpy(rarray[i].node, inptr); in _cluster_request() 260 memcpy(&rarray[i].status, inptr, sizeof(int)); in _cluster_request() 263 rarray[i].response = dm_malloc(strlen(inptr) + 1); in _cluster_request() 264 if (rarray[i].response == NULL) { in _cluster_request() 268 dm_free(rarray[i].response); in _cluster_request() 275 strcpy(rarray[i].response, inptr); in _cluster_request() 276 rarray[i].len = strlen(inptr); in _cluster_request() 281 *response = rarray; in _cluster_request()
|
/netbsd-src/sys/kern/ |
H A D | kern_veriexec.c | 1369 veriexec_dump(struct lwp *l, prop_array_t rarray) in veriexec_dump() argument 1377 (fileassoc_cb_t)veriexec_file_dump, rarray); in veriexec_dump()
|
/netbsd-src/external/gpl2/grep/dist/src/ |
H A D | dfa.c | 2581 int* rarray; in check_matching_with_multibyte_ops() local 2583 MALLOC(rarray, int, d->states[s].mbps.nelem); in check_matching_with_multibyte_ops() 2590 rarray[i] = match_anychar(d, s, pos, index); in check_matching_with_multibyte_ops() 2593 rarray[i] = match_mb_charset(d, s, pos, index); in check_matching_with_multibyte_ops() 2599 return rarray; in check_matching_with_multibyte_ops()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
H A D | dfa.c | 2560 int* rarray; in check_matching_with_multibyte_ops() local 2562 MALLOC(rarray, int, d->states[s].mbps.nelem); in check_matching_with_multibyte_ops() 2569 rarray[i] = match_anychar(d, s, pos, index); in check_matching_with_multibyte_ops() 2572 rarray[i] = match_mb_charset(d, s, pos, index); in check_matching_with_multibyte_ops() 2578 return rarray; in check_matching_with_multibyte_ops()
|