Searched refs:us (Results 51 - 75 of 121) sorted by last modified time

12345

/freebsd-11-stable/contrib/bmake/
H A Dbsd.after-import.mk39 # This lets us match what boot-strap does
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.stage.mk30 # this allows us to trace dependencies back to their src dir
H A Dmeta.autodep.mk98 # if it isn't supposed to be touched by us the Makefile should have
187 # do _not_ assume that .depend is in any fit state for us to use
H A Dgendirdeps.mk211 # to us as $SRCTOP/bsd/sys/$MACHINE_ARCH/include meaning we
H A Ddpadd.mk49 # DPLIBS helps us ensure we keep DPADD and LDADD in sync
H A Ddirdeps.mk165 # This little trick let's us do
H A Dmeta.sys.mk94 # we are not interested in make telling us a failure happened elsewhere
/freebsd-11-stable/tests/sys/geom/class/nop/
H A Dnop_test.sh40 us=$(alloc_md)
41 atf_check gnop create /dev/${us}
42 md_secsize=$(diskinfo ${us} | cut -wf 2)
43 md_mediasize=$(diskinfo ${us} | cut -wf 3)
44 md_stripesize=$(diskinfo ${us} | cut -wf 5)
45 nop_secsize=$(diskinfo ${us}.nop | cut -wf 2)
46 nop_mediasize=$(diskinfo ${us}.nop | cut -wf 3)
47 nop_stripesize=$(diskinfo ${us}.nop | cut -wf 5)
110 us=$(alloc_md)
111 atf_check gnop create /dev/${us}
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_vmem.c868 * before calling us.
1489 size_t fs[VMEM_MAXORDER], us[VMEM_MAXORDER]; local
1508 memset(&us, 0, sizeof(us));
1513 us[ord] += bt->bt_size;
1525 ut[ord], us[ord], ft[ord], fs[ord]);
H A Dsubr_unit.c387 struct unr *up, *uf, *us; local
395 us = NULL;
418 us = uf;
429 if (!is_bitmap(uh, us)) {
430 uf = TAILQ_NEXT(us, list);
431 TAILQ_REMOVE(&uh->head, us, list);
432 a = us->len;
433 l = us->ptr == uh ? 1 : 0;
434 ub = (void *)us;
445 us
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Dsupport.S136 li v0, 1 # trap sends us here
/freebsd-11-stable/sys/dev/evdev/
H A Duinput.c475 struct uinput_setup *us; local
521 us = (struct uinput_setup *)data;
522 return (uinput_setup_dev(state, &us->id, us->name,
523 us->ff_effects_max));
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c477 ssent.us = NULL;
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec612 configuration file syntax requires us to specify it with HostKey if we
/freebsd-11-stable/lib/libc/tests/nss/
H A Dgetusershell_test.c104 free_usershell(struct usershell *us) argument
106 free(us->path);
110 sdump_usershell(struct usershell *us, char *buffer, size_t buflen) argument
112 snprintf(buffer, buflen, "%s", us->path);
116 dump_usershell(struct usershell *us) argument
118 if (us != NULL) {
120 sdump_usershell(us, buffer, sizeof(buffer));
127 usershell_read_snapshot_func(struct usershell *us, char *line) argument
130 us->path = strdup(line);
131 ATF_REQUIRE(us
[all...]
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c336 static void UDELAY(int us) { DELAY(us); } argument
1477 * Dummy lun table to protect us against target
2676 * user has to tell us how to check against HVD,
4020 * If we have a CCB, let the SCRIPTS call us back for
4735 * to report us a UNIT ATTENTION condition due to
4922 * the next command in order to allow us to perform
6072 * The SCRIPTS let us know that the device has grabbed
6082 * The SCRIPTS let us know that a message has been
6139 * The device wants us t
[all...]
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c660 struct url_stat us; local
669 if ((in = fetchXGet (fetch_url, &us, "")) == NULL) {
678 *buflen = us.size;
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex217 \tracinglostchars2 % 2 gives us more in etex
223 \ifx\eTeXversion\thisisundefined\else % etex gives us more logging
230 \tracingcommands3 % 3 gives us more in etex
290 % page or the contents), so we use \firstmark there -- this gets us
449 % \argremovec might leave us with trailing space, e.g.,
2513 % will therefore expand the active definition of _, which is us
2951 % convenient for us to use an explicitly smaller font, rather than using
4710 % Undocumented (for FSFS 2nd ed.): @set txiindexlquoteignore makes us
4725 % is with most defuns, which call us directly).
5083 % Grab any single-column material above us
[all...]
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparccpuid.S21 ! Keep in mind that this does not excuse us from wiping the stack!
/freebsd-11-stable/share/mk/
H A Dmeta.autodep.mk99 # if it isn't supposed to be touched by us the Makefile should have
188 # do _not_ assume that .depend is in any fit state for us to use
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_compound_literal_comma.c7 us2bintime(unsigned long long us) argument
11 .sec = us / 1000000U,
12 .frac = (((us % 1000000U) >> 32)/1000000U) >> 32,
/freebsd-11-stable/sys/arm/at91/
H A Dat91_pit.c87 at91_pit_delay(int us) argument
100 cnt = howmany(pit_freq * us, mhz);
/freebsd-11-stable/tools/tools/net80211/wesside/dics/
H A Ddics.c302 int s, us; local
336 us = socket (PF_INET, SOCK_DGRAM, IPPROTO_UDP);
344 if (bind (us, (struct sockaddr*)&s_in, sizeof(s_in)) == -1) {
350 if (setsockopt(us, IPPROTO_IP, IP_RECVTTL, &rd, sizeof(rd)) == -1) {
406 FD_SET(us, &rfds);
409 rd = select(us+1, &rfds, NULL, NULL, &tv);
414 if (rd == 1 && FD_ISSET(us, &rfds)) {
417 if (check_signal(us, ipnew, &ttlnew, &port)) {
453 close(us);
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c285 u_short us;
327 bcopy((char *) bp, (char *) &us, 2);
328 printf("%d", ntohs(us));
284 u_short us; local
/freebsd-11-stable/gnu/usr.bin/groff/tmac/
H A DMakefile43 hyphen.us hyphenex.us

Completed in 359 milliseconds

12345