/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | ladd.s | 56 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 D | lsign.s | 45 ld [%o0],%o0 ! fetch op (high word only)
|
H A D | lsub.s | 55 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 D | lshiftl.s | 53 ld [%o0+0],%o2 ! fetch op.dl_hop 54 ld [%o0+4],%o3 ! fetch op.dl_lop
|
/illumos-gate/usr/src/ucbhead/ |
H A D | dbm.h | 76 datum fetch(datum); 84 datum fetch();
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | hashcheck.c | 49 fetch(void) function 98 a = fetch(); 100 a = fetch();
|
H A D | hashlook.c | 45 #define fetch(wp, bp)\ macro 48 #define fetch(wp, bp) ((wp[0] << (B - bp)) | (wp[1] >> bp)) macro 71 * bp -= decode((fetch(wp, bp) >> 1) & MASK, &t);
|
/illumos-gate/usr/src/head/rpcsvc/ |
H A D | dbm.h | 69 datum fetch(datum);
|
/illumos-gate/usr/src/cmd/prtconf/ |
H A D | prt_xxx.c | 137 init_priv_data(struct di_priv_data *fetch) argument 140 fetch->version = DI_PRIVDATA_VERSION_0; 141 fetch->n_driver = 0; 142 fetch->driver = NULL; 144 fetch->n_parent = nprt_priv_data; 145 fetch->parent = ppd_format;
|
H A D | pdevinfo.c | 30 * For machines that support the openprom, fetch and print the list 168 struct di_priv_data fetch; local 211 init_priv_data(&fetch); 212 root_node = di_init_impl(rootpath, flag, &fetch);
|
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt_dma.c | 622 qlt_dma_handle_t *fetch; local 628 fetch = qsgl->handle_next_fetch; 629 if (fetch->num_cookies_fetched == 0) { 630 *cookiep = fetch->first_cookie; 632 ddi_dma_nextcookie(fetch->dma_handle, cookiep); 634 if (++fetch->num_cookies_fetched == fetch->num_cookies) { 635 if (fetch->next == NULL) 638 qsgl->handle_next_fetch = fetch->next; 644 * Set this flag to fetch th [all...] |
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumponline.c | 34 * Uncomment if using mmap'ing of files for pre-fetch. 221 mapfile(fd, offset, bytes, fetch) 225 int fetch; /* start faulting in pages */ 227 /*LINTED [c used during pre-fetch faulting]*/ 230 extern int caught; /* pre-fetch until set */ 275 if (!fetch) 281 * Touch each page to pre-fetch by faulting. At least 296 "FILE TRUNCATED (fault): Interrupting pre-fetch\n"));
|
/illumos-gate/usr/src/cmd/diff/ |
H A D | diff.c | 147 static void fetch(long *, int, int, int, char *, int); 893 fetch(ixold, a, b, 0, "< ", 1); 897 fetch(ixnew, c, d, 1, opt == D_NORMAL?"> ":empty, 0); 916 fetch(long *f, int a, int b, int filen, char *s, int oldfile) function 1153 /* the behavior of fetch() */ 1154 fetch(ixold, lowa, b, 0, uflag ? " " : " ", 1); 1156 fetch(ixnew, c, d, 1, "+", 0); 1158 fetch(ixold, lowa, a - 1, 0, uflag ? " " : 1160 fetch(ixold, a, b, 0, uflag ? "-" : "- ", 1); 1163 /* the behavior of fetch() */ [all...] |
/illumos-gate/usr/src/cmd/col/ |
H A D | col.c | 70 static void fetch(int); 480 fetch(int lno) function 591 fetch(ll); 599 fetch(ll);
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | actions.c | 38 * value_fetch and value_store are the same as "fetch" and "store", but 146 fetch(env);
|
H A D | forth.c | 1550 fetch(fcode_env_t *env) function 2582 ANSI(0x06d, 0, "@", fetch);
|
/illumos-gate/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 128 FNPROTO(fetch); variable
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | dbm.c | 140 fetch(datum key) function
|
/illumos-gate/usr/src/ucblib/libdbm/ |
H A D | dbm.c | 143 fetch(datum key) function
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | mach_interrupt.s | 87 ! Load interrupt receive data registers 1 and 2 to fetch
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | mach_interrupt.s | 115 ! Load interrupt receive data registers 1 and 2 to fetch
|
/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/ |
H A D | kaif_startup.s | 300 * on all of our target machines, so we have to use the KDI to fetch the
|
/illumos-gate/usr/src/cmd/sendmail/db/ |
H A D | db.h | 951 #define fetch(a) __db_dbm_fetch(a) macro
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/ |
H A D | memcpy.s | 2085 ldd [%o4], %d0 ! fetch partial word
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 961 datum fetch(datum key);
|