Searched refs:errorcode (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nis_hashitem.c | 64 int errorcode; in __nis_init_hash_table() local 67 errorcode = pthread_mutex_init(&table->lock, 0); in __nis_init_hash_table() 68 if (errorcode != 0) { in __nis_init_hash_table() 71 errorcode, strerror(errorcode)); in __nis_init_hash_table() 74 errorcode = pthread_cond_init(&table->cond, 0); in __nis_init_hash_table() 75 if (errorcode != 0) { in __nis_init_hash_table() 78 errorcode, strerror(errorcode)); in __nis_init_hash_table() 81 errorcode = pthread_mutex_init(&table->traverser_id_lock, 0); in __nis_init_hash_table() 82 if (errorcode != 0) { in __nis_init_hash_table() 86 errorcode, strerror(errorcode)); in __nis_init_hash_table()
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_reloc.c | 168 pci_dma_relocerr(caddr_t va, uint_t len, uint_t errorcode, void *mpvoid) in pci_dma_relocerr() argument 171 if (errorcode == HAT_CB_ERR_LEAKED) { in pci_dma_relocerr()
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | tclsqlite.test | 38 …ogus": must be authorizer, busy, changes, close, commit_hook, complete, errorcode, eval, function,…
|
H A D | interrupt.test | 50 set ::code [db errorcode]
|
H A D | auth.test | 38 db errorcode 54 db errorcode 1764 db errorcode
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor.c | 968 uint64_t errorcode; in tavor_hw_init() local 1119 &errorcode, TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_init() 1125 status, errorcode); in tavor_hw_init() 1128 "0x%" PRIx64 "\n", status, errorcode); in tavor_hw_init()
|
H A D | tavor_cmd.c | 1157 uint64_t *errorcode, uint_t sleepflag) in tavor_sys_en_cmd_post() argument 1179 *errorcode = cmd.cp_outparm; in tavor_sys_en_cmd_post()
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_cmd.h | 628 uint64_t *errorcode, uint_t sleepflag);
|