Home
last modified time | relevance | path

Searched refs:which (Results 51 – 75 of 685) sorted by relevance

12345678910>>...28

/illumos-gate/usr/src/cmd/Adm/
H A Dttysrch27 # This is done by providing the names of directories which
32 # Each line contains the name of a directory (which must
33 # begin with "/dev") and (optionally) a set of flags which
43 # devices, which generally will not match inode numbers.
/illumos-gate/usr/src/tools/smatch/src/validation/doc/
H A Dcdoc.cdoc23 // which needs two lines
30 // which needs two lines
116 23: which needs two lines
123 30: which needs two lines
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt58 of the DTD which is used to parse the XML, and also identifies the
59 stylesheet which is used to view the XML conveniently (for example
60 in a browser which supports these features).
63 the XML ending which completes the audit XML.
91 Output will not include an XML prolog or ending which
105 default delimiter, which is the comma. The maximum size of a
148 will point to the next byte which has not been processed.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rport.c319 int dir, port, which; in interpret_reserved() local
331 which = src; in interpret_reserved()
350 which = dst; in interpret_reserved()
356 interpret_dns(flags, proto, (uchar_t *)data, dlen, which); in interpret_reserved()
369 switch (which) { in interpret_reserved()
/illumos-gate/usr/src/lib/libgss/
H A DREADME.spi35 This structure does not include any hooks for versioning, which
49 instead there is a new gss_config_ext structure, which is to be
51 issues), which should be extended to have a pointer to the new
54 - there is a new libgss function, __gss_get_mechanism_ext(), which
78 result of which will be that the mechanisms' methods will then have
97 GSS-API functions, like MIT krb5 does, but functions which libgss
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dpm3393.c355 static int pm3393_enable(struct cmac *cmac, int which) in pm3393_enable() argument
357 if (which & MAC_DIRECTION_RX) in pm3393_enable()
361 if (which & MAC_DIRECTION_TX) { in pm3393_enable()
371 cmac->instance->enabled |= which; in pm3393_enable()
376 static int pm3393_enable_port(struct cmac *cmac, int which) in pm3393_enable_port() argument
384 (void) pm3393_enable(cmac, which); in pm3393_enable_port()
398 static int pm3393_disable(struct cmac *cmac, int which) in pm3393_disable() argument
400 if (which & MAC_DIRECTION_RX) in pm3393_disable()
402 if (which & MAC_DIRECTION_TX) in pm3393_disable()
411 cmac->instance->enabled &= ~which; in pm3393_disable()
/illumos-gate/usr/src/lib/smhba/
H A DTHIRDPARTYLICENSE28 * 1.8 "Larger Work" means a work which combines Covered Code or
44 which is described in the Source Code notice required by Exhibit A
45 as Original Code, and which, at the time of its release under this
63 Section 6.1. For legal entities, "You" includes any entity which
130 * 3.1 Application of License. The Modifications which You create or
131 to which You contribute are governed by the terms of this License,
141 * 3.2 Availability of Source Code. Any Modification which You create
142 or to which You contribute must be made available in Source Code
155 to which You contribute to contain a file documenting the changes
161 Executable version or related documentation in which You describe
[all …]
/illumos-gate/usr/src/lib/mpapi/libmpapi/
H A DTHIRDPARTYLICENSE28 * 1.8 "Larger Work" means a work which combines Covered Code or
44 which is described in the Source Code notice required by Exhibit A
45 as Original Code, and which, at the time of its release under this
63 Section 6.1. For legal entities, "You" includes any entity which
130 * 3.1 Application of License. The Modifications which You create or
131 to which You contribute are governed by the terms of this License,
141 * 3.2 Availability of Source Code. Any Modification which You create
142 or to which You contribute must be made available in Source Code
155 to which You contribute to contain a file documenting the changes
161 Executable version or related documentation in which You describe
[all …]
/illumos-gate/usr/src/lib/libima/
H A DTHIRDPARTYLICENSE28 * 1.8 "Larger Work" means a work which combines Covered Code or
44 which is described in the Source Code notice required by Exhibit A
45 as Original Code, and which, at the time of its release under this
63 Section 6.1. For legal entities, "You" includes any entity which
130 * 3.1 Application of License. The Modifications which You create or
131 to which You contribute are governed by the terms of this License,
141 * 3.2 Availability of Source Code. Any Modification which You create
142 or to which You contribute must be made available in Source Code
155 to which You contribute to contain a file documenting the changes
161 Executable version or related documentation in which You describe
[all …]
/illumos-gate/usr/src/lib/hbaapi/
H A DTHIRDPARTYLICENSE28 * 1.8 "Larger Work" means a work which combines Covered Code or
44 which is described in the Source Code notice required by Exhibit A
45 as Original Code, and which, at the time of its release under this
63 Section 6.1. For legal entities, "You" includes any entity which
130 * 3.1 Application of License. The Modifications which You create or
131 to which You contribute are governed by the terms of this License,
141 * 3.2 Availability of Source Code. Any Modification which You create
142 or to which You contribute must be made available in Source Code
155 to which You contribute to contain a file documenting the changes
161 Executable version or related documentation in which You describe
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A DREADME.state29 # dataset hierarchy which has been specified by the corresponding
40 # <target dataset> - dataset upon which the <command> is to be executed. Can
55 # from which the property is inherited. (The code
67 # from which the property is inherited.
86 # which means that no command is to be executed, but simply that the
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME64 the system. Examples include "packet.c", which along with
66 the agent; and "async.c", which along with "async.h" defines
71 instance, there is a "request.c" which comprises all of
72 the procedural "work" which must be done while in the
78 * Source files, which along with their companion header files,
83 include "defaults.c", which provides a useful interface
111 then calls iu_handle_events(), which proceeds to wait for events to
116 back, which in turn might lead to additional callbacks being
122 which must be maintained for each DHCP-controlled interface (such as a
133 timer which will next fire, and use this to set its timeout value in
[all …]
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dvacation.c305 struct entry *which; local
307 for (which = first; which != NULL; which = which->next) {
308 dump_content(which->who_size, which->who, which->when_size,
309 (char *)&(which->when));
/illumos-gate/usr/src/test/elf-tests/tests/groups/no-relobj-group-merge/
H A DREADME.md1 This is a test that sections which are members of groups are not merged when
4 If we place an input section which is in a group in the same output section as
11 3. ... and if that section had associated relocations, which must have been
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Dbestmx_is_local.m410 # forth in the LICENSE file which can be found at the top level of
33 # UUCP sites which are connected to us, which should also have
/illumos-gate/usr/src/lib/libdscp/
H A Dlibdscp.c242 dscpAddr(int domain_id, int which, struct sockaddr *saddr, int *lenp) in dscpAddr() argument
252 ((which != DSCP_ADDR_LOCAL) && (which != DSCP_ADDR_REMOTE))) { in dscpAddr()
294 if (which == DSCP_ADDR_LOCAL) { in dscpAddr()
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A DREADME.tests7 which is used to verify the correct behaviour of ksh93.
10 and a frontend called "shtests" which is used to run the tests.
43 SHELL since /usr/bin/ksh93 on illumos is a wrapper which
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dget-jobs.c47 char *which; in ipp_get_jobs() local
73 "which-jobs", &which); in ipp_get_jobs()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c776 nfs_feedback(int flag, int which, mntinfo_t *mi) in nfs_feedback() argument
800 kind = mi->mi_timer_type[which]; in nfs_feedback()
829 rfs2call(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp, in rfs2call() argument
838 rpcerror = rfscall(mi, which, xdrargs, argsp, xdrres, resp, in rfs2call()
849 rpcerror = rfscall(mi, which, xdrargs, argsp, xdrres, in rfs2call()
875 rfs3call(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp, in rfs3call() argument
884 rpcerror = rfscall(mi, which, xdrargs, argsp, xdrres, resp, in rfs3call()
908 rpcerror = rfscall(mi, which, xdrargs, argsp, in rfs3call()
935 rfscall(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp, in rfscall() argument
960 "rfscall_start:which %d mi %p", which, mi); in rfscall()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nm.c488 nm_symbol_iter(const char *object, uint_t which, uint_t type, in nm_symbol_iter() argument
496 noi.noi_which = which; in nm_symbol_iter()
506 return (mdb_tgt_symbol_iter(t, object, which, type, cb, niip)); in nm_symbol_iter()
560 uint_t which, type; in cmd_nm() local
693 which = MDB_TGT_DYNSYM; in cmd_nm()
695 which = MDB_TGT_SYMTAB; in cmd_nm()
748 which, type, callback, &nsyms); in cmd_nm()
769 } else if (nm_symbol_iter(object, which, type, callback, in cmd_nm()
801 } else if (nm_symbol_iter(object, which, type, callback, &nii) in cmd_nm()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex42 \input{structure} % Insert the commands.tex file which contains the majority of the structure behin…
179 By definition, a driver is the entity which allows an OS to drive a hardware device.
181 …-dedicated memory (ILT), and minimal on-chip management presents a device which requires a driver …
211which is used by other drivers. Thus, separate drivers, including separate instances of the same d…
217 …needs and use cases of any specific OS or tool, but only with the common ground which is the ecore.
225 …\item Register-access [\ref{cha:reg}], mainly for learning about PTTs which are required by variou…
239 In addition, each chapter which includes ecore API functions that can be called by the upper-layer …
251 Most of the ecore consists of the \textit{inner} parts, i.e., HW-oriented implementation to which t…
252 Above that is a concise API layer, through which the upper-layer driver should manipulate the ecore…
286 \item \texttt{ecore\_utils.h} -- Useful macros which can be used by upper-layer driver.
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dinstr_size.c87 dtrace_dis_isize(uchar_t *instr, dis_isize_t which, model_t model, int *rmindex) in dtrace_dis_isize() argument
102 if (which == DIS_ISIZE_INSTR) in dtrace_dis_isize()
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.513 # allow in UDP packets which are NOT from port 53 and are destined for
22 # allow packets through which have a non-standard IP header length (ie there
/illumos-gate/usr/src/data/hwdata/
H A Defi.fixes1 # This file contains definitions of systems which are known to have problems
3 # by libefi to change the way in which the protective master-boot-record (PMBR)
31 # which define conditions for the host system which are matched against values
/illumos-gate/usr/src/contrib/mDNSResponder/
H A DLICENSE6 of client code licenses, the shared library code, which is linked
12 Software Licence (which is substantially similar to the "Three-Clause

12345678910>>...28