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

/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.c165 const netobj *matchcookie,
390 allocate_file_lock(const netobj *lockowner, const netobj *matchcookie, argument
418 newfl->client_cookie.n_bytes = malloc(matchcookie->n_len);
424 newfl->client_cookie.n_len = matchcookie->n_len;
425 bcopy(matchcookie->n_bytes, newfl->client_cookie.n_bytes, matchcookie->n_len);

Completed in 71 milliseconds