/titanic_44/usr/src/uts/common/sys/ |
H A D | semaphore.h | 60 extern void sema_destroy(ksema_t *);
|
/titanic_44/usr/src/lib/libfakekernel/common/sys/ |
H A D | semaphore.h | 57 #define sema_destroy ksema_destroy macro
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | sema.c | 73 #pragma weak _sema_destroy = sema_destroy 75 sema_destroy(sema_t *sp) in sema_destroy() function
|
/titanic_44/usr/src/head/ |
H A D | synch.h | 123 int sema_destroy(sema_t *);
|
/titanic_44/usr/src/cmd/hotplugd/ |
H A D | hotplugd.c | 345 (void) sema_destroy(&signal_sem); in shutdown_daemon()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | bio.c | 430 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 D | semaphore.c | 109 sema_destroy(ksema_t *sp) in sema_destroy() function
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_doorclt.c | 104 sema_destroy(&iscsi_door_sema); in iscsi_door_term()
|
/titanic_44/usr/src/lib/libc/port/rt/ |
H A D | sem.c | 265 if ((error = sema_destroy((sema_t *)sem)) != 0) { in sem_destroy()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | lufs_log.c | 554 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 D | kctl_main.c | 105 sema_destroy(&kctl.kctl_wr_avail_sem); in kctl_fini()
|
/titanic_44/usr/src/lib/libpthread/common/ |
H A D | mapfile-vers | 212 sema_destroy { TYPE = FUNCTION };
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_conn.c | 371 sema_destroy(&vcp->vc_sendlock); in smb_vc_free()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_bmap.c | 1289 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 D | syn_common | 760 sema_destroy
|
/titanic_44/usr/src/lib/libthread/common/ |
H A D | mapfile-vers | 272 sema_destroy { TYPE = FUNCTION };
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_subr.c | 406 sema_destroy(&lfs->lfs_vfs.vfs_reflock); in freelfsnode()
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 765 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 D | fd.c | 545 sema_destroy(&fdp->d_ocsem); in fd_attach() 586 sema_destroy(&fdp->d_ocsem); in fd_detach()
|
H A D | fssnap.c | 2117 sema_destroy(&cmap->cmap_throttle_sem); in fssnap_delete_impl()
|
/titanic_44/usr/src/uts/common/io/nvme/ |
H A D | nvme.c | 796 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 D | zoneadmd.c | 2089 (void) sema_destroy(&shstate->sem); in main()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei_lv.c | 696 sema_destroy(&xch->xch_sema); in fcoei_transport()
|
/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhci.c | 832 sema_destroy(&uhcip->uhci_ocsem); in uhci_cleanup()
|
/titanic_44/usr/src/man/man9f/ |
H A D | Makefile | 1129 sema_destroy.9f \ 1947 sema_destroy.9f := LINKSRC = semaphore.9f
|