Home
last modified time | relevance | path

Searched refs:how (Results 51 – 75 of 239) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dksocket.c423 ksocket_shutdown(ksocket_t ks, int how, struct cred *cr) in ksocket_shutdown() argument
431 if (shutdown(KSTOSO(ks), how) != 0) in ksocket_shutdown()
/illumos-gate/usr/src/test/test-runner/stf/contrib/
H A DLICENSE.Artistic51 stating how and when you changed that file, and provided that you do
67 non-standard executable that clearly documents how it
/illumos-gate/usr/src/cmd/cmd-inet/etc/default/
H A Dipsec.dfl43 # IKE_ADM_PRIV sets the ikeadm "privilege level", which determines how
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_subr_asm.S312 movnz %icc, FPRAS_BADCALC, %o0! 4, how detected
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c102 so_shutdown_notsupp(struct sonode *so, int how, struct cred *cr) in so_shutdown_notsupp() argument
572 so_shutdown(struct sonode *so, int how, struct cred *cr) in so_shutdown() argument
576 SO_BLOCK_FALLBACK(so, SOP_SHUTDOWN(so, how, cr)); in so_shutdown()
595 (error = sof_filter_shutdown(so, &how, cr)) < 0) in so_shutdown()
597 how, cr)); in so_shutdown()
603 if (error == 0 && how != SHUT_WR) { in so_shutdown()
H A Dsockcommon.c279 socket_shutdown(struct sonode *so, int how, cred_t *cr) in socket_shutdown() argument
281 return (SOP_SHUTDOWN(so, how, cr)); in socket_shutdown()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME.illumos29 the same thing due to how the uts makefiles work.
108 how our upstream is currently structuring their igb and em (FreeBSD's e1000g)
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DREADME.ON44 for details of how to do this.
/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Din_guest.c262 switch (vexit->u.suspended.how) { in test_fail_vmexit()
277 vexit->u.suspended.how); in test_fail_vmexit()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_subr_asm.S293 movnz %icc, FPRAS_BADCALC, %o0! 4, how detected
/illumos-gate/usr/src/cmd/perl/
H A DTHIRDPARTYLICENSE53 stating how and when you changed that file, and provided that you do
69 that clearly documents how it differs from the Standard Version.
/illumos-gate/usr/src/uts/sun/sys/
H A Dzsdev.h300 extern int zsmctl(struct zscom *zs, int bits, int how);
/illumos-gate/usr/src/uts/intel/sys/
H A Dvmm.h377 enum vm_suspend_how how; member
/illumos-gate/usr/src/boot/
H A DREADME.loader4 to explain how to manage the loader configuration process.
69 to /boot/loader.conf). I'm going to illustrate here how you
132 your new /kernel is broken, how do you load
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c1645 if (args->how.mode == EXCLUSIVE) { in rfs3_create()
1652 mtime = (nfstime3 *)&args->how.createhow3_u.verf; in rfs3_create()
1663 if (args->how.mode == GUARDED) in rfs3_create()
1779 if (error != EEXIST || args->how.mode == GUARDED) in rfs3_create()
1812 mtime = (nfstime3 *)&args->how.createhow3_u.verf; in rfs3_create()
1814 if (args->how.mode == EXCLUSIVE && (vap == NULL || in rfs3_create()
1824 if ((args->how.mode == UNCHECKED || in rfs3_create()
1825 args->how.mode == GUARDED) && in rfs3_create()
1826 args->how.createhow3_u.obj_attributes.size.set_it && in rfs3_create()
1854 (args->how.mode == UNCHECKED || in rfs3_create()
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A DREADME25 translators, is the addition of the -r option that controls how carriage returns
/illumos-gate/usr/src/lib/libexacct/demo/
H A DREADME32 This utility demonstrates how developers can use the libexacct
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dprogress.test63 # This figures out how many opcodes it takes to copy 5 extra rows into t1.
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_mca.c1567 int how; in gcpu_mca_process() local
1570 how = cmi_mce_response(rp, disp) ? in gcpu_mca_process()
1574 how = (disp & CMI_ERRDISP_FORCEFATAL && in gcpu_mca_process()
1580 errorq_dispatch(gcpu_mca_queue, gcl, mca->gcpu_mca_lgsz, how); in gcpu_mca_process()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c571 tcp_shutdown(sock_lower_handle_t proto_handle, int how, cred_t *cr) in tcp_shutdown() argument
588 if (how != SHUT_RD) { in tcp_shutdown()
601 if (how != SHUT_WR) in tcp_shutdown()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c587 sosdp_shutdown(struct sonode *so, int how, struct cred *cr) in sosdp_shutdown() argument
605 switch (how) { in sosdp_shutdown()
630 (struct sdp_conn_struct_t *)so->so_proto_handle, how); in sosdp_shutdown()
/illumos-gate/usr/src/uts/common/rpcsvc/
H A Didmap_prot.x233 idmap_how how; member
/illumos-gate/usr/src/lib/
H A DREADME.Makefiles65 the document will show how to use them. Please be sure to consult these
86 The remainder of this document discusses how to write each of your Makefiles
250 As an example of how all of this goes together, here's libinetutil's
294 files in usr/src/prototypes for examples of how to format the
475 Once again, here's libinetutil's common Makefile, which shows how many of
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A DREADME27 how to walk data structures in libfksmbsrv, etc.
/illumos-gate/usr/src/cmd/Adm/sun/
H A DREADME49 Note: Solaris Modular Debugger Guide describes how to

12345678910