Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dlsub.S55 ld [%o0+0],%o2 ! fetch lop.dl_hop
56 ld [%o0+4],%o3 ! fetch lop.dl_lop
57 ld [%o1+0],%o4 ! fetch rop.dl_hop
58 ld [%o1+4],%o5 ! fetch rop.dl_lop
H A Dladd.S56 ld [%o0+0],%o2 ! fetch lop.dl_hop
57 ld [%o0+4],%o3 ! fetch lop.dl_lop
58 ld [%o1+0],%o4 ! fetch rop.dl_hop
59 ld [%o1+4],%o5 ! fetch rop.dl_lop
H A Dlshiftl.S53 ld [%o0+0],%o2 ! fetch op.dl_hop
54 ld [%o0+4],%o3 ! fetch op.dl_lop
H A Dlsign.S45 ld [%o0],%o0 ! fetch op (high word only)
/illumos-gate/usr/src/cmd/spell/
H A Dhashcheck.c47 fetch(void) in fetch() function
96 a = fetch(); in main()
98 a = fetch(); in main()
H A Dhashlook.c43 #define fetch(wp, bp)\ macro
46 #define fetch(wp, bp) ((wp[0] << (B - bp)) | (wp[1] >> bp)) macro
/illumos-gate/usr/src/cmd/prtconf/
H A Dprt_xxx.c138 init_priv_data(struct di_priv_data *fetch) in init_priv_data() argument
141 fetch->version = DI_PRIVDATA_VERSION_0; in init_priv_data()
142 fetch->n_driver = 0; in init_priv_data()
143 fetch->driver = NULL; in init_priv_data()
145 fetch->n_parent = nprt_priv_data; in init_priv_data()
146 fetch->parent = ppd_format; in init_priv_data()
H A Dpdevinfo.c172 struct di_priv_data fetch; in prtconf_devinfo() local
214 init_priv_data(&fetch); in prtconf_devinfo()
215 root_node = di_init_impl(rootpath, flag, &fetch); in prtconf_devinfo()
/illumos-gate/usr/src/ucbhead/
H A Ddbm.h76 datum fetch(datum);
84 datum fetch();
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.c624 qlt_dma_handle_t *fetch; in qlt_ddi_dma_nextcookie() local
630 fetch = qsgl->handle_next_fetch; in qlt_ddi_dma_nextcookie()
631 if (fetch->num_cookies_fetched == 0) { in qlt_ddi_dma_nextcookie()
632 *cookiep = fetch->first_cookie; in qlt_ddi_dma_nextcookie()
634 ddi_dma_nextcookie(fetch->dma_handle, cookiep); in qlt_ddi_dma_nextcookie()
636 if (++fetch->num_cookies_fetched == fetch->num_cookies) { in qlt_ddi_dma_nextcookie()
637 if (fetch->next == NULL) in qlt_ddi_dma_nextcookie()
640 qsgl->handle_next_fetch = fetch->next; in qlt_ddi_dma_nextcookie()
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_stats.c106 bool fetch; in ena_stat_device_basic_update() local
114 fetch = gethrtime() - ena->ena_device_basic_stat_last_update > in ena_stat_device_basic_update()
118 if (!fetch) in ena_stat_device_basic_update()
515 bool fetch = false; in ena_m_stat() local
533 fetch = true; in ena_m_stat()
539 if (fetch) { in ena_m_stat()
/illumos-gate/usr/src/common/ficl/softcore/
H A Dclasses.fr120 \ fetch and store through the pointer
134 \ fetch and store through the pointer
147 \ fetch and store through the pointer
161 \ fetch and store through the pointer
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c904 fetch(ixold, a, b, 0, "< ", 1); in change()
1167 fetch(ixnew, c, d, 1, "+", 0); in dump_context_vec()
1169 fetch(ixold, lowa, a - 1, 0, uflag ? " " : in dump_context_vec()
1171 fetch(ixold, a, b, 0, uflag ? "-" : "- ", 1); in dump_context_vec()
1178 fetch(ixold, a, b, 0, "-", 1); in dump_context_vec()
1179 fetch(ixnew, c, d, 1, "+", 0); in dump_context_vec()
1181 fetch(ixold, a, b, 0, "! ", 1); in dump_context_vec()
1221 fetch(ixnew, lowc, d, 1, " ", 0); in dump_context_vec()
1225 fetch(ixnew, lowc, c - 1, 1, " ", 0); in dump_context_vec()
1226 fetch(ixnew, c, d, 1, in dump_context_vec()
[all …]
/illumos-gate/usr/src/cmd/col/
H A Dcol.c68 static void fetch(int);
478 fetch(int lno) in fetch() function
589 fetch(ll); in incr()
597 fetch(ll); in decr()
/illumos-gate/usr/src/head/rpcsvc/
H A Ddbm.h69 datum fetch(datum);
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dremove_mixed_up_pointer_params.pl40 $select_type->fetch();
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumponline.c215 mapfile(int fd, off_t offset, off_t bytes, int fetch) in mapfile() argument
265 if (!fetch) in mapfile()
/illumos-gate/usr/src/ucblib/libdbm/
H A Dmapfile-vers51 fetch;
H A Ddbm.c147 fetch(datum key) in fetch() function
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_interrupt.S102 ! Load interrupt receive data registers 1 and 2 to fetch
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_interrupt.S74 ! Load interrupt receive data registers 1 and 2 to fetch
/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c138 fetch(datum key) in fetch() function
/illumos-gate/usr/src/cmd/oawk/
H A DREADME92 4. The loader flag -lm is used to fetch the standard
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca_disp.in522 desc = L2 main tag array parity error on I$ fetch
538 desc = L2 main tag array parity error on D$ fetch
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h951 #define fetch(a) __db_dbm_fetch(a) macro

12