Symbol: fetch
usr/src/cmd/backup/dump/dumponline.c
215
mapfile(int fd, off_t offset, off_t bytes, int fetch)
usr/src/cmd/backup/dump/dumponline.c
265
if (!fetch)
usr/src/cmd/col/col.c
589
fetch(ll);
usr/src/cmd/col/col.c
597
fetch(ll);
usr/src/cmd/col/col.c
68
static void fetch(int);
usr/src/cmd/diff/diff.c
1165
fetch(ixold, lowa, b, 0, uflag ? " " : " ", 1);
usr/src/cmd/diff/diff.c
1167
fetch(ixnew, c, d, 1, "+", 0);
usr/src/cmd/diff/diff.c
1169
fetch(ixold, lowa, a - 1, 0, uflag ? " " :
usr/src/cmd/diff/diff.c
1171
fetch(ixold, a, b, 0, uflag ? "-" : "- ", 1);
usr/src/cmd/diff/diff.c
1175
fetch(ixold, lowa, a-1, 0, uflag ? " " : " ",
usr/src/cmd/diff/diff.c
1178
fetch(ixold, a, b, 0, "-", 1);
usr/src/cmd/diff/diff.c
1179
fetch(ixnew, c, d, 1, "+", 0);
usr/src/cmd/diff/diff.c
1181
fetch(ixold, a, b, 0, "! ", 1);
usr/src/cmd/diff/diff.c
1188
fetch(ixold, b+1, upb, 0, uflag ? " " : " ", 1);
usr/src/cmd/diff/diff.c
1221
fetch(ixnew, lowc, d, 1, " ", 0);
usr/src/cmd/diff/diff.c
1225
fetch(ixnew, lowc, c - 1, 1, " ", 0);
usr/src/cmd/diff/diff.c
1226
fetch(ixnew, c, d, 1,
usr/src/cmd/diff/diff.c
1234
fetch(ixnew, d + 1, upd, 1, " ", 0);
usr/src/cmd/diff/diff.c
149
static void fetch(long *, int, int, int, char *, int);
usr/src/cmd/diff/diff.c
904
fetch(ixold, a, b, 0, "< ", 1);
usr/src/cmd/diff/diff.c
908
fetch(ixnew, c, d, 1, opt == D_NORMAL?"> ":empty, 0);
usr/src/cmd/prtconf/pdevinfo.c
172
struct di_priv_data fetch;
usr/src/cmd/prtconf/pdevinfo.c
214
init_priv_data(&fetch);
usr/src/cmd/prtconf/pdevinfo.c
215
root_node = di_init_impl(rootpath, flag, &fetch);
usr/src/cmd/prtconf/prt_xxx.c
138
init_priv_data(struct di_priv_data *fetch)
usr/src/cmd/prtconf/prt_xxx.c
141
fetch->version = DI_PRIVDATA_VERSION_0;
usr/src/cmd/prtconf/prt_xxx.c
142
fetch->n_driver = 0;
usr/src/cmd/prtconf/prt_xxx.c
143
fetch->driver = NULL;
usr/src/cmd/prtconf/prt_xxx.c
145
fetch->n_parent = nprt_priv_data;
usr/src/cmd/prtconf/prt_xxx.c
146
fetch->parent = ppd_format;
usr/src/cmd/spell/hashcheck.c
96
a = fetch();
usr/src/cmd/spell/hashcheck.c
98
a = fetch();
usr/src/head/rpcsvc/dbm.h
69
datum fetch(datum);
usr/src/ucbhead/dbm.h
76
datum fetch(datum);
usr/src/ucbhead/dbm.h
84
datum fetch();
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
624
qlt_dma_handle_t *fetch;
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
630
fetch = qsgl->handle_next_fetch;
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
631
if (fetch->num_cookies_fetched == 0) {
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
632
*cookiep = fetch->first_cookie;
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
634
ddi_dma_nextcookie(fetch->dma_handle, cookiep);
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
636
if (++fetch->num_cookies_fetched == fetch->num_cookies) {
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
637
if (fetch->next == NULL)
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
640
qsgl->handle_next_fetch = fetch->next;
usr/src/uts/common/io/ena/ena_stats.c
106
bool fetch;
usr/src/uts/common/io/ena/ena_stats.c
114
fetch = gethrtime() - ena->ena_device_basic_stat_last_update >
usr/src/uts/common/io/ena/ena_stats.c
118
if (!fetch)
usr/src/uts/common/io/ena/ena_stats.c
515
bool fetch = false;
usr/src/uts/common/io/ena/ena_stats.c
533
fetch = true;
usr/src/uts/common/io/ena/ena_stats.c
539
if (fetch) {