Searched defs:close (Results 1 - 25 of 56) sorted by path

123

/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/cmd-inet/usr.bin/pppd/
H A Dpppd.h359 void (*close) __P((int unit, char *reason)); member in struct:protent
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c904 char *close = NULL; local
915 if ((close = strchr(val, (int)']')) == NULL) {
919 *close = NULL;
923 if (close != NULL) {
924 *close = ']';
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_state.c153 cmd_case_fini(fmd_hdl_t *hdl, fmd_case_t *cp, int close) argument
158 if (close) {
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_state.c84 gmem_case_fini(fmd_hdl_t *hdl, fmd_case_t *cp, int close) argument
89 if (close) {
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java555 handler.close();
622 public static void close() method in class:Poold.logHelper
626 handler.close();
660 conf.close();
875 conf.close();
876 logHelper.close();
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/kstat/
H A DKstatCtl.java62 close(kctl);
74 private native int close(long kctl); method in class:KstatCtl
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java116 close();
140 public void close() method in class:LocalityDomain
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSyslogHandler.java135 close();
231 public void close() throws SecurityException method in class:SyslogHandler
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java96 close();
143 public void close() method in class:Configuration
480 ptype.close();
481 psys_id.close();
505 ptype.close();
506 psys_id.close();
546 typeVal.close();
558 idValue.close();
H A DValue.java156 public void close() method in class:Value
177 close();
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java45 public void close() throws IOException { method in class:ResourceWriter
47 theWriter.close();
374 Debug.message("Tag: close tag = " + t);
377 Debug.message("Tag: ignoring bad close tag = " + t);
435 Debug.message("Tag: close tag = " + t);
438 Debug.message("Tag: ignoring bad close tag = " + t);
570 comments.close();
631 rw.close();
632 w.close();
640 fw.close();
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h137 #define DB_FUNC_CLOSE 1 /* POSIX 1003.1 close. */
200 #define DB_TEMPORARY 0x010000 /* Remove on last close (internal). */
366 #define DB_NOSYNC 18 /* close() */
449 int (*close) __P((DB *, u_int32_t)); member in struct:__db
461 #define DB_AM_INMEM 0x000004 /* In-memory; no sync on close. */
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c615 close(int fildes) function
/illumos-gate/usr/src/cmd/svc/startd/
H A Dexpand.c496 char *close; local
503 close = strchr(str + 1, '}');
504 if (close == NULL) {
509 len = close - (str + 1); /* between the {}'s */
516 sep = *(close - 1);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmakedbm.c79 * Interpose close(2) to enable us to keep one of the output
82 #pragma weak _close = close
84 close(int filedes) { function
90 fptr = (int (*)())dlsym(RTLD_NEXT, "close");
92 fprintf(stderr, "makedbm: dlopen(close): %s\n",
/illumos-gate/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c545 (void) close(fd);
550 (void) close(fd);
595 (void) close(fd);
656 #define close(a) sim_close(a) macro
726 (void) close(prom_fd);
729 (void) close(prom_fd);
820 (void) close(prom_fd);
926 (void) close(fd);
947 (void) close(fd);
963 (void) close(f
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Ddb.h104 int (*close) __P((struct __db *)); member in struct:__db
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc-int.h56 krb5_error_code (KRB5_CALLCONV *close) member in struct:_krb5_rc_ops
/illumos-gate/usr/src/lib/libast/common/comp/
H A Domitted.c4 * workarounds to bring the native interface close to posix and x/open
150 close(fd);
622 close(int fd) function
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dclose.c32 close(int fd) function
/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/lib/libdscfg/common/
H A Dcfg_impl.h216 void (*close)(cfp_t *); /* Close device */ member in struct:cfg_io_s

Completed in 124 milliseconds

123