Searched refs:us (Results 1 - 25 of 128) sorted by relevance

123456

/freebsd-current/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,
H A Dd_c99_recursive_init.c6 short us; member in union:top::onion
12 { .i = 1, .c = 'a', .u = { .us = 2 } },
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tick-n/
H A Derr.D_PDESC_ZEROoneus.d32 * Call profile-us; less than 200 micro seconds.
40 profile-1us
42 printf(" Calling profile-us less than 200 micro seconds should fail\n");
H A Dtst.tickus.d32 * tick-2000us simple test.
41 tick-2000us
43 printf("This test is a simple tick-us provider test\n");
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Derr.D_PDESC_ZEROoneus.d32 * Call profile-us; less than 200 micro seconds.
40 profile-1us
42 printf(" Calling profile-us less than 200 micro seconds should fail\n");
H A Dtst.profileus.d32 * Simple profile-us simple test.
41 profile-200us
43 printf("This test is a simple profile-us provider test");
/freebsd-current/lib/libfetch/
H A Dfile.c43 fetchXGetFile(struct url *u, struct url_stat *us, const char *flags) argument
47 if (us && fetchStatFile(u, us, flags) == -1)
97 fetch_stat_file(const char *fn, struct url_stat *us) argument
101 us->size = -1;
102 us->atime = us->mtime = 0;
107 us->size = sb.st_size;
108 us->atime = sb.st_atime;
109 us
114 fetchStatFile(struct url *u, struct url_stat *us, const char *flags __unused) argument
123 struct url_stat us; local
[all...]
H A Dfetch.c76 fetchXGet(struct url *URL, struct url_stat *us, const char *flags) argument
79 if (us != NULL) {
80 us->size = -1;
81 us->atime = us->mtime = 0;
84 return (fetchXGetFile(URL, us, flags));
86 return (fetchXGetFTP(URL, us, flags));
88 return (fetchXGetHTTP(URL, us, flags));
90 return (fetchXGetHTTP(URL, us, flags));
130 fetchStat(struct url *URL, struct url_stat *us, cons argument
173 fetchXGetURL(const char *URL, struct url_stat *us, const char *flags) argument
218 fetchStatURL(const char *URL, struct url_stat *us, const char *flags) argument
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Ddelay.h78 fsleep(unsigned long us) argument
81 if (us < 10)
82 udelay(us);
84 usleep_range(us, us);
/freebsd-current/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-current/sys/amd64/include/
H A Dcsan.h66 kcsan_md_delay(uint64_t us) argument
70 * early delay function may cause us to recurse on a spin lock
75 DELAY(us);
/freebsd-current/lib/libkiconv/
H A Dxlat16_iconv.c155 int us, ls, ret; local
186 for (us = 0 ; us < 0x80 ; us++) {
194 c = ((ls & 0x100 ? us | 0x80 : us) << 8) | (u_char)ls;
203 table[us] = c | XLAT16_HAS_LOWER_CASE;
208 table[us] = c | XLAT16_HAS_UPPER_CASE;
210 table[us] = 0;
214 if (table[us])
[all...]
/freebsd-current/tests/sys/netgraph/
H A Dksocket.c57 int ds, cs, us; local
59 ATF_REQUIRE((us = socket(PF_INET, SOCK_DGRAM, 0)) > 0);
60 ATF_REQUIRE(bind(us, &sa, sizeof(sa)) == 0);
61 ATF_REQUIRE(getsockname(us, &sa, &slen) == 0);
74 hellocheck(ds, us);
85 int ds, cs, us; local
102 ATF_REQUIRE((us = socket(PF_INET, SOCK_DGRAM, 0)) > 0);
103 ATF_REQUIRE(connect(us, (struct sockaddr *)rep->data,
106 hellocheck(us, ds);
/freebsd-current/tests/sys/geom/class/gate/
H A Dggate_test.sh20 us=$(alloc_ggate_dev)
26 atf_check ggatec create -p $PORT -u $us localhost /dev/$work
27 ggate_dev=/dev/ggate${us}
58 us=$(alloc_ggate_dev)
71 atf_check ggatec create -p $PORT -u $us 127.0.0.1 /dev/$work
73 ggate_dev=/dev/ggate${us}
101 us=$(alloc_ggate_dev)
107 atf_check ggatel create -u $us work
109 ggate_dev=/dev/ggate${us}
137 us
[all...]
/freebsd-current/lib/libc/locale/
H A Dutf8.c96 _UTF8State *us; local
100 us = (_UTF8State *)ps;
102 if (us->want < 0 || us->want > 6) {
117 if (us->want == 0) {
157 want = us->want;
158 lbound = us->lbound;
165 if (us->want == 0)
168 wch = us->ch;
170 for (i = (us
213 _UTF8State *us; local
294 _UTF8State *us; local
356 _UTF8State *us; local
[all...]
/freebsd-current/sbin/ping/
H A Dutils.c49 u_short us; member in union:__anon219
76 sum += last.us;
/freebsd-current/share/vt/keymaps/
H A DMakefile81 us.acc.kbd \
82 us.ctrl.kbd \
83 us.dvorak.kbd \
84 us.dvorakl.kbd \
85 us.dvorakp.kbd \
86 us.dvorakr.kbd \
87 us.dvorakx.kbd \
88 us.emacs.kbd \
89 us.kbd \
90 us
[all...]
/freebsd-current/lib/libc/tests/nss/
H A Dgetusershell_test.c101 free_usershell(struct usershell *us) argument
103 free(us->path);
107 sdump_usershell(struct usershell *us, char *buffer, size_t buflen) argument
109 snprintf(buffer, buflen, "%s", us->path);
113 dump_usershell(struct usershell *us) argument
115 if (us != NULL) {
117 sdump_usershell(us, buffer, sizeof(buffer));
124 usershell_read_snapshot_func(struct usershell *us, char *line) argument
127 us->path = strdup(line);
128 ATF_REQUIRE(us
[all...]
/freebsd-current/sys/arm64/include/
H A Dcsan.h63 kcsan_md_delay(uint64_t us) argument
65 DELAY(us);
/freebsd-current/tests/sys/kern/
H A Dsendfile_test.sh159 us=$1
162 atf_check -o ignore -e ignore newfs -b $BSIZE -U -j /dev/${us}
163 atf_check mount /dev/${us} $MNT
168 atf_check gnop create /dev/${us}
169 atf_check mount /dev/${us}.nop $MNT
/freebsd-current/share/syscons/keymaps/
H A DMakefile52 us.iso.kbd us.dvorak.kbd us.dvorakl.kbd us.dvorakr.kbd us.dvorakp.kbd \
53 us.dvorakx.kbd us.emacs.kbd us.pc-ctrl.kbd us.unix.kbd us
[all...]
/freebsd-current/usr.bin/fetch/
H A Dfetch.c428 struct url_stat us; local
524 r = fetchStat(url, &us, flags);
533 if (us.size == -1)
536 printf("%jd\n", (intmax_t)us.size);
579 f = fetchXGet(url, &us, flags);
601 if (us.size == -1) {
603 } else if (us.size != S_size) {
605 URL, (intmax_t)S_size, (intmax_t)us.size);
619 if (us.size == -1 && !o_stdout && v_level > 0)
625 if (us
[all...]
/freebsd-current/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c423 ar5211SetSifsTime(struct ath_hal *ah, u_int us) argument
427 if (us > ath_hal_mac_usec(ah, 0xffff)) {
429 __func__, us);
434 OS_REG_WRITE(ah, AR_D_GBL_IFS_SIFS, ath_hal_mac_clks(ah, us));
435 ahp->ah_slottime = us;
448 ar5211SetSlotTime(struct ath_hal *ah, u_int us) argument
452 if (us < HAL_SLOT_TIME_9 || us > ath_hal_mac_usec(ah, 0xffff)) {
454 __func__, us);
455 ahp->ah_slottime = us; /* restor
473 ar5211SetAckTimeout(struct ath_hal *ah, u_int us) argument
520 ar5211SetCTSTimeout(struct ath_hal *ah, u_int us) argument
[all...]
/freebsd-current/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c420 ar5210SetSifsTime(struct ath_hal *ah, u_int us) argument
424 if (us > ath_hal_mac_usec(ah, 0x7ff)) {
426 __func__, us);
432 ath_hal_mac_clks(ah, us));
433 ahp->ah_sifstime = us;
446 ar5210SetSlotTime(struct ath_hal *ah, u_int us) argument
450 if (us < HAL_SLOT_TIME_9 || us > ath_hal_mac_usec(ah, 0xffff)) {
452 __func__, us);
457 OS_REG_WRITE(ah, AR_SLOT_TIME, ath_hal_mac_clks(ah, us));
471 ar5210SetAckTimeout(struct ath_hal *ah, u_int us) argument
518 ar5210SetCTSTimeout(struct ath_hal *ah, u_int us) argument
[all...]
/freebsd-current/bin/ed/
H A Dbuf.c275 unsigned char *us; local
279 for (us = (unsigned char *) s; len-- > 0; us++)
280 *us = ctab[*us];

Completed in 376 milliseconds

123456