Searched refs:doswap (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_msgs_rev.c33 doswap(unsigned int n) function
117 header.magic = doswap(GNU_MAGIC);
118 header.revision = doswap(GNU_REVISION);
119 header.num_of_str = doswap(p->nmsg);
121 doswap(sizeof (struct gnu_msg_info));
122 header.off_msgstr_tbl = doswap(off_msgstr_tbl);
123 header.sz_hashtbl = doswap(hash_size);
124 header.off_hashtbl = doswap(off_hashtbl);
150 hash_tbl[idx] = doswap(i + 1);
155 id_tbl[i].len = doswap(
[all...]
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c626 xmapping_iter(struct ps_prochandle *Pr, proc_xmap_f *func, void *cd, int doswap) argument
664 if ((rc = func(cd, pmp, NULL, i == nmap - 1, doswap)) != 0) {
819 int last, int doswap)
929 int last, int doswap)
978 int last, int doswap)
1084 if (doswap)
1112 if (doswap)
1217 int last, int doswap)
1232 data->md_doswap = doswap;
816 look_smap(void *data, const prxmap_t *pmp, const char *object_name, int last, int doswap) argument
926 look_xmap(void *data, const prxmap_t *pmp, const char *object_name, int last, int doswap) argument
975 look_xmap_nopgsz(void *data, const prxmap_t *pmp, const char *object_name, int last, int doswap) argument
1216 gather_xmap(void *ignored, const prxmap_t *xmap, const char *objname, int last, int doswap) argument
/illumos-gate/usr/src/cmd/swap/
H A Dswap.c85 static int doswap(int flag);
221 ret = doswap(flag);
303 doswap(int flag) function
/illumos-gate/usr/src/lib/efcode/engine/
H A Dfcode.c146 branch_common(fcode_env_t *env, short direction, fstack_t which, int doswap) argument
157 if (doswap)

Completed in 67 milliseconds