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

/freebsd-11.0-release/sys/dev/cpuctl/
H A Dcpuctl.c133 restore_cpu(int oldcpu, int is_bound, struct thread *td) argument
139 if (is_bound == 0)
201 int is_bound = 0; local
216 is_bound = cpu_sched_is_bound(td);
219 restore_cpu(oldcpu, is_bound, td);
244 int is_bound = 0; local
262 is_bound = cpu_sched_is_bound(td);
283 restore_cpu(oldcpu, is_bound, td);
327 int is_bound; local
353 is_bound
385 int is_bound = 0; local
441 int is_bound; local
[all...]
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcbind.h86 bool_t is_bound(const char *, const char *);
H A Dcheck_bound.c142 is_bound(const char *netid, const char *uaddr) function
H A Dpmap_svc.c314 if (is_bound(netid, serveuaddr)) {
H A Drpcb_svc_com.c299 if (is_bound(rbl->rpcb_map.r_netid, rbl->rpcb_map.r_addr))
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Drpcbind.h86 bool_t is_bound(char *, char *);
H A Dcheck_bound.c142 is_bound(char *netid, char *uaddr) function
H A Dpmap_svc.c315 if (is_bound(netid, serveuaddr)) {
H A Drpcb_svc_com.c295 if (is_bound(rbl->rpcb_map.r_netid, rbl->rpcb_map.r_addr))

Completed in 112 milliseconds