Searched refs:dl_mode_buf (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | dl.c | 62 conv_dl_mode(int mode, int fabricate, Conv_dl_mode_buf_t *dl_mode_buf) argument 76 NULL, sizeof (dl_mode_buf->buf), leading_str_arr }; 80 conv_arg.buf = dl_mode_buf->buf; 100 return ((const char *)dl_mode_buf->buf);
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | dlfcns.c | 81 Conv_dl_mode_buf_t dl_mode_buf; local 102 conv_dl_mode(mode, 0, &dl_mode_buf));
|
H A D | files.c | 41 Conv_dl_mode_buf_t dl_mode_buf; local 49 conv_dl_mode(MODE(lmp), 1, &dl_mode_buf)); 573 Conv_dl_mode_buf_t dl_mode_buf; local 581 conv_dl_mode(mode, 0, &dl_mode_buf));
|
Completed in 46 milliseconds