Home
last modified time | relevance | path

Searched full:wd (Results 1 – 25 of 196) sorted by relevance

12345678

/freebsd/tests/sys/kern/
H A Dinotify_test.c82 consume_event_cookie(int ifd, int wd, unsigned int event, unsigned int flags, in consume_event_cookie() argument
106 ATF_REQUIRE_MSG(ev->wd == wd, in consume_event_cookie()
107 "expected wd %d, got %d", wd, ev->wd); in consume_event_cookie()
122 consume_event(int ifd, int wd, unsigned int event, unsigned int flags, in consume_event() argument
125 (void)consume_event_cookie(ifd, wd, event, flags, name); in consume_event()
189 int fd, wd; in watch_file() local
196 wd = inotify_add_watch(ifd, path, events); in watch_file()
197 ATF_REQUIRE(wd != -1); in watch_file()
199 return (wd); in watch_file()
206 int wd; in watch_dir() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrFormats.td32 bits<5> wd;
39 let Inst{10-6} = wd;
45 bits<5> wd;
52 let Inst{10-6} = wd;
58 bits<5> wd;
65 let Inst{10-6} = wd;
71 bits<5> wd;
78 let Inst{10-6} = wd;
84 bits<5> wd;
89 let Inst{10-6} = wd;
[all …]
H A DMipsMSAInstrInfo.td380 def muladd : PatFrag<(ops node:$wd, node:$ws, node:$wt),
381 (add node:$wd, (mul node:$ws, node:$wt))>;
383 def mulsub : PatFrag<(ops node:$wd, node:$ws, node:$wt),
384 (sub node:$wd, (mul node:$ws, node:$wt))>;
1105 dag OutOperandList = (outs ROWD:$wd);
1107 string AsmString = !strconcat(instr_asm, "\t$wd, $ws, $m");
1108 list<dag> Pattern = [(set ROWD:$wd, (OpNode ROWS:$ws, Imm:$m))];
1116 dag OutOperandList = (outs ROWD:$wd);
1118 string AsmString = !strconcat(instr_asm, "\t$wd, $ws, $m");
1119 list<dag> Pattern = [(set ROWD:$wd, (OpNode ROWS:$ws, Imm:$m))];
[all …]
H A DMSA.txt72 bmz.v wd, ws, wt/i8 -> (vselect wt/i8, wd, ws)
73 bmnz.v wd, ws, wt/i8 -> (vselect wt/i8, ws, wd)
74 bsel.v wd, ws, wt/i8 -> (vselect wd, wt/i8, ws)
H A DMipsScheduleP5600.td398 // fexdo.[hw], fexupl.[wd], fexupr.[wd]
403 // fclass.[wd], fmax.[wd], fmax_a.[wd], fmin.[wd], fmin_a.[wd], flog2.[wd]
471 // frcp.[wd], frsqrt.[wd]
[all...]
/freebsd/usr.sbin/config/
H A Dmkmakefile.cc388 configword wd; in read_file() local
419 wd = get_word(fp); in read_file()
420 if (wd.eof()) { in read_file()
424 if (wd.eol()) in read_file()
426 if (wd[0] == '#') in read_file()
428 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_file()
432 if (eq(wd, "include")) { in read_file()
433 wd = get_quoted_word(fp); in read_file()
434 if (wd.eof() || wd.eol()) in read_file()
437 wd->c_str()); in read_file()
[all …]
H A Dmkoptions.cc364 configword wd; in read_option_file() local
378 while (!(wd = get_word(fp)).eof()) { in read_option_file()
379 if (wd.eol()) in read_option_file()
381 if (wd[0] == '#') { in read_option_file()
382 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_option_file()
386 optname = ns(wd); in read_option_file()
387 wd = get_word(fp); in read_option_file()
388 if (wd.eof()) { in read_option_file()
392 if (wd.eol()) { in read_option_file()
404 val = ns(wd); in read_option_file()
/freebsd/usr.bin/systat/
H A Dsysput.c40 sysputspaces(WINDOW *wd, int row, int lcol, int width) in sysputspaces() argument
45 mvwaddstr(wd, row, lcol, str60 + sizeof(str60) - width - 1); in sysputspaces()
49 sysputstrs(WINDOW *wd __unused, int row, int lcol, int width) in sysputstrs()
55 * XXX wnd instead of wd? in sysputstrs()
61 sysputXs(WINDOW *wd __unused, int row, int lcol, int width) in sysputXs()
67 * XXX wnd instead of wd? in sysputXs()
73 sysputuint64(WINDOW *wd, int row, int lcol, int width, uint64_t val, int flags) in sysputuint64() argument
92 mvwaddstr(wd, row, lcol, start); in sysputuint64()
96 sysputstrs(wd, row, lcol, width); in sysputuint64()
100 sysputwuint64(WINDOW *wd, int row, int lcol, int width, uint64_t val, int flags) in sysputwuint64() argument
[all …]
/freebsd/sys/contrib/dev/rtw89/
H A Dtxrx.h68 /* TX WD BODY DWORD 0 */
81 /* TX WD BODY DWORD 1 */
87 /* TX WD BODY DWORD 2 */
93 /* TX WD BODY DWORD 3 */
98 /* TX WD BODY DWORD 4 */
102 /* TX WD BODY DWORD 5 */
108 /* TX WD BODY DWORD 6 (V1) */
110 /* TX WD BODY DWORD 7 (V1) */
116 /* TX WD INFO DWORD 0 */
128 /* TX WD INF
[all...]
/freebsd/usr.bin/ruptime/
H A Druptime.c181 struct whod *wd; in ruptime() local
211 wd = &hsp->hs_wd; in ruptime()
212 cc = read(fd, wd, sizeof(*wd)); in ruptime()
217 if (host != NULL && strcasecmp(wd->wd_hostname, host) != 0) in ruptime()
219 if (LEFTEARTH(wd->wd_recvtime)) in ruptime()
222 if (hostnamewidth < (int)strlen(wd->wd_hostname)) in ruptime()
223 hostnamewidth = (int)strlen(wd->wd_hostname); in ruptime()
227 w = iwidth(wd->wd_loadav[i] / 100) + 3; in ruptime()
231 for (hsp->hs_nusers = 0, we = &wd->wd_we[0]; in ruptime()
232 (char *)(we + 1) <= (char *)wd + cc; we++) in ruptime()
[all …]
/freebsd/sys/kern/
H A Dvfs_inotify.c132 int wd; /* unique ID */ member
153 if (a->wd < b->wd) in inotify_watch_cmp()
155 else if (a->wd > b->wd) in inotify_watch_cmp()
514 inotify_alloc_record(uint32_t wd, const char *name, size_t namelen, int event, in inotify_alloc_record() argument
525 evp->wd = wd; in inotify_alloc_record()
543 prev->ev.wd == evp->wd && prev->ev.cookie == evp->cookie && in inotify_can_coalesce()
552 evp->wd = -1; in inotify_overflow_event()
614 rec = inotify_alloc_record(watch->wd, name, namelen, event, cookie, in inotify_log_one()
629 rec = inotify_alloc_record(watch->wd, NULL, 0, in inotify_log_one()
643 key.wd = watch->wd; in inotify_log_one()
[all …]
/freebsd/tools/test/stress2/misc/
H A Drangelocks2.sh27 wd="$mntpoint/$prog.dir"
28 mkdir -p $wd
29 dd if=/dev/zero of=$wd/file bs=1m count=5k status=none
33 cd $wd
34 touch $wd/out
35 /tmp/$prog $wd/file $wd/out; s=$?
42 rm -rf /tmp/$prog $wd
H A Drangelocks.sh29 wd="$mntpoint/$prog.dir"
30 mkdir -p $wd
31 dd if=/dev/zero of=$wd/file bs=1m count=5k status=none
35 cd $wd
36 /tmp/$prog $wd/file; s=$?
43 rm -rf /tmp/$prog $wd
H A Dwrite.sh65 wd=`dirname $diskimage`
66 wd="$wd/write.dir"
67 rm -rf $wd
68 mkdir -p $wd
70 (cd $wd; /tmp/write)
73 rm -rf /tmp/write $wd
H A Dexeci386.sh37 wd=/tmp/execi386.dir
38 mkdir -p $wd
40 cd $wd
85 rm -rf $wd
H A Dsignal.sh38 wd=/tmp/signal.dir
39 rm -rf $wd
40 mkdir -p $wd
41 cd $wd
246 rm -rf $wd /tmp/waitthread
H A Dnfs16.sh53 wd=$mntpoint/nfs16.dir
54 rm -rf $wd
55 mkdir $wd
57 (cd $wd; /tmp/nfs16)
58 rm -rf $wd
/freebsd/contrib/bearssl/T0/
H A DWordData.cs63 WordData wd = TC.Lookup(baseBlobName) as WordData; in Resolve()
64 if (wd == null) { in Resolve()
69 wd.Resolve(); in Resolve()
70 blob = wd.blob; in Resolve()
71 offset += wd.offset; in Resolve()
/freebsd/usr.sbin/rwhod/
H A Drwhod.c344 struct whod wd; in receiver_process() local
366 cc = recvfrom(s, &wd, sizeof(wd), 0, (struct sockaddr *)&from, in receiver_process()
383 if (wd.wd_vers != WHODVERSION) in receiver_process()
385 if (wd.wd_type != WHODTYPE_STATUS) in receiver_process()
387 if (!verify(wd.wd_hostname, sizeof(wd.wd_hostname))) { in receiver_process()
392 (void) snprintf(path, sizeof(path), "whod.%s", wd.wd_hostname); in receiver_process()
414 wd.wd_sendtime = ntohl(wd.wd_sendtime); in receiver_process()
416 wd.wd_loadav[i] = ntohl(wd.wd_loadav[i]); in receiver_process()
417 wd.wd_boottime = ntohl(wd.wd_boottime); in receiver_process()
418 we = wd.wd_we; in receiver_process()
[all …]
/freebsd/share/examples/inotify/
H A Dinotify.c103 int wd; in main() local
105 wd = inotify_add_watch(ifd, argv[i], IN_ALL_EVENTS); in main()
106 if (wd < 0) in main()
156 xo_emit("{:wd/%3d} {:event/%16s} {:name/%s}\n", in main()
157 iev1->wd, ev, iev1->len > 0 ? iev1->name : ""); in main()
/freebsd/crypto/krb5/doc/pdf/
H A Dsphinxlatexgraphics.sty49 \ifdim \wd\spx@image@box>\linewidth
57 *\linewidth/\wd\spx@image@box sp}%
63 {\the\numexpr\wd\spx@image@box
79 {\the\numexpr\wd\spx@image@box
92 \wd\spx@image@box\spx@image@requiredwidth
/freebsd/tools/test/stress2/lib/
H A Dmain.c191 if (stat(op->wd, &sb) == -1) { in main()
192 if (mkdir(op->wd, 0770) == -1) in main()
194 err(1, "mkdir(%s) %s:%d", op->wd, __FILE__, __LINE__); in main()
196 errx(1, "No RWX access to %s", op->wd); in main()
204 if (chdir(op->wd) == -1) in main()
205 err(1, "chdir(%s) %s:%d", op->wd, __FILE__, __LINE__); in main()
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dwd,mbl-gpio.txt8 - compatible: should be "wd,mbl-gpio"
24 compatible = "wd,mbl-gpio";
32 compatible = "wd,mbl-gpio";
/freebsd/usr.bin/rwho/
H A Drwho.c53 #define WHDRSIZE (ssize_t)(sizeof(wd) - sizeof(wd.wd_we))
60 static struct whod wd; variable
63 char myhost[sizeof(wd.wd_hostname)];
90 w = &wd; in main()
137 cc = read(f, (char *)&wd, sizeof(struct whod)); in main()
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok341 wd
342 wd.wd

12345678