Searched refs:up (Results 276 - 300 of 531) sorted by relevance

<<11121314151617181920>>

/freebsd-current/tools/test/stress2/misc/
H A Dptrace10.sh110 sleep(1); /* give the child a chance to set itself up */
H A Dmulticast.sh65 /* set up socket */
H A Dseekdir.sh106 /* Read in up to CHUNKSIZE file names */
H A Dfcntl.sh131 up(void)
203 up(); function
/freebsd-current/sys/dev/wtap/
H A Dif_wtapvar.h133 int32_t up; member in struct:wtap_softc
/freebsd-current/tests/sys/netinet6/
H A Dfibs6.sh55 jexec ${jname}a ifconfig ${epair}a up
62 # wait for lo0 to come up
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c175 uid_t u, *up; local
189 up = acl_get_qualifier(aclent);
190 u = *up;
191 acl_free(up);
/freebsd-current/contrib/netbsd-tests/net/route/
H A Dt_flags6.sh47 atf_check -s exit:0 -o ignore rump.ifconfig shmif0 up
62 atf_check -s exit:0 -o ignore rump.ifconfig shmif0 up
/freebsd-current/contrib/bmake/unit-tests/
H A Dmeta-cmd-cmp.mk83 # don't let gcov mess up the results
H A Dopt-env.mk3 # Tests for the -e command line option, which looks up environment variables
H A Dopt-jobs.mk31 EXPECT.0C= <integer> # rounded up to 1C
H A Dcond-cmp-numeric-eq.mk59 # The 995 is rounded up, the 997 is rounded down.
H A Ddirective-ifndef.mk4 # guards. In contrast to C, where #ifndef and #define nicely line up the
H A Dvarmod-loop-delete.mk14 # Set up the variable that deletes itself when it is evaluated.
/freebsd-current/share/examples/jails/
H A Djng201 # each parent interface up to 15 times under the same jail
302 # Bring the interface up
303 ifconfig $iface up || return
349 ifconfig $eiface up || return
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc125 // Android rounds up the alignment to a power of two if it isn't one.
/freebsd-current/contrib/netbsd-tests/net/arp/
H A Dt_arp.sh109 atf_check -s exit:0 rump.ifconfig shmif0 up
128 atf_check -s exit:0 rump.ifconfig shmif0 up
283 atf_check -s exit:0 rump.ifconfig shmif0 up
396 atf_check -s exit:0 rump.ifconfig tap1 $IP4DST_PROXYARP1/24 up
407 # Set up proxy ARP entry
437 # Test#2: Create proxy arp entry then set up an endpoint
459 atf_check -s exit:0 rump.ifconfig tap2 $IP4DST_PROXYARP2/24 up
/freebsd-current/sys/geom/
H A Dgeom_ccd.c111 * evenly over all component disks up to the size of the smallest
113 * remaining disks up to the size of the next-smallest (second group),
610 * up on the first half of the available
613 * interleave array because doubling up
873 int i, unit, *up; local
875 up = gctl_get_paraml(req, "unit", sizeof (*up));
876 if (up == NULL) {
880 unit = *up;
/freebsd-current/sys/kern/
H A Dkern_resource.c72 struct timeval *up, struct timeval *sp);
758 * up make more accessible, if going down make inaccessible.
812 calccru(struct proc *p, struct timeval *up, struct timeval *sp) argument
816 calcru1(p, &p->p_crux, up, sp);
825 calcru(struct proc *p, struct timeval *up, struct timeval *sp) argument
852 calcru1(p, &p->p_rux, up, sp);
963 calcru1(struct proc *p, struct rusage_ext *ruxp, struct timeval *up, argument
1011 * a bit of backwards slop because we expect to catch up
1037 up->tv_sec = uu / 1000000;
1038 up
1187 rufetchcalc(struct proc *p, struct rusage *ru, struct timeval *up, struct timeval *sp) argument
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp512 this_thr->th.th_cg_roots = tmp->up;
513 KA_TRACE(100, ("__kmpc_fork_teams: Thread %p popping node %p and moving up"
1108 // cleaned up at program exit.
3680 // so we set-up the necessary frame/return addresses.
4087 e.g. for(i=2;i<9;i+=2) lo=2, up=8, st=2.
4127 pr_buf->th_doacross_info[3] = dims[0].up;
4135 range_length = dims[j].up - dims[j].lo + 1;
4138 KMP_DEBUG_ASSERT(dims[j].up > dims[j].lo);
4139 range_length = (kmp_uint64)(dims[j].up - dims[j].lo) / dims[j].st + 1;
4141 KMP_DEBUG_ASSERT(dims[j].lo > dims[j].up);
4220 kmp_int64 lo, up, st; local
[all...]
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_2835_arm.c520 up(&g_free_fragments_mutex);
593 up(&g_free_fragments_mutex);
594 up(&g_free_fragments_sema);
/freebsd-current/contrib/wpa/src/ap/
H A Dwmm.c223 unsigned int up, psb, dir, tid; local
226 up = (tspec->ts_info[1] >> 3) & 0x07;
231 up, psb, dir, tid);
/freebsd-current/sys/xdr/
H A Dxdr.c124 xdr_u_int(XDR *xdrs, u_int *up) argument
130 l = (u_long) *up;
137 *up = (u_int) l;
/freebsd-current/lib/libc/xdr/
H A Dxdr.c126 xdr_u_int(XDR *xdrs, u_int *up) argument
133 l = (u_long) *up;
140 *up = (u_int) l;
/freebsd-current/sys/netpfil/pf/
H A Dif_pfsync.c1232 struct pfsync_upd_c *ua, *up; local
1234 int len = count * sizeof(*up);
1247 up = &ua[i];
1250 if (up->timeout >= PFTM_MAX ||
1251 up->src.state > PF_TCPS_PROXY_DST ||
1252 up->dst.state > PF_TCPS_PROXY_DST) {
1262 st = pf_find_state_byid(up->id, up->creatorid);
1266 pfsync_request_update(up->creatorid, up
1722 struct pfsync_upd_c *up = buf; local
[all...]

Completed in 165 milliseconds

<<11121314151617181920>>