Home
last modified time | relevance | path

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

/netbsd/external/bsd/nsd/dist/
H A Dipc.c374 int got_acl; in parent_handle_child_command() local
423 got_acl = data->got_bytes - sizeof(data->total_bytes) - data->total_bytes; in parent_handle_child_command()
424 if((len = read(handler->fd, (char*)&data->acl_num+got_acl, in parent_handle_child_command()
425 sizeof(data->acl_num)+sizeof(data->acl_xfr)-got_acl)) == -1 ) { in parent_handle_child_command()
435 got_acl += len; in parent_handle_child_command()
437 if(got_acl >= (int)(sizeof(data->acl_num)+sizeof(data->acl_xfr))) { in parent_handle_child_command()