Searched defs:fetch (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/spell/ |
H A D | hashlook.c | 43 #define fetch(wp, bp)\ macro 46 #define fetch(wp, bp) ((wp[0] << (B - bp)) | (wp[1] >> bp)) macro
|
H A D | hashcheck.c | 47 fetch(void) in fetch() function
|
/illumos-gate/usr/src/uts/common/io/ena/ |
H A D | ena_stats.c | 106 bool fetch; in ena_stat_device_basic_update() local 515 bool fetch = false; in ena_m_stat() local
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumponline.c | 215 mapfile(int fd, off_t offset, off_t bytes, int fetch) in mapfile()
|
/illumos-gate/usr/src/cmd/prtconf/ |
H A D | prt_xxx.c | 138 init_priv_data(struct di_priv_data *fetch) in init_priv_data()
|
H A D | pdevinfo.c | 172 struct di_priv_data fetch; in prtconf_devinfo() local
|
/illumos-gate/usr/src/cmd/col/ |
H A D | col.c | 478 fetch(int lno) in fetch() function
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | dbm.c | 138 fetch(datum key) in fetch() function
|
/illumos-gate/usr/src/ucblib/libdbm/ |
H A D | dbm.c | 147 fetch(datum key) in fetch() function
|
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt_dma.c | 624 qlt_dma_handle_t *fetch; in qlt_ddi_dma_nextcookie() local
|
/illumos-gate/usr/src/cmd/diff/ |
H A D | diff.c | 927 fetch(long *f, int a, int b, int filen, char *s, int oldfile) in fetch() function
|
/illumos-gate/usr/src/cmd/sendmail/db/ |
H A D | db.h | 951 #define fetch(a) __db_dbm_fetch(a) macro
|