Searched defs:close (Results 1 - 25 of 56) sorted by last modified time

123

/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h63 #define close _close macro
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h174 SMB_COM_DECL(close); variable
/illumos-gate/usr/src/boot/lib/libstand/
H A Dclose.c1 /* $NetBSD: close.c,v 1.7 1997/01/22 00:38:09 cgd Exp $ */
34 * @(#)close.c 8.1 (Berkeley) 6/11/93
69 close(int fd) function
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzguts.h42 # define close _close macro
/illumos-gate/usr/src/boot/sys/boot/userboot/
H A Duserboot.h82 int (*close)(void *arg, void *h); member in struct:loader_callbacks
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c615 close(int fildes) function
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java643 // possible to call close() on a consumer that has
882 * close()} a running consumer while holding the lock on that
886 close() method in class:LocalConsumer
1343 * Ensures that the {@link #close()} method of this consumer has
1347 * of the API should call {@code close()} to ensure that all
1351 * @see #close()
1356 close();
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/
H A Dhw_channel.h383 /* close VF (disable VF) */
405 struct vfpf_close_tlv close; member in union:vfpf_tlvs
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c55 #pragma weak _close = close
713 close(int fildes) function
722 * No calls to close() from within libc need _aio_close();
723 * only the application's calls to close() need this,
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h1067 void (*close)(void *); member in struct:iscsi_network
/illumos-gate/usr/src/uts/common/syscall/
H A Dclose.c51 close(int fdes) function
/illumos-gate/usr/src/uts/common/xen/public/
H A Devent_channel.h244 struct evtchn_close close; member in union:evtchn_op::__anon9301
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c102 evtchn_close_t close; local
122 close.port = evtchn;
123 (void) HYPERVISOR_event_channel_op(EVTCHNOP_close, &close);
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c263 evtchn_close_t close; local
266 close.port = evtchn;
267 err = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close);
/illumos-gate/usr/src/uts/common/sys/
H A Dkiconv.h52 * kiconv(), close(), and kiconvstr().
61 int (*close)(void *); member in struct:__anon8027
/illumos-gate/usr/src/uts/common/io/
H A Dvcons.c243 * Argument 'close' usage:
248 vc_waitactive_reply(int minor, boolean_t close) argument
259 if ((close && tmp->wa_msg_minor == minor) ||
260 (!close && tmp->wa_wait_minor == minor)) {
264 if (close)
H A Diwscons.c213 srpop(vnode_t *vp, boolean_t close) argument
233 srinterrupt(tlp, close);
235 if (close) {
380 * the stream, so that its close routine can notify
533 * of notification. A character/block driver's close routine
534 * is only invoked upon the last close of the device. This
535 * is an artifact of the multiple open/single close driver
540 * receive a close notification when a process closes its
552 * the device framework from an multiple open/single close
553 * model to a multiple open/multiple close mode
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h2527 krb5_error_code (KRB5_CALLCONV *close) (krb5_context, krb5_ccache); member in struct:_krb5_cc_ops
2652 krb5_error_code (KRB5_CALLCONV *close) member in struct:_krb5_kt_ops
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h55 int (*close)(); /* Close device */ member in struct:nsc_io_s
/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_raw.c61 int (*close)(dev_t, int, int, cred_t *); member in struct:raw_maj
206 maj->close = ops->devo_cb_ops->cb_close;
280 * Multiple opens, single close.
442 * Multiple opens, single close.
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dfsswitch.c104 close(int fd) function
201 (void) close(fd);
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket_impl.h136 struct linger so_linger; /* close linger time */
142 int (*close[APP_LVL])(int); member in struct:inetboot_socket
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DStderrLog.java71 public void close() { method in class:StderrLog
H A DSyslog.java83 public void close() { method in class:Syslog
H A Dslpd.java208 public void close() throws IOException {} method in class:slpd.SLPLog

Completed in 158 milliseconds

123