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

12345

/freebsd-10.3-release/contrib/bmake/mk/
H A Dmeta.sys.mk90 # we are not interested in make telling us a failure happened elsewhere
H A Dmeta.autodep.mk83 # if it isn't supposed to be touched by us the Makefile should have
172 # do _not_ assume that .depend is in any fit state for us to use
H A Ddpadd.mk24 # DPLIBS helps us ensure we keep DPADD and LDADD in sync
H A Dmeta.stage.mk28 # this allows us to trace dependencies back to their src dir
H A Dgendirdeps.mk207 # to us as $SRCTOP/bsd/sys/$MACHINE_ARCH/include meaning we
/freebsd-10.3-release/lib/libfetch/
H A Dcommon.c1227 const char *name, struct url_stat *us)
1249 memcpy(&tmp->stat, us, sizeof(*us));
1226 fetch_add_entry(struct url_ent **p, int *size, int *len, const char *name, struct url_stat *us) argument
/freebsd-10.3-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c570 ar9300_set_slot_time(struct ath_hal *ah, u_int us) argument
573 if (us < HAL_SLOT_TIME_9 || us > ar9300_mac_to_usec(ah, 0xffff)) {
574 HALDEBUG(ah, HAL_DEBUG_RESET, "%s: bad slot time %u\n", __func__, us);
579 OS_REG_WRITE(ah, AR_D_GBL_IFS_SLOT, ar9300_mac_to_clks(ah, us));
580 ahp->ah_slot_time = us;
586 ar9300_set_ack_timeout(struct ath_hal *ah, u_int us) argument
590 if (us > ar9300_mac_to_usec(ah, MS(0xffffffff, AR_TIME_OUT_ACK))) {
591 HALDEBUG(ah, HAL_DEBUG_RESET, "%s: bad ack timeout %u\n", __func__, us);
597 AR_TIME_OUT, AR_TIME_OUT_ACK, ar9300_mac_to_clks(ah, us));
[all...]
/freebsd-10.3-release/sys/cam/ctl/
H A Dctl_backend_block.c1823 off_t ps, pss, po, pos, us, uss, uo, uos; local
1868 us = ps = vattr.va_blocksize;
1887 ctl_expand_number(value, &us);
1891 uss = us / cbe_lun->blocksize;
1893 if ((uss > 0) && (uss * cbe_lun->blocksize == us) && (uss >= uos) &&
1923 off_t ps, pss, po, pos, us, uss, uo, uos, otmp; local
2034 us = ps;
2053 ctl_expand_number(value, &us);
2057 uss = us / cbe_lun->blocksize;
2059 if ((uss > 0) && (uss * cbe_lun->blocksize == us)
[all...]
/freebsd-10.3-release/sys/compat/ndis/
H A Dsubr_ndis.c551 unicode_string *us; local
568 us = &p->ncp_parmdata.ncp_stringdata;
577 if (RtlAnsiStringToUnicodeString(us, &as, TRUE)) {
920 * machine check. The 1us delay in the loop below
979 unicode_string us; local
993 RtlInitUnicodeString(&us, (uint16_t *)str);
995 &us, TRUE) == STATUS_SUCCESS)
2784 * us since the kernel appears to us as just another module.
/freebsd-10.3-release/contrib/file/src/
H A Dfile.h157 unsigned char us[MAXstring]; member in union:VALUETYPE
/freebsd-10.3-release/sys/dev/sound/pci/
H A Dmaestro.c121 unsigned us : 1; /* in unsigned format */ member in struct:agg_chinfo
348 DELAY(2); /* 20.8us / 13 */
596 DELAY(104); /* 20.8us * (4 + 1) */
623 DELAY(84); /* 20.8us * 4 */
878 if (ch->us)
1376 ch->stereo = ch->qs16 = ch->us = 0;
1382 ch->us = 1;
/freebsd-10.3-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc502 // http://msdn.microsoft.com/en-us/library/aa365247%28v=vs.85%29.aspx
H A DSignals.inc188 // http://msdn.microsoft.com/en-us/library/8hyw4sy7(v=vs.71).aspx
/freebsd-10.3-release/sys/conf/
H A Dkern.pre.mk58 # This hack lets us use the OpenBSD altq code without spamming a new
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dcommon.h379 unsigned int us)
381 return (us * adap->params.vpd.cclk) / 1000;
378 us_to_core_ticks(const struct adapter *adap, unsigned int us) argument
/freebsd-10.3-release/sys/dev/sfxge/
H A Dsfxge_ev.c525 sfxge_ev_qmoderate(struct sfxge_softc *sc, unsigned int idx, unsigned int us) argument
536 (void)efx_ev_qmoderate(eep, us);
941 "sfxge interrupt moderation (us)");
/freebsd-10.3-release/share/mk/
H A Dsys.mk344 # The following allows us to quietly ignore .NOPATH when not using bmake.
H A Dbsd.cpu.mk66 . if ${CPUTYPE} == "us"
H A Dbsd.own.mk597 # TODO(jmmv): Either fix make to allow us putting this override where it
/freebsd-10.3-release/contrib/libucl/src/
H A Ducl_util.c519 struct url_stat us; local
528 if ((in = fetchXGet (fetch_url, &us, "")) == NULL) {
537 *buflen = us.size;
/freebsd-10.3-release/crypto/openssl/crypto/
H A Dsparccpuid.S21 ! Keep in mind that this does not excuse us from wiping the stack!
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c478 ssent.us = NULL;
/freebsd-10.3-release/sbin/ping/
H A Dping.c1007 * Print out the packet, if it came from us. This logic is necessary
1282 u_short us; member in union:__anon6258
1305 sum += last.us;
/freebsd-10.3-release/sys/dev/msk/
H A Dif_mskreg.h2549 #define MSK_USECS(sc, us) ((sc)->msk_clock * (us))
/freebsd-10.3-release/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.

Completed in 182 milliseconds

12345