/freebsd/sys/nlm/ |
H A D | nlm_advlock.c | 56 * We need to keep track of the svid values used for F_FLOCK locks. 60 int ns_svid; /* on-the-wire SVID for this file */ 78 int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim); 82 int svid, size_t fhlen, void *fh, off_t size); 86 int svid, size_t fhlen, void *fh, off_t size); 90 static int nlm_init_lock(struct flock *fl, int flags, int svid, 99 mtx_init(&nlm_svid_lock, "NLM svid lock", NULL, MTX_DEF); in nlm_client_init() 214 int svid; in nlm_advlock_internal() local 279 svid = ns->ns_svid; in nlm_advlock_internal() 284 * svid as last time. in nlm_advlock_internal() [all …]
|
H A D | nlm_prot_server.c | 54 dst->svid = src->svid; in nlm_convert_to_nlm4_lock() 75 dst->svid = src->svid; in nlm_convert_to_nlm_holder() 86 dst->svid = src->svid; in nlm_convert_to_nlm4_holder()
|
H A D | nlm_prot_xdr.c | 26 if (!xdr_int(xdrs, &objp->svid)) in xdr_nlm_holder() 95 if (!xdr_int(xdrs, &objp->svid)) in xdr_nlm_lock() 258 if (!xdr_uint32_t(xdrs, &objp->svid)) in xdr_nlm4_holder() 279 if (!xdr_uint32_t(xdrs, &objp->svid)) in xdr_nlm4_lock()
|
H A D | nlm_prot.h | 30 int svid; member 66 int svid; member 174 uint32_t svid; member 185 uint32_t svid; member
|
H A D | nlm_prot_impl.c | 599 granted.alock.svid = af->af_granted.alock.svid; in nlm_lock_callback() 1893 fl.l_pid = argp->alock.svid; in nlm_do_test() 1912 result->stat.nlm4_testrply_u.holder.svid = fl.l_pid; in nlm_do_test() 2000 fl.l_pid = argp->alock.svid; in nlm_do_lock() 2067 af->af_granted.alock.svid = argp->alock.svid; in nlm_do_lock() 2179 fl.l_pid = argp->alock.svid; in nlm_do_cancel() 2268 fl.l_pid = argp->alock.svid; in nlm_do_unlock() 2312 if (argp->alock.svid == nw->nw_lock.svid in nlm_do_granted()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 28 int svid; member 59 int svid; /* generated from pid for svid */ member 159 u_int32_t svid; member 169 u_int32_t svid; member
|
H A D | klm_prot.x | 70 int svid; /* holder of the lock (pid) */ member
|
/freebsd/usr.bin/col/ |
H A D | README | 16 The 32V documentation, however, was consistent with the SVID (actually, V7 20 the wrong way to go, this version adopts the SVID defaults, and no longer
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd_lock.c | 170 const bool_t exclusive, const int32_t svid, 334 "exc: %x svid: %x offset:len %llx:%llx\n", in dump_filelock() 335 fl->client.exclusive, fl->client.svid, in dump_filelock() 345 debuglog("nsm: %d status: %d flags: %d svid: %x" in dump_filelock() 347 fl->flags, fl->client.svid, fl->client_name); in dump_filelock() 362 dest->svid = src->svid; in copy_nlm4_lock_to_nlm4_holder() 426 const bool_t exclusive, const int32_t svid, in fill_file_lock() argument 433 fl->client.svid = svid; in fill_file_lock() 685 retval = (fl0->client.svid == fl1->client.svid && in same_filelock_identity() 931 exist_lock->client.exclusive, exist_lock->client.svid, in split_nfslock() [all …]
|
H A D | kern.c | 277 arg4.alock.svid = msg->lm_msg_ident.pid; in test_request() 301 arg.alock.svid = msg->lm_msg_ident.pid; in test_request() 347 arg4.alock.svid = msg->lm_msg_ident.pid; in lock_request() 372 arg.alock.svid = msg->lm_msg_ident.pid; in lock_request() 417 arg4.alock.svid = msg->lm_msg_ident.pid; in unlock_request() 438 arg.alock.svid = msg->lm_msg_ident.pid; in unlock_request()
|
H A D | lock_proc.c | 388 arg4->svid = arg->svid; in nlmtonlm4() 675 res.stat.stat = lock_answer(arg->alock.svid, &arg->cookie, in nlm_granted_1_svc() 694 res.stat.stat = lock_answer(arg->alock.svid, &arg->cookie, in nlm_granted_msg_1_svc() 713 &arg->stat.nlm_testrply_u.holder.svid, NLM_VERS); in nlm_test_res_1_svc() 892 syslog(LOG_DEBUG, "SVID: %d\n", arg->alock.svid); in nlm4_test_4_svc() 987 syslog(LOG_DEBUG, "SVID: %d\n", arg->alock.svid); in nlm4_lock_4_svc() 1126 res.stat.stat = lock_answer(arg->alock.svid, &arg->cookie, in nlm4_granted_4_svc() 1145 res.stat.stat = lock_answer(arg->alock.svid, &arg->cookie, in nlm4_granted_msg_4_svc() 1164 (int *)&arg->stat.nlm4_testrply_u.holder.svid, in nlm4_test_res_4_svc()
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_drv_info.h | 54 #define PVIDV_OEM(vendor, devid, svid, sdevid, revid, name) \ argument 55 PVID_OEM(vendor, devid, svid, sdevid, revid, name " - 3.0.26-k")
|
/freebsd/sys/sys/ |
H A D | ipc.h | 43 * SVID compatible ipc.h file 102 /* SVID required constants (same values as system 5) */
|
H A D | msg.h | 4 * SVID compatible msg.h file
|
H A D | sem.h | 4 * SVID compatible sem.h file
|
/freebsd/contrib/file/magic/ |
H A D | Header | 3 # files is 5 on V7 and BSD, 4 on SV, and ?? on SVID.
|
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | strchr.c | 24 SVID 3, POSIX, BSD 4.3, ISO 9899
|
/freebsd/sys/dev/ice/ |
H A D | ice_drv_info.h | 73 #define PVIDV_OEM(vendor, devid, svid, sdevid, revid, name) \ argument 74 PVID_OEM(vendor, devid, svid, sdevid, revid, name " - 1.43.2-k")
|
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr_pci.c | 371 "Invalid (Non secure) controller is detected: DID: 0x%x: SVID: 0x%x: SDID: 0x%x\n", in mpi3mr_ctrl_security_status() 385 "Tampered (Non secure) controller is detected: DID: 0x%x: SVID: 0x%x: SDID: 0x%x\n", in mpi3mr_ctrl_security_status() 397 "Secure Debug (Non secure) controller is detected: DID: 0x%x: SVID: 0x%x: SDID: 0x%x\n", in mpi3mr_ctrl_security_status()
|
/freebsd/lib/libc/stdlib/ |
H A D | getsubopt.c | 36 * The SVID interface to getsubopt provides no way of figuring out which
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_scr_dump.3x | 138 .\" SVID 4, p. 529
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_sysv.c | 34 * Test the SVID-compatible Message Queue facility. 388 * Test the SVID-compatible Semaphore facility. 593 * Test the SVID-compatible Shared Memory facility.
|
/freebsd/sys/net/ |
H A D | iflib.h | 167 #define PVID_OEM(vendor, devid, svid, sdevid, revid, name) {vendor, devid, svid, sdevid, revid, 0, … argument
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sc8280xp-crd.dts |
|
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_hw_port.c | 221 * CVID=SVID here.
|