Lines Matching refs:owner
70 static OWNER owner; variable
159 (void)time(&owner.tod); in client_request()
160 owner.pid = getpid(); in client_request()
288 arg4.alock.oh.n_bytes = (char *)&owner; in test_request()
289 arg4.alock.oh.n_len = sizeof(owner); in test_request()
312 arg.alock.oh.n_bytes = (char *)&owner; in test_request()
313 arg.alock.oh.n_len = sizeof(owner); in test_request()
358 arg4.alock.oh.n_bytes = (char *)&owner; in lock_request()
359 arg4.alock.oh.n_len = sizeof(owner); in lock_request()
383 arg.alock.oh.n_bytes = (char *)&owner; in lock_request()
384 arg.alock.oh.n_len = sizeof(owner); in lock_request()
428 arg4.alock.oh.n_bytes = (char *)&owner; in unlock_request()
429 arg4.alock.oh.n_len = sizeof(owner); in unlock_request()
449 arg.alock.oh.n_bytes = (char *)&owner; in unlock_request()
450 arg.alock.oh.n_len = sizeof(owner); in unlock_request()