Lines Matching refs:owner
69 static OWNER owner; variable
158 (void)time(&owner.tod); in client_request()
159 owner.pid = getpid(); in client_request()
275 arg4.alock.oh.n_bytes = (char *)&owner; in test_request()
276 arg4.alock.oh.n_len = sizeof(owner); in test_request()
299 arg.alock.oh.n_bytes = (char *)&owner; in test_request()
300 arg.alock.oh.n_len = sizeof(owner); in test_request()
345 arg4.alock.oh.n_bytes = (char *)&owner; in lock_request()
346 arg4.alock.oh.n_len = sizeof(owner); in lock_request()
370 arg.alock.oh.n_bytes = (char *)&owner; in lock_request()
371 arg.alock.oh.n_len = sizeof(owner); in lock_request()
415 arg4.alock.oh.n_bytes = (char *)&owner; in unlock_request()
416 arg4.alock.oh.n_len = sizeof(owner); in unlock_request()
436 arg.alock.oh.n_bytes = (char *)&owner; in unlock_request()
437 arg.alock.oh.n_len = sizeof(owner); in unlock_request()