Home
last modified time | relevance | path

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

12

/titanic_41/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)
/titanic_41/usr/src/cmd/spell/
H A Dhashcheck.c49 fetch(void) in fetch() function
98 a = fetch(); in main()
100 a = fetch(); in main()
H A Dhashlook.c45 #define fetch(wp, bp)\ macro
48 #define fetch(wp, bp) ((wp[0] << (B - bp)) | (wp[1] >> bp)) macro
/titanic_41/usr/src/head/rpcsvc/
H A Ddbm.h70 datum fetch(datum);
78 datum fetch();
/titanic_41/usr/src/ucbhead/
H A Ddbm.h79 datum fetch(datum);
87 datum fetch();
/titanic_41/usr/src/cmd/prtconf/
H A Dprt_xxx.c137 init_priv_data(struct di_priv_data *fetch) in init_priv_data() argument
140 fetch->version = DI_PRIVDATA_VERSION_0; in init_priv_data()
141 fetch->n_driver = 0; in init_priv_data()
142 fetch->driver = NULL; in init_priv_data()
144 fetch->n_parent = nprt_priv_data; in init_priv_data()
145 fetch->parent = ppd_format; in init_priv_data()
H A Dpdevinfo.c168 struct di_priv_data fetch; in prtconf_devinfo() local
211 init_priv_data(&fetch); in prtconf_devinfo()
212 root_node = di_init_impl(rootpath, flag, &fetch); in prtconf_devinfo()
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.c622 qlt_dma_handle_t *fetch; in qlt_ddi_dma_nextcookie() local
628 fetch = qsgl->handle_next_fetch; in qlt_ddi_dma_nextcookie()
629 if (fetch->num_cookies_fetched == 0) { in qlt_ddi_dma_nextcookie()
630 *cookiep = fetch->first_cookie; in qlt_ddi_dma_nextcookie()
632 ddi_dma_nextcookie(fetch->dma_handle, cookiep); in qlt_ddi_dma_nextcookie()
634 if (++fetch->num_cookies_fetched == fetch->num_cookies) { in qlt_ddi_dma_nextcookie()
635 if (fetch->next == NULL) in qlt_ddi_dma_nextcookie()
638 qsgl->handle_next_fetch = fetch->next; in qlt_ddi_dma_nextcookie()
/titanic_41/usr/src/cmd/diff/
H A Ddiff.c147 static void fetch(long *, int, int, int, char *, int);
893 fetch(ixold, a, b, 0, "< ", 1); in change()
897 fetch(ixnew, c, d, 1, opt == D_NORMAL?"> ":empty, 0); in change()
916 fetch(long *f, int a, int b, int filen, char *s, int oldfile) in fetch() function
1154 fetch(ixold, lowa, b, 0, uflag ? " " : " ", 1); in dump_context_vec()
1156 fetch(ixnew, c, d, 1, "+", 0); in dump_context_vec()
1158 fetch(ixold, lowa, a - 1, 0, uflag ? " " : in dump_context_vec()
1160 fetch(ixold, a, b, 0, uflag ? "-" : "- ", 1); in dump_context_vec()
1164 fetch(ixold, lowa, a-1, 0, uflag ? " " : " ", in dump_context_vec()
1167 fetch(ixold, a, b, 0, "-", 1); in dump_context_vec()
[all …]
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumponline.c221 mapfile(fd, offset, bytes, fetch) in mapfile() argument
225 int fetch; /* start faulting in pages */
275 if (!fetch)
/titanic_41/usr/src/cmd/col/
H A Dcol.c70 static void fetch(int);
480 fetch(int lno) in fetch() function
591 fetch(ll); in incr()
599 fetch(ll); in decr()
/titanic_41/usr/src/ucblib/libdbm/
H A Dmapfile-vers51 fetch;
H A Ddbm.c143 fetch(datum key) in fetch() function
/titanic_41/usr/src/lib/efcode/engine/
H A Dactions.c146 fetch(env); in do_defer()
/titanic_41/usr/src/uts/sun4v/ml/
H A Dmach_interrupt.s87 ! Load interrupt receive data registers 1 and 2 to fetch
/titanic_41/usr/src/uts/sun4u/ml/
H A Dmach_interrupt.s115 ! Load interrupt receive data registers 1 and 2 to fetch
/titanic_41/usr/src/lib/libnsl/yp/
H A Ddbm.c140 fetch(datum key) in fetch() function
/titanic_41/usr/src/cmd/oawk/
H A DREADME93 4. The loader flag -lm is used to fetch the standard
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dproto.h128 FNPROTO(fetch);
/titanic_41/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
/titanic_41/usr/src/lib/libnsl/common/
H A Dmapfile-vers218 fetch;
/titanic_41/usr/src/cmd/sendmail/db/
H A Ddb.h951 #define fetch(a) __db_dbm_fetch(a) macro

12