Searched defs:status (Results 501 - 525 of 1989) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_delete.c73 int status; local
91 status = __bt_bdelete(t, key);
113 status = __bt_dleaf(t, NULL, h, c->pg.index);
115 if (NEXTINDEX(h) == 0 && status == RET_SUCCESS) {
120 h, status == RET_SUCCESS ? MPOOL_DIRTY : 0);
128 if (status == RET_SUCCESS)
130 return (status);
550 int curcopy, status; local
569 if ((status = __bt_ret(t, &e,
571 return (status);
[all...]
H A Dbt_seq.c116 int status; local
135 status = __bt_seqadv(t, &e, flags);
142 status = __bt_seqset(t, &e, key, flags);
149 if (status == RET_SUCCESS) {
152 status =
164 return (status);
584 int status; local
589 status = bt_rcgrowstk(rc);
590 if (status != RET_SUCCESS)
591 return status;
644 int status; local
733 int status; local
830 int status; local
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Ddbm.c210 int status; local
217 status = (db->get)(db, &k, &r, 0);
221 status = (db->get)(db, (DBT *)&key, (DBT *)&retval, 0);
223 if (status) {
239 int status; local
245 status = (db->seq)(db, &k, &r, R_FIRST);
251 status = (db->seq)(db, (DBT *)&retkey, (DBT *)&retdata, R_FIRST);
253 if (status)
267 int status; local
273 status
296 int status; local
[all...]
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfmode.c260 int pid, status; local
270 status = 0;
280 while ((pid = waitpid(p->pid,&status,0)) == -1 && errno == EINTR)
283 status = -1;
302 return status;
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_ndd.c99 int status; local
112 status = mip->mi_callbacks->mc_getprop(mip->mi_driver,
116 if (status != 0)
118 status = mac_prop_info((mac_handle_t)mip,
122 if (status != 0)
190 int status = EINVAL; local
210 status = ENOMEM;
228 status = 0;
261 status = 0;
267 status
333 int status, i; local
[all...]
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto.c283 int status; local
286 status = ieee80211_crypto_delkey_locked(ic, key);
288 return (status);
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric.c312 int status; local
319 status = ENOTSUP;
323 status = EINVAL;
326 return (status);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dfault_iso.c131 int status; local
136 if ((status = mod_remove(&modlinkage)) == 0)
139 return (status);
208 resp_msg.status = FMA_CPU_STAT_ILLEGAL;
219 resp_msg.status = FMA_CPU_STAT_ILLEGAL;
225 resp_msg.status = FMA_CPU_STAT_ONLINE;
236 resp_msg.status = FMA_CPU_STAT_ILLEGAL;
242 resp_msg.status = FMA_CPU_STAT_OFFLINE;
279 resp_msg.status = FMA_CPU_STAT_OFFLINE;
283 resp_msg.status
[all...]
H A Dvdsk_common.c97 int status; local
101 status = (*dev->vdisk_ioctl)(dev->vdisk, cmd, (uintptr_t)arg);
103 return (status);
215 int nparts, status; local
228 status = vd_efi_ioctl(dev, DKIOCGETEFI, &dk_efi);
230 if (status == EINVAL) {
248 status = vd_efi_ioctl(dev, DKIOCGETEFI, &dk_efi);
250 if (status == 0)
254 if (status != 0) {
255 VD_EFI_DEBUG("DKIOCGETEFI (GPT, LBA=1) error %d\n", status);
[all...]
H A Dvio_util.c311 int status; local
344 status = vio_create_mblks(vmultip->nbuf_tbl[i],
346 if (status != 0) {
350 return (status);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Ddds.h87 uint64_t status; member in struct:dds_share_resp_msg
91 * status values
H A Dfault_iso.h51 /* FMA CPU status codes */
59 uint32_t status; member in struct:__anon10336
79 /* FMA status codes */
87 uint32_t status; member in struct:__anon10338
/illumos-gate/usr/src/uts/sun/sys/dada/targets/
H A Ddadpriv.h56 * dadkio_status status value.
59 int status; member in struct:dadkio_status
69 int status; member in struct:dadkio_status32
87 struct dadkio_status status; member in struct:dadkio_rwcmd
96 struct dadkio_status32 status; member in struct:dadkio_rwcmd32
101 * dadkio_status status values
/illumos-gate/usr/src/uts/sun4u/opl/io/oplpanel/
H A Doplpanel.c137 int status; local
141 status = ddi_soft_state_init(&panelstates,
143 if (status != 0) {
146 return (status);
149 status = mod_install(&modlinkage);
150 if (status != 0) {
154 return (status);
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dio_heci.c118 rets = file_ext->status;
285 rets = dev->iamthif_file_ext.status;
349 rets = file_ext->status;
536 if ((dev->pthi_read_complete_list.status == 0) &&
836 int status = 0; local
849 if (dev->pthi_cmd_list.status == 0 &&
863 status = pthi_write(dev, priv_cb_pos);
864 if (status != 0) {
865 DBG("pthi write failed status = %d\n",
866 status);
[all...]
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_acpi.c56 int status = AE_ERROR; local
67 status = acpica_get_handle(dip, &pcibus_obj);
68 if (status != AE_OK) {
109 ACPI_STATUS status = AE_NOT_FOUND; local
118 if ((status = AcpiGetHandle(busobj, "_OSC", osc_hdlp)) == AE_OK)
123 status = AE_NOT_FOUND;
125 return (status);
139 ACPI_STATUS status; local
187 status = AcpiEvaluateObjectTyped(osc_hdl, NULL, &arglist, &rb,
189 if (status !
231 int status; local
260 int status; local
287 int status; local
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_dma.c38 * grap the PCI-IDE status byte
312 uchar_t status; local
316 * Get the current PCIIDE status
318 status = PCIIDE_STATUS_GET(ata_ctlp->ac_bmhandle, ata_ctlp->ac_bmaddr);
319 tmp = status & PCIIDE_BMISX_MASK;
323 bmaddr, status));
339 return (status);
346 uchar_t status; local
349 * Get the PCIIDE DMA controller's current status
351 status
375 uchar_t status; local
[all...]
H A Datapi_fsm.c47 uchar_t status, int dma_complete);
88 * State | dataout idle cdb datain status
101 /* invalid dataout idle cdb invalid datain status future */
118 * State | dataout idle cdb datain status
135 /* invalid dataout idle cdb invalid datain status future */
257 /* got good status */
261 ADBG_WARN(("atapi_start_cmd: 0x%x status 0x%x error 0x%x\n",
519 * check status of completed command
526 uchar_t status,
533 if (status
523 atapi_status( ata_ctl_t *ata_ctlp, ata_pkt_t *ata_pktp, uchar_t status, int dma_completion) argument
684 uchar_t status; local
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_scsa.c72 int status; local
75 status = ddi_dma_sync(gcmdp->cmd_dma_handle, 0, 0,
78 if (status != DDI_SUCCESS) {
/illumos-gate/usr/src/cmd/logger/
H A Dlogger.c136 int status = 0; local
297 status = 1;
301 return (status);
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_align.c85 short status; local
123 * the printer status from the Spooler. We'll be changing the
124 * status of the printer and queue and will have to restore
210 (void)getmessage (buffer, R_ALLOC_FILES, &status, &file_prefix);
212 switch (status) {
298 (void)getmessage (buffer, R_PRINT_REQUEST, &status, &req_id, &printer_chk);
300 switch (status) {
364 LP_ERRMSG1 (ERROR, E_LP_BADSTATUS, status);
H A Ddo_printer.c718 int fd, status; local
748 waitpid(pid, &status, 0);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp2.c59 ushort status; local
69 status = MNODEST;
74 status = MERRDEST;
78 status = MNODEST;
151 status = MOK;
154 status = MOK;
156 pps->status = PS_DISABLED | PS_REJECTED;
165 status = MOK;
168 status = MNOSPACE;
172 mputm (md, R_LOAD_PRINTER, status);
218 ushort status; local
304 local_printer_status(MESG *md, PSTATUS *pps, short status) argument
370 ushort status; local
464 ushort status; local
[all...]
H A Ddisp3.c238 ushort status; local
249 status = MNODEST;
253 status = MNOTRAY;
257 status = MBUSY;
261 status = MNOMEM;
271 status = MOK;
274 status = MNOMEM;
278 status = MOK;
281 mputm(md, R_MAX_TRAYS, status);
292 ushort status; local
338 ushort status; local
393 ushort status; local
444 ushort status; local
490 ushort status; local
598 ushort status; local
655 ushort status; local
762 ushort status; local
[all...]
H A Ddisp4.c43 ushort status; local
55 if ((pps->status & PS_REJECTED) == 0)
56 status = MERRDEST;
58 pps->status &= ~PS_REJECTED;
61 status = MOK;
68 if ((pcs->status & CS_REJECTED) == 0)
69 status = MERRDEST;
71 pcs->status &= ~CS_REJECTED;
74 status = MOK;
78 status
93 ushort status; local
146 ushort status; local
179 status; local
232 ushort status; local
341 status; local
432 ushort status; local
459 ushort status; local
488 ushort status; local
[all...]

Completed in 134 milliseconds

<<21222324252627282930>>