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

12345

/freebsd-9.3-release/sys/dev/sfxge/
H A Dsfxge_ev.c451 sfxge_ev_qmoderate(struct sfxge_softc *sc, unsigned int idx, unsigned int us) argument
462 (void)efx_ev_qmoderate(eep, us);
843 "sfxge interrupt moderation (us)");
/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_util.c417 struct url_stat us; local
426 if ((in = fetchXGet (fetch_url, &us, "")) == NULL) {
435 *buflen = us.size;
/freebsd-9.3-release/lib/libfetch/
H A Dcommon.c1214 const char *name, struct url_stat *us)
1236 memcpy(&tmp->stat, us, sizeof(*us));
1213 fetch_add_entry(struct url_ent **p, int *size, int *len, const char *name, struct url_stat *us) argument
/freebsd-9.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-9.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-9.3-release/contrib/file/src/
H A Dfile.h155 unsigned char us[MAXstring]; member in union:VALUETYPE
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddpadd.mk24 # DPLIBS helps us ensure we keep DPADD and LDADD in sync
H A Dmeta.stage.mk26 # this allows us to trace dependencies back to their src dir
H A Dgendirdeps.mk196 # to us as $SRCTOP/bsd/sys/$MACHINE_ARCH/include meaning we
/freebsd-9.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-9.3-release/share/mk/
H A Dbsd.cpu.mk66 . if ${CPUTYPE} == "us"
H A Dsys.mk332 # The following allows us to quietly ignore .NOPATH when not using bmake.
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dcommon.h378 unsigned int us)
380 return (us * adap->params.vpd.cclk) / 1000;
377 us_to_core_ticks(const struct adapter *adap, unsigned int us) argument
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c478 ssent.us = NULL;
/freebsd-9.3-release/sbin/ping/
H A Dping.c1006 * Print out the packet, if it came from us. This logic is necessary
1281 u_short us; member in union:__anon5478
1304 sum += last.us;
/freebsd-9.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.
/freebsd-9.3-release/etc/
H A Dservices1592 gv-us 1369/tcp #GlobalView to Unix Shell
1593 gv-us 1369/udp #GlobalView to Unix Shell
1594 us-gv 1370/tcp #Unix Shell to GlobalView
1595 us-gv 1370/udp #Unix Shell to GlobalView
/freebsd-9.3-release/share/examples/drivers/
H A Dmake_device_driver.sh431 * up for us first if they use some proprietary detection
597 * This would allow a specific driver to over-ride us.
/freebsd-9.3-release/sys/dev/msk/
H A Dif_mskreg.h2554 #define MSK_USECS(sc, us) ((sc)->msk_clock * (us))
/freebsd-9.3-release/crypto/openssl/apps/
H A Dapps.c2224 static JPAKE_CTX *jpake_init(const char *us, const char *them, argument
2243 ctx = JPAKE_CTX_new(us, them, p, g, q, bnsecret);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dresolver.c262 * us from pounding constantly on a particular set of
264 * us useful responses, but are responding in such a
1318 unsigned int us; local
1325 us = 800000;
1327 us = (800000 << (fctx->restarts - 2));
1343 if (us < rtt)
1344 us = rtt;
1349 if (us > MAX_SINGLE_QUERY_TIMEOUT_US)
1350 us = MAX_SINGLE_QUERY_TIMEOUT_US;
1352 seconds = us / US_PER_SE
[all...]
/freebsd-9.3-release/contrib/one-true-awk/
H A Drun.c1652 FILE *openfile(int a, const char *us) argument
1654 const char *s = us;
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec616 configuration file syntax requires us to specify it with HostKey if we
/freebsd-9.3-release/usr.bin/calendar/calendars/fr_FR.ISO8859-1/
H A Dcalendar.fetes235 04/22 Bonne f�te aux Ca�us !

Completed in 387 milliseconds

12345