Home
last modified time | relevance | path

Searched +full:all +full:- +full:outputs (Results 1 – 25 of 258) sorted by relevance

1234567891011

/illumos-gate/usr/src/man/man1/
H A Duniq.116 .\" Standard for Information Technology -- Portable Operating System
18 .\" Copyright (C) 2001-2004 by the Institute of Electrical and Electronics
44 .\" Portions Copyright (c) 1992, X/Open Company Limited All Rights Reserved
45 .\" Portions Copyright (c) 1982-2007 AT&T Knowledge Ventures
46 .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved
50 uniq \- report or filter out repeated lines in a file
54 \fB/usr/bin/uniq\fR [\fB-c\fR | \fB-d\fR | \fB-u\fR] [\fB-f\fR \fIfields\fR] [\fB-s\fR \fIchar\fR]
60 \fB/usr/bin/uniq\fR [\fB-c\fR | \fB-d\fR | \fB-u\fR] [\fB-n\fR] [+ \fIm\fR] [\fIinput_file\fR [\fIo…
65 \fBuniq\fR [\fB-cdiu\fR] [\fB-D\fR[\fIdelimit\fR]] [\fB-f\fR \fIfields\fR] [\fB-s\fR \fIchars\fR] […
71 \fBuniq\fR [\fB-cdiu\fR] [\fB-D\fR[\fIdelimit\fR]] [\fB-n\fR] [\fB+m\fR] [\fB-w\fR \fIchars\fR] [\f…
[all …]
H A Dwho.116 .\" Standard for Information Technology -- Portable Operating System
18 .\" Copyright (C) 2001-2004 by the Institute of Electrical and Electronics
44 .\" Portions Copyright (c) 1992, X/Open Company Limited All Rights Reserved
45 .\" Copyright (c) 2000, Sun Microsystems, Inc. All Rights Reserved
49 who \- who is on the system
52 \fB/usr/bin/who\fR [\fB-abdHlmpqrstTu\fR] [\fIfile\fR]
57 \fB/usr/bin/who\fR \fB-q\fR [\fB-n\fR \fIx\fR] [\fIfile\fR]
72 \fB/usr/xpg4/bin/who\fR [\fB-abdHlmpqrtTu\fR] [\fIfile\fR]
77 \fB/usr/xpg4/bin/who\fR \fB-q\fR [\fB-n\fR \fIx\fR] [\fIfile\fR]
82 \fB/usr/xpg4/bin/who\fR \fB-s\fR [\fB-bdHlmpqrtu\fR] [\fIfile\fR]
[all …]
/illumos-gate/usr/src/man/man3c/
H A Diconv.3c16 .\" Standard for Information Technology -- Portable Operating System
18 .\" Copyright (C) 2001-2004 by the Institute of Electrical and Electronics
43 .\" Copyright (c) 1992, X/Open Company Limited. All Rights Reserved .
44 .\" Portions Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved.
48 iconv \- code conversion function
85 For state-dependent encodings, the conversion descriptor \fIcd\fR is placed
111 buffer. For state-dependent encodings, the conversion descriptor is updated to
118 \fBiconv()\fR performs an implementation-defined conversion on this character.
123 to reflect the extent of the conversion and returns the number of non-identical
127 to by \fIinbytesleft\fR will be non-zero and \fBerrno\fR is set to indicate
[all …]
/illumos-gate/usr/src/test/bhyve-tests/runfiles/
H A DMakefile20 ROOTOPTPKG = $(ROOT)/opt/bhyve-tests
23 OUTPUTS = $(SRCS:%=$(RUNFILES)/%) macro
24 $(OUTPUTS) := FILEMODE = 0444
26 all: $(SRCS) target
28 install: $(OUTPUTS)
32 $(OUTPUTS): $(RUNFILES) $(SRCS)
/illumos-gate/usr/src/man/man8/
H A Did.816 .\" Standard for Information Technology -- Portable Operating System
18 .\" Copyright (C) 2001-2004 by the Institute of Electrical and Electronics
43 .\" Copyright (c) 1992, X/Open Company Limited. All Rights Reserved.
44 .\" Portions Copyright (c) 2006, Sun Microsystems, Inc. All Rights Reserved.
48 id \- return user identity
52 \fB/usr/bin/id\fR [\fB-p\fR] [\fIuser\fR]
57 \fB/usr/bin/id\fR \fB-a\fR [\fB-p\fR] [\fIuser\fR]
62 \fB/usr/bin/id\fR \fB-G\fR [\fB-n\fR] [\fIuser\fR]
67 \fB/usr/bin/id\fR \fB-g\fR [\fB-nr\fR] [\fIuser\fR]
72 \fB/usr/bin/id\fR \fB-u\fR [\fB-nr\fR] [\fIuser\fR]
[all …]
H A Dstrace.82 .\" Copyright 1989 AT&T Copyright (c) 1997 Sun Microsystems, Inc. All Rights Reserved.
8 strace \- print STREAMS trace messages
18 \fBstrace\fR without arguments writes all STREAMS event trace messages from all
22 STREAMS module \fBID\fR number, \fIsid\fR is a sub-ID number, and \fIlevel\fR
24 to be received from the given module/driver, sub-ID (usually indicating minor
26 \fBall\fR may be used for any member to indicate no restriction for that
96 sub-ID number of source
117 The following example outputs all trace messages from the module or driver
123 \fBstrace 41 all all\fR
130 The following example outputs those trace messages from driver or module
[all …]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim.c23 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
87 * OUTPUTS: Identical to equivalent dbm call.
112 * OUTPUTS: Identical to equivalent dbm call.
130 dbm_delete(map->ttl, key); in shim_dbm_delete()
133 ret = dbm_delete(map->entries, key); in shim_dbm_delete()
148 * OUTPUTS: Identical to equivalent dbm call.
167 ret = dbm_fetch(map->entries, key); in shim_dbm_fetch()
171 ret = dbm_fetch(map->entries, key); in shim_dbm_fetch()
187 * OUTPUTS: Identical to equivalent dbm call.
202 ret = dbm_fetch(map->entries, key); in shim_dbm_fetch_noupdate()
[all …]
H A Dttl_utils.c24 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
61 * OUTPUTS: TRUE = Entry has expired or cannot be found this will cause
75 if ((map == NULL) || (map->ttl == NULL)) in has_entry_expired()
79 ttl = dbm_fetch(map->ttl, *key); in has_entry_expired()
87 if ((key->dsize == strlen(MAP_EXPIRY_KEY)) && in has_entry_expired()
88 (0 == strncmp(key->dptr, MAP_EXPIRY_KEY, key->dsize))) { in has_entry_expired()
91 MAP_EXPIRY_KEY, map->map_name); in has_entry_expired()
119 map->map_name, dbm_error(map->ttl)); in has_entry_expired()
122 key_name = (char *)am(myself, key->dsize + 1); in has_entry_expired()
127 strncpy(key_name, key->dptr, key->dsize); in has_entry_expired()
[all …]
H A Dupdate.c24 * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
95 if (0 == strncmp(key->dptr, yp_last_modified, yp_last_modified_sz)) { in update_entry_if_required()
97 update_timestamp(map->entries); in update_entry_if_required()
121 * OUTPUTS: SUCCESS = Update complete or we are in a mode where it is
137 if ((0 == strcmp(map->map_name, NETGROUP_BYHOST)) || in update_from_dit()
138 (0 == strcmp(map->map_name, NETGROUP_BYUSER))) { in update_from_dit()
143 ret = read_from_dit(map->map_name, map->domain, key, &dat); in update_from_dit()
170 dbm_delete(map->entries, *key); in update_from_dit()
171 dbm_delete(map->ttl, *key); in update_from_dit()
178 res = dbm_store(map->entries, *key, dat, DBM_REPLACE); in update_from_dit()
[all …]
H A Dshim_changepasswd.c23 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
80 #define FINGERSIZE (4 * STRSIZE - 4)
81 #define SHELLSIZE (STRSIZE - 2)
83 #define UTUSERLEN (sizeof (((struct utmpx *)0)->ut_user))
106 /* Globals :-( */
162 * OUTPUTS: Identical to changepasswd()
199 if (strcmp(transp->xp_netid, "ticlts") == 0) { in shim_changepasswd()
217 /* Got a domain list ... process all the domains */ in shim_changepasswd()
259 * OUTPUTS : Answer code for reply
269 for (p = yppwd->newpw.pw_name; (*p != '\0'); p++) in proc_domain()
[all …]
H A Ddit_access.c22 * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
89 * OUTPUTS: TRUE = Run in N2L mode
97 if (stat(YP_DEFAULTCONFFILE, &filestat) != -1) in is_yptol_mode()
115 * OUTPUTS: If successful DBM datum containing result.
127 __nisdb_get_tsd()->domainContext = 0; in read_from_dit()
128 __nisdb_get_tsd()->escapeFlag = '\0'; in read_from_dit()
134 __nisdb_get_tsd()->domainContext = in read_from_dit()
142 /* Loop 'attempts' times of forever if -1 */ in read_from_dit()
143 for (count = retrieveRetry->attempts; (0 <= count) || in read_from_dit()
144 (-1 == retrieveRetry->attempts); count --) { in read_from_dit()
[all …]
/illumos-gate/usr/src/man/man3xcurses/
H A Dvidattr.3xcurses2 …0, 1995 by Mortice Kern Systems Inc. All Rights Reserved Portions Copyright (c) 1999, Sun Micros…
8 vidattr, vid_attr, vidputs, vid_puts \- output attributes to the terminal
12 \fBcc\fR [ \fIflag\fR... ] \fIfile\fR... \fB-I\fR /usr/xpg4/include \fB -L \fR /usr/xpg4/lib \e
13 \fB -R \fR /usr/xpg4/lib \fB -lcurses \fR [ \fIlibrary\fR... ]
15 \fBc89\fR [ \fIflag\fR... ] \fIfile\fR... \fB-lcurses\fR [ \fIlibrary\fR... ]
72 Is a user-supplied output function.
84 outputs one or more commands to request that the terminal display subsequent
85 characters in that rendition. The function outputs by calling
91 \fBvidattr()\fR does, based on \fIattr\fR, but \fBvidputs()\fR outputs by
92 calling the user-supplied function \fIputfunc\fR. The \fBvid_attr()\fR and
[all …]
/illumos-gate/usr/src/tools/lintdump/
H A Dlintdump.1onbld20 .\" "Copyright 2008 Sun Microsystems, Inc. All rights reserved.
24 \- dump the contents of one or more lint objects
26 \fBlintdump [-i] [-p 1|2|3] [-r] \fIlintobj\fP [ \fIlintobj\fP ... ]
36 from a C source file via the "-c" option to lint(1). Multiple lint
38 with "llib-l" and suffixed with ".ln") using the "-o" option to lint. (As
39 a convenience, lint "-o" allows a lint library object to be built directly
61 .B -i
64 .B -p 1|2|3
67 .B -r
71 The contents of each specified \fIlintobj\fP is dumped in command-line
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dexample.c21 [OP_ENTRY] = "<entry-point>",
63 /* Special three-input */
115 * We only know about the caller-clobbered registers
136 struct storage_hash_list *outputs; member
179 switch (op->type) { in show_op()
183 return op->reg->name; in show_op()
185 sprintf(p, "$%lld", op->value); in show_op()
189 if (op->offset) in show_op()
190 p += sprintf(p, "%d", op->offset); in show_op()
191 if (op->sym) in show_op()
[all …]
/illumos-gate/usr/src/cmd/lp/lib/users/
H A Dstorepri.c23 * Copyright 1997 Sun Microsystems, Inc. All rights reserved.
28 /* All Rights Reserved */
40 Outputs:
48 printf(gettext("Default priority: %d\n"), ppri_tbl->deflt); in print_tbl()
49 printf(gettext("Priority limit for users not listed below: %d\n"), ppri_tbl->deflt_limit); in print_tbl()
53 if (ppri_tbl->users[limit - PRI_MIN]) in print_tbl()
56 fdprintlist(1, ppri_tbl->users[limit - PRI_MIN]); in print_tbl()
63 Outputs:
71 fdprintf(fd, "%d\n%d:\n", ppri_tbl->deflt, ppri_tbl->deflt_limit); in output_tbl()
74 if (ppri_tbl->users[limit - PRI_MIN]) in output_tbl()
[all …]
/illumos-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97_ad.c22 * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
33 * Most vendors connect the surr-out of ad1980/ad1985 codecs to the
34 * line-out jack. So far we haven't found which vendors don't
35 * do that. So we assume that all vendors swap the surr-out
36 * and the line-out outputs. So we need swap the two outputs.
38 * Historically we internally processed the "ad198x-swap-output"
39 * property. If someday some vendors do not swap the outputs, we would
40 * set "ad198x-swap-output = 0" in the driver.conf file, and unload
51 * if (ddi_prop_get_int(DDI_DEV_T_ANY, statep->dip,
52 * DDI_PROP_DONTPASS, "ad198x-swap-output", 1) == 1) {
[all …]
/illumos-gate/usr/src/cmd/prctl/
H A Dutils.h23 * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
99 * Outputs:
102 * SCALED_INVALID_NUMBER - string contains no valid number
103 * SCALED_INVALID_MODIFIER - string has unknown modifier
104 * SCALED_INVALID_UNIT - string has unknown or missing unit
105 * SCALED_OVERFLOW - number exceeds MAX_UINT64
142 * Outputs:
184 * Outputs:
187 * SCALED_INVALID_NUMBER - string contains no valid number
188 * SCALED_INVALID_MODIFIER - string has unknown modifier
[all …]
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c22 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
32 * Shared common messages: 1 - 1999
64 #include <sys/fibre-channel/ulp/fcp_util.h>
65 #include <sys/fibre-channel/impl/fc_error.h>
66 #include <sys/fibre-channel/impl/fcph.h>
84 * outputs:
86 * 0 - success
87 * !0 - failure
104 return (-1); in g_get_lun_str()
108 (void) strcpy(client_path, dev_path + DEV_PREFIX_LEN-1); in g_get_lun_str()
[all …]
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddata-structures.txt1 - A slightly edited irc discussion with Josh Triplett.
2 - Describes most data structures used in sparse.
13 Also note that all loops get turned into a single "iterator" statement.
14 for, while, and do-while.
18 As with the various other structures, it has some common data and a union of sub-structures for the…
22 So, that represents most of the "front-end" of Sparse: parsing C and generating that abstract synta…
25 For instance, the c2xml backend goes that far, then outputs XML.
26 …w steps: it generates linearized bytecode, does some evaluation on that, and outputs some warnings.
29 linearize.h defines all of them.
35 Straight-line code.
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c23 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
29 * - start a child process
30 * - look up the zone name
31 * - look up/set SMF properties
32 * - drop/escalate privs
64 * A holder for all the resources needed to get a property value
94 if (setppriv(PRIV_SET, PRIV_EFFECTIVE, priv_set) == -1) { in nwamd_escalate()
109 if (--uid_cnt == 0) { in nwamd_deescalate()
135 * Since our zone might not have all these privs, in nwamd_deescalate()
140 if (setppriv(PRIV_SET, PRIV_INHERITABLE, priv_set) == -1) { in nwamd_deescalate()
[all …]
/illumos-gate/usr/src/lib/libgss/
H A Dg_inquire_names.c22 * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
46 /* Initialize outputs. */
71 if (mech->gss_inquire_names_for_mech) {
72 status = mech->gss_inquire_names_for_mech(
73 mech->context,
94 /* Initialize outputs. */ in val_inq_mechs4name_args()
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Demu10k2.mac2 // Copyright 2009 Sun Microsystems, Inc. All rights reserved.
5 // Copyright (C) 4Front Technologies 1996-2008.
44 // Outputs
66 .output OUT_MICREC_R 25 // ??????? (maybe not in use at all)
95 // AC'97 (includes Line-In, analog CD, and Mic)
114 // Outputs
134 // Inputs (Recording) -- the source variables are treated as
H A Demu10k1.mac2 // Copyright 2009 Sun Microsystems, Inc. All rights reserved.
5 // Copyright (C) 4Front Technologies 1996-2008.
44 // Outputs
94 // AC'97 (includes Line-In, analog CD, and Mic)
113 // Outputs
129 // Inputs (Recording) -- the source variables are treated as
/illumos-gate/usr/src/man/man3curses/
H A Dcurs_terminfo.3curses3 .\" Portions Copyright (c) 1996, Sun Microsystems, Inc. All Rights Reserved.
10 tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr \-
15 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lcurses\fR [ \fIlibrary\fR ... ]
91 These low-level routines must be called by programs that have to deal directly
93 as programming function keys. For all other functionality, \fBcurses\fR
99 set of terminal-dependent variables (listed in \fBterminfo\fR(5)). The
113 them. All \fIterminfo\fR strings (including the output of \fBtparm()\fR) should
128 \fBTERM\fR is used. All output is to file descriptor \fIfildes\fR which is
141 which uses all the defaults and sends the output to \fBstdout\fR.
156 \fInterm\fR, and makes all of the \fIterminfo\fR boolean, numeric, and string
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.329 pp \- ANSI C preprocessor library
35 \-lpp
184 .L pp.stddirs\->next
196 is undefined for non-identifier tokens.
206 for all other identifiers.
230 Function-like macro.
263 Variadic function-like macro.
274 Non-zero if the identifier is a macro.
275 .L "int macro\->arity"
276 is the number of formal arguments for function-like macros and
[all …]

1234567891011