Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/spell/
H A Dhashlook.c43 #define fetch(wp, bp)\ macro
46 #define fetch(wp, bp) ((wp[0] << (B - bp)) | (wp[1] >> bp)) macro
H A Dhashcheck.c47 fetch(void) in fetch() function
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_stats.c106 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 Ddumponline.c215 mapfile(int fd, off_t offset, off_t bytes, int fetch) in mapfile()
/illumos-gate/usr/src/cmd/prtconf/
H A Dprt_xxx.c138 init_priv_data(struct di_priv_data *fetch) in init_priv_data()
H A Dpdevinfo.c172 struct di_priv_data fetch; in prtconf_devinfo() local
/illumos-gate/usr/src/cmd/col/
H A Dcol.c478 fetch(int lno) in fetch() function
/illumos-gate/usr/src/ucblib/libdbm/
H A Ddbm.c147 fetch(datum key) in fetch() function
/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c138 fetch(datum key) in fetch() function
/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
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c927 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 Ddb.h951 #define fetch(a) __db_dbm_fetch(a) macro