Home
last modified time | relevance | path

Searched refs:sema_destroy (Results 1 – 25 of 50) sorted by relevance

12

/titanic_44/usr/src/uts/common/sys/
H A Dsemaphore.h60 extern void sema_destroy(ksema_t *);
/titanic_44/usr/src/lib/libfakekernel/common/sys/
H A Dsemaphore.h57 #define sema_destroy ksema_destroy macro
/titanic_44/usr/src/lib/libc/port/threads/
H A Dsema.c73 #pragma weak _sema_destroy = sema_destroy
75 sema_destroy(sema_t *sp) in sema_destroy() function
/titanic_44/usr/src/head/
H A Dsynch.h123 int sema_destroy(sema_t *);
/titanic_44/usr/src/cmd/hotplugd/
H A Dhotplugd.c345 (void) sema_destroy(&signal_sem); in shutdown_daemon()
/titanic_44/usr/src/uts/common/os/
H A Dbio.c430 sema_destroy(&bp->b_sem); in brelse()
431 sema_destroy(&bp->b_io); in brelse()
1393 sema_destroy(&bp->b_sem); in pageio_done()
1394 sema_destroy(&bp->b_io); in pageio_done()
2013 sema_destroy(&bp->b_io); in biofini()
2014 sema_destroy(&bp->b_sem); in biofini()
H A Dsemaphore.c109 sema_destroy(ksema_t *sp) in sema_destroy() function
/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_doorclt.c104 sema_destroy(&iscsi_door_sema); in iscsi_door_term()
/titanic_44/usr/src/lib/libc/port/rt/
H A Dsem.c265 if ((error = sema_destroy((sema_t *)sem)) != 0) { in sem_destroy()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c554 sema_destroy(&bp->b_sem); in free_cirbuf()
555 sema_destroy(&bp->b_io); in free_cirbuf()
564 sema_destroy(&bp->b_sem); in free_cirbuf()
565 sema_destroy(&bp->b_io); in free_cirbuf()
/titanic_44/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_main.c105 sema_destroy(&kctl.kctl_wr_avail_sem); in kctl_fini()
/titanic_44/usr/src/lib/libpthread/common/
H A Dmapfile-vers212 sema_destroy { TYPE = FUNCTION };
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c371 sema_destroy(&vcp->vc_sendlock); in smb_vc_free()
/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c1289 sema_destroy(&bp->b_io); in ud_zero_it()
1290 sema_destroy(&bp->b_sem); in ud_zero_it()
/titanic_44/usr/src/lib/c_synonyms/
H A Dsyn_common760 sema_destroy
/titanic_44/usr/src/lib/libthread/common/
H A Dmapfile-vers272 sema_destroy { TYPE = FUNCTION };
/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c406 sema_destroy(&lfs->lfs_vfs.vfs_reflock); in freelfsnode()
/titanic_44/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c765 sema_destroy(&(info->sema[count])); in hsfs_ra_task()
1467 sema_destroy(&fio_done[count]); in hsfs_getapage()
/titanic_44/usr/src/uts/common/io/
H A Dfd.c545 sema_destroy(&fdp->d_ocsem); in fd_attach()
586 sema_destroy(&fdp->d_ocsem); in fd_detach()
H A Dfssnap.c2117 sema_destroy(&cmap->cmap_throttle_sem); in fssnap_delete_impl()
/titanic_44/usr/src/uts/common/io/nvme/
H A Dnvme.c796 sema_destroy(&qp->nq_sema); in nvme_free_qpair()
2443 sema_destroy(&nvme->n_abort_sema); in nvme_init()
3071 sema_destroy(&nvme->n_abort_sema); in nvme_detach()
/titanic_44/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c2089 (void) sema_destroy(&shstate->sem); in main()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c696 sema_destroy(&xch->xch_sema); in fcoei_transport()
/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c832 sema_destroy(&uhcip->uhci_ocsem); in uhci_cleanup()
/titanic_44/usr/src/man/man9f/
H A DMakefile1129 sema_destroy.9f \
1947 sema_destroy.9f := LINKSRC = semaphore.9f

12