Home
last modified time | relevance | path

Searched refs:how (Results 26 – 50 of 239) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_util.c547 m_prepend(struct mbuf *m, int plen, int how) in m_prepend() argument
557 MGETHDR(mn, how, m->m_type); in m_prepend()
559 MGET(mn, how, m->m_type); in m_prepend()
/illumos-gate/usr/src/data/locale/translations/
H A Dzz_AA.UTF-8.priv20 # See lib/libc/port/gen/priv_str_xlate.c for how this file is supposed
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dnis_common.h116 extern int thr_sigsetmask(int how, const sigset_t *set, sigset_t *oset);
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1327 find(int how, off_t line) in find() argument
1333 if (how == 0) in find()
1337 where = how * line; in find()
1339 where = how * line + dot->l_no; in find()
1532 lineset(int how) in lineset() argument
1541 if (how == BOF) { in lineset()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A DREADME.illumos14 For more information on how this fits in, please see the 'Organization'
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dgrep.sh92 to see how many lines find both foo and bar.
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsock_notsupp.c134 sock_shutdown_notsupp(sock_lower_handle_t handle, int how, struct cred *cr) in sock_shutdown_notsupp() argument
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DREADME.ON22 for details of how to do this.
H A DREADME25 An example of how this module might be used is to put the Apache httpd under
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DREADME.ON22 for details of how to do this.
/illumos-gate/usr/src/cmd/mdb/demo/
H A DREADME32 Debugger (MDB). These modules demonstrate how developers can use the MDB
124 introduces the concept of a walker, a set of functions which describe how to
125 iterate over a data structure, and them demonstrates how the ::simple_ps
/illumos-gate/usr/src/grub/grub-0.97/
H A DREADME18 See the file INSTALL for instructions on how to build and install the
/illumos-gate/usr/src/contrib/zlib/
H A Dgzguts.h186 int how; /* 0: get header, 1: copy, 2: decompress */ member
/illumos-gate/usr/src/boot/i386/loader/
H A Dhelp.i38625 to tell the kernel how many IDE disks there are in order to have it
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c325 stringnode(STRING s, int how, size_t length) in stringnode() argument
331 if (how & FALLOC) { in stringnode()
336 if (how & FNOALLOC) { in stringnode()
337 how &= ~FNOALLOC; in stringnode()
338 how |= FALLOC; in stringnode()
341 if (how & FSENSE) { in stringnode()
343 how &= ~FSENSE; in stringnode()
346 np->n_flags |= how; in stringnode()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-441 how to make a boot loader code enough small to be fit in a MBR.
131 Where and how you should send patches
147 Logs, if you don't know how to write ChangeLog.
H A Dinternals.texi23 * Submitting patches:: Where and how you should send patches
277 argument specifies how the function is called, using a bit mask. The
299 table (@pxref{Partition table}) and a BPB. So the question is how to
389 @section Where and how you should send patches
407 GNU Coding Standards}, if you don't know how to write ChangeLog.
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt38 how one is supposed to calculate capacity:
56 how this can be so nondeterministic.
90 >how this can be so nondeterministic.
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DMALFORMED.dict27 # this sample dictionary tests how well we handle malformed entries.
/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.default23 # Linker mapfile that shows how programs are loaded by default.
/illumos-gate/usr/src/cmd/bhyve/
H A Dbhyverun.c951 enum vm_suspend_how how; in vmexit_suspend() local
954 how = vme->u.suspended.how; in vmexit_suspend()
958 switch (how) { in vmexit_suspend()
970 fprintf(stderr, "vmexit_suspend: invalid reason %d\n", how); in vmexit_suspend()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_net.c168 static int iscsi_net_shutdown(void *socket, int how);
381 iscsi_net_shutdown(void *socket, int how) in iscsi_net_shutdown() argument
384 return (ksocket_shutdown(ks, how, CRED())); in iscsi_net_shutdown()
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A D00README25 This directory contains sample code on how to use the Link-Auditing
/illumos-gate/usr/src/cmd/smbsrv/test-crypt/
H A DREADME31 See how the Run.sh file sets the environment for that.
/illumos-gate/usr/src/cmd/bnu/
H A DDevices77 # how to talk to directly
80 # ---To use a dialer that the Datakit understands how to chat with

12345678910