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

12345678

/freebsd-10-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,
H A Dd_c99_recursive_init.c6 short us; member in union:top::onion
12 { .i = 1, .c = 'a', .u = { .us = 2 } },
/freebsd-10-stable/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-10-stable/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-10-stable/sys/boot/arm/at91/libat91/
H A Ddelay.c35 Delay(int us) argument
40 later = (now + us / 25 + 1) & AT91C_ST_CRTV;
/freebsd-10-stable/tests/sys/geom/class/nop/
H A Dnop_test.sh39 us=$(alloc_md)
40 atf_check gnop create /dev/${us}
41 md_secsize=$(diskinfo ${us} | cut -wf 2)
42 md_mediasize=$(diskinfo ${us} | cut -wf 3)
43 md_stripesize=$(diskinfo ${us} | cut -wf 5)
44 nop_secsize=$(diskinfo ${us}.nop | cut -wf 2)
45 nop_mediasize=$(diskinfo ${us}.nop | cut -wf 3)
46 nop_stripesize=$(diskinfo ${us}.nop | cut -wf 5)
65 us=$(alloc_md)
66 atf_check gnop create /dev/${us}
[all...]
/freebsd-10-stable/lib/libfetch/
H A Dfile.c44 fetchXGetFile(struct url *u, struct url_stat *us, const char *flags) argument
48 if (us && fetchStatFile(u, us, flags) == -1)
98 fetch_stat_file(const char *fn, struct url_stat *us) argument
102 us->size = -1;
103 us->atime = us->mtime = 0;
108 us->size = sb.st_size;
109 us->atime = sb.st_atime;
110 us
115 fetchStatFile(struct url *u, struct url_stat *us, const char *flags __unused) argument
124 struct url_stat us; local
[all...]
H A Dfetch.c75 fetchXGet(struct url *URL, struct url_stat *us, const char *flags) argument
78 if (us != NULL) {
79 us->size = -1;
80 us->atime = us->mtime = 0;
83 return (fetchXGetFile(URL, us, flags));
85 return (fetchXGetFTP(URL, us, flags));
87 return (fetchXGetHTTP(URL, us, flags));
89 return (fetchXGetHTTP(URL, us, flags));
129 fetchStat(struct url *URL, struct url_stat *us, cons argument
172 fetchXGetURL(const char *URL, struct url_stat *us, const char *flags) argument
217 fetchStatURL(const char *URL, struct url_stat *us, const char *flags) argument
[all...]
/freebsd-10-stable/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-10-stable/lib/libc/locale/
H A Dutf8.c95 _UTF8State *us; local
99 us = (_UTF8State *)ps;
101 if (us->want < 0 || us->want > 6) {
116 if (us->want == 0) {
156 want = us->want;
157 lbound = us->lbound;
164 if (us->want == 0)
167 wch = us->ch;
168 for (i = (us
211 _UTF8State *us; local
292 _UTF8State *us; local
354 _UTF8State *us; local
[all...]
/freebsd-10-stable/sys/arm/at91/
H A Dat91_pitreg.h45 void at91_pit_delay(int us);
/freebsd-10-stable/tests/sys/geom/class/gate/
H A Dggate_test.sh19 us=$(alloc_ggate_dev)
32 atf_check ggatec create -p $PORT -u $us 127.0.0.1 /dev/$work
34 ggate_dev=/dev/ggate${us}
60 us=$(alloc_ggate_dev)
66 atf_check ggatel create -u $us work
68 ggate_dev=/dev/ggate${us}
94 us=$(alloc_ggate_dev)
103 atf_check ggatel create -u $us /dev/$work
105 ggate_dev=/dev/ggate${us}
129 local us
[all...]
/freebsd-10-stable/tools/regression/lib/libc/nss/
H A Dtest-getusershell.c107 free_usershell(struct usershell *us) argument
109 free(us->path);
113 sdump_usershell(struct usershell *us, char *buffer, size_t buflen) argument
115 snprintf(buffer, buflen, "%s", us->path);
119 dump_usershell(struct usershell *us) argument
121 if (us != NULL) {
123 sdump_usershell(us, buffer, sizeof(buffer));
130 usershell_read_snapshot_func(struct usershell *us, char *line) argument
132 us->path = strdup(line);
133 assert(us
[all...]
/freebsd-10-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-10-stable/share/vt/keymaps/
H A DMakefile79 us.acc.kbd \
80 us.ctrl.kbd \
81 us.dvorak.kbd \
82 us.dvorakl.kbd \
83 us.dvorakp.kbd \
84 us.dvorakr.kbd \
85 us.dvorakx.kbd \
86 us.emacs.kbd \
87 us.kbd \
88 us
[all...]
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dstih41x-b2020.dtsi52 i2c-min-scl-pulse-width-us = <0>;
53 i2c-min-sda-pulse-width-us = <5>;
73 snps,reset-delays-us = <0 10000 10000>;
H A Dstih418-b2199.dts74 st,i2c-min-scl-pulse-width-us = <0>;
75 st,i2c-min-sda-pulse-width-us = <5>;
H A Dstihxxx-b2120.dtsi55 st,i2c-min-scl-pulse-width-us = <0>;
56 st,i2c-min-sda-pulse-width-us = <5>;
H A Dstih41x-b2000.dtsi47 i2c-min-scl-pulse-width-us = <0>;
48 i2c-min-sda-pulse-width-us = <5>;
60 snps,reset-delays-us = <0 10000 10000>;
70 snps,reset-delays-us = <0 10000 10000>;
76 st,debounce-us = <5000>;
/freebsd-10-stable/usr.bin/xlint/lint2/
H A Dhash.c77 const u_char *us; local
80 for (us = (const u_char *)s; *us != '\0'; us++) {
81 v = (v << sizeof (v)) + *us;
/freebsd-10-stable/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect46 ftp://ftp4.us.freebsd.org "IPv6 USA"\
144 ftp://ftp1.us.freebsd.org "USA #1"\
145 ftp://ftp2.us.freebsd.org "USA #2"\
146 ftp://ftp3.us.freebsd.org "USA #3"\
147 ftp://ftp4.us.freebsd.org "USA #4"\
148 ftp://ftp5.us.freebsd.org "USA #5"\
149 ftp://ftp6.us.freebsd.org "USA #6"\
150 ftp://ftp8.us.freebsd.org "USA #8"\
151 ftp://ftp10.us.freebsd.org "USA #10"\
152 ftp://ftp11.us
[all...]
/freebsd-10-stable/share/syscons/keymaps/
H A DMakefile50 us.iso.kbd us.dvorak.kbd us.dvorakl.kbd us.dvorakr.kbd us.dvorakp.kbd \
51 us.dvorakx.kbd us.emacs.kbd us.pc-ctrl.kbd us.unix.kbd us
[all...]
/freebsd-10-stable/usr.bin/fetch/
H A Dfetch.c402 struct url_stat us; local
495 r = fetchStat(url, &us, flags);
504 if (us.size == -1)
507 printf("%jd\n", (intmax_t)us.size);
546 f = fetchXGet(url, &us, flags);
567 if (us.size == -1) {
569 } else if (us.size != S_size) {
571 URL, (intmax_t)S_size, (intmax_t)us.size);
585 if (us.size == -1 && !o_stdout && v_level > 0)
591 if (us
[all...]

Completed in 197 milliseconds

12345678