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

12345

/freebsd-11-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-11-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-11-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-11-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-11-stable/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-11-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-11-stable/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-11-stable/sys/arm/at91/
H A Dat91_pitreg.h45 void at91_pit_delay(int us);
/freebsd-11-stable/tests/sys/geom/class/gate/
H A Dggate_test.sh21 us=$(alloc_ggate_dev)
34 atf_check ggatec create -p $PORT -u $us 127.0.0.1 /dev/$work
36 ggate_dev=/dev/ggate${us}
64 us=$(alloc_ggate_dev)
70 atf_check ggatel create -u $us work
72 ggate_dev=/dev/ggate${us}
100 us=$(alloc_ggate_dev)
109 atf_check ggatel create -u $us /dev/$work
111 ggate_dev=/dev/ggate${us}
135 local us
[all...]
/freebsd-11-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-11-stable/share/vt/keymaps/
H A DMakefile80 us.acc.kbd \
81 us.ctrl.kbd \
82 us.dvorak.kbd \
83 us.dvorakl.kbd \
84 us.dvorakp.kbd \
85 us.dvorakr.kbd \
86 us.dvorakx.kbd \
87 us.emacs.kbd \
88 us.kbd \
89 us
[all...]
/freebsd-11-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-11-stable/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect46 ftp://ftp4.us.freebsd.org "IPv6 USA"\
129 ftp://ftp1.us.freebsd.org "USA #1"\
130 ftp://ftp2.us.freebsd.org "USA #2"\
131 ftp://ftp3.us.freebsd.org "USA #3"\
132 ftp://ftp4.us.freebsd.org "USA #4"\
133 ftp://ftp5.us.freebsd.org "USA #5"\
134 ftp://ftp6.us.freebsd.org "USA #6"\
135 ftp://ftp8.us.freebsd.org "USA #8"\
136 ftp://ftp10.us.freebsd.org "USA #10"\
137 ftp://ftp11.us
[all...]
/freebsd-11-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-11-stable/usr.bin/fetch/
H A Dfetch.c431 struct url_stat us; local
524 r = fetchStat(url, &us, flags);
533 if (us.size == -1)
536 printf("%jd\n", (intmax_t)us.size);
575 f = fetchXGet(url, &us, flags);
597 if (us.size == -1) {
599 } else if (us.size != S_size) {
601 URL, (intmax_t)S_size, (intmax_t)us.size);
615 if (us.size == -1 && !o_stdout && v_level > 0)
621 if (us
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/bin/ed/
H A Dbuf.c277 unsigned char *us; local
281 for (us = (unsigned char *) s; len-- > 0; us++)
282 *us = ctab[*us];
/freebsd-11-stable/contrib/gcc/
H A Dfp-test.c73 volatile unsigned short us; variable
117 us = f1;
128 f1 = us;
163 us = d1;
174 d1 = us;
209 us = D1;
220 D1 = us;
/freebsd-11-stable/tools/tools/net80211/wesside/dics/
H A Ddics.c302 int s, us; local
336 us = socket (PF_INET, SOCK_DGRAM, IPPROTO_UDP);
344 if (bind (us, (struct sockaddr*)&s_in, sizeof(s_in)) == -1) {
350 if (setsockopt(us, IPPROTO_IP, IP_RECVTTL, &rd, sizeof(rd)) == -1) {
406 FD_SET(us, &rfds);
409 rd = select(us+1, &rfds, NULL, NULL, &tv);
414 if (rd == 1 && FD_ISSET(us, &rfds)) {
417 if (check_signal(us, ipnew, &ttlnew, &port)) {
453 close(us);
/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.127 # 250 Kimmo Suominen <"|/usr/local/mh/lib/slocal -user kim"@grendel.tac.nyc.ny.us>
312 # it would have expanded things for us
424 local($us,@so,$nh,@remaining_users);
481 local($us,$fallhost,$oldhost,$ft,$i);
495 $us = "$user *** $host";
496 if (defined $fellback{$us}) {
502 $fallhost = $fellback{$us};
503 print "Already $method fell back from $us -> \n" if $debug;
504 $us = "$user *** $fallhost";
506 } elsif (($method eq 'mx') && (defined $mxbacktrace{$us})
[all...]

Completed in 143 milliseconds

12345