Searched refs:us (Results 76 - 100 of 121) sorted by relevance

12345

/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_block.c1815 off_t ps, pss, po, pos, us, uss, uo, uos; local
1860 us = ps = vattr.va_blocksize;
1879 ctl_expand_number(value, &us);
1883 uss = us / cbe_lun->blocksize;
1885 if ((uss > 0) && (uss * cbe_lun->blocksize == us) && (uss >= uos) &&
1915 off_t ps, pss, po, pos, us, uss, uo, uos, otmp; local
2026 us = ps;
2045 ctl_expand_number(value, &us);
2049 uss = us / cbe_lun->blocksize;
2051 if ((uss > 0) && (uss * cbe_lun->blocksize == us)
[all...]
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ndis.c552 unicode_string *us; local
569 us = &p->ncp_parmdata.ncp_stringdata;
578 if (RtlAnsiStringToUnicodeString(us, &as, TRUE)) {
924 * machine check. The 1us delay in the loop below
983 unicode_string us; local
997 RtlInitUnicodeString(&us, (uint16_t *)str);
999 &us, TRUE) == STATUS_SUCCESS)
2790 * us since the kernel appears to us as just another module.
/freebsd-11-stable/sys/dev/sound/pci/
H A Dmaestro.c116 unsigned us : 1; /* in unsigned format */ member in struct:agg_chinfo
346 DELAY(2); /* 20.8us / 13 */
594 DELAY(104); /* 20.8us * (4 + 1) */
621 DELAY(84); /* 20.8us * 4 */
876 if (ch->us)
1374 ch->stereo = ch->qs16 = ch->us = 0;
1380 ch->us = 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc783 // Newer versions of MacOSX have a flag that will allow us to read from
865 // The DTTOIF macro lets us reuse our status -> type conversion.
/freebsd-11-stable/contrib/file/src/
H A Dfile.h181 unsigned char us[MAXstring]; member in union:VALUETYPE
/freebsd-11-stable/share/mk/
H A Dmeta.stage.mk29 # this allows us to trace dependencies back to their src dir
H A Dgendirdeps.mk209 # to us as $SRCTOP/bsd/sys/$MACHINE_ARCH/include meaning we
H A Dbsd.cpu.mk79 . if ${CPUTYPE} == "us"
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm149 ja @skip ; no, packet to large for us
/freebsd-11-stable/contrib/bmake/mk/
H A Ddpadd.mk49 # DPLIBS helps us ensure we keep DPADD and LDADD in sync
H A Dgendirdeps.mk211 # to us as $SRCTOP/bsd/sys/$MACHINE_ARCH/include meaning we
H A Dmeta.stage.mk30 # this allows us to trace dependencies back to their src dir
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_impl.h87 __in uint32_t us,
108 __in unsigned int us);
H A Defx.h1616 __in uint32_t us,
1795 __in unsigned int us);
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_ev.c576 sfxge_ev_qmoderate(struct sfxge_softc *sc, unsigned int idx, unsigned int us) argument
587 (void)efx_ev_qmoderate(eep, us);
1007 "sfxge interrupt moderation (us)");
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c477 ssent.us = NULL;
/freebsd-11-stable/sbin/ping/
H A Dping.c1104 * Print out the packet, if it came from us. This logic is necessary
1380 u_short us; member in union:__anon3943
1403 sum += last.us;
/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/gdb/gdb/
H A Dwin32-nat.c210 enum target_signal us; member in struct:xlate_exception
1967 if (xlate[i].us == sig)
2017 /* Allow continuing with the same signal that interrupted us.
/freebsd-11-stable/sys/dev/msk/
H A Dif_mskreg.h2549 #define MSK_USECS(sc, us) ((sc)->msk_clock * (us))
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh430 * up for us first if they use some proprietary detection
596 * This would allow a specific driver to over-ride us.
/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/contrib/one-true-awk/
H A Drun.c1654 FILE *openfile(int a, const char *us) argument
1656 const char *s = us;
/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/crypto/openssl/apps/
H A Dapps.c2541 static JPAKE_CTX *jpake_init(const char *us, const char *them, argument
2560 ctx = JPAKE_CTX_new(us, them, p, g, q, bnsecret);

Completed in 307 milliseconds

12345