Home
last modified time | relevance | path

Searched refs:single (Results 1 – 25 of 227) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/print/libprint/common/
H A DsunPrinter.at.conf.txt29 attribute printer-uri 1.3.18.0.2.4.1140 cis single
31 attribute printer-name 1.3.18.0.2.4.1135 cis single
33 attribute printer-location 1.3.18.0.2.4.1136 cis single
34 attribute printer-info 1.3.18.0.2.4.1139 cis single
35 attribute printer-more-info 1.3.18.0.2.4.1134 cis single
36 attribute printer-make-and-model 1.3.18.0.2.4.1138 cis single
43 attribute printer-color-supported 1.3.18.0.2.4.1129 bin single
45 attribute printer-pages-per-minute 1.3.18.0.2.4.1127 bin single
55 attribute printer-copies-supported 1.3.18.0.2.4.1118 bin single
57 attribute printer-current-operator 1.3.18.0.2.4.1112 cis single
[all …]
/illumos-gate/usr/src/head/
H A Dfloatingpoint.h69 typedef float single; typedef
140 extern void single_to_decimal(single *, decimal_mode *, decimal_record *,
149 extern void decimal_to_single(single *, decimal_mode *, decimal_record *,
167 extern char *seconvert(single *, int, int *, int *, char *);
168 extern char *sfconvert(single *, int, int *, int *, char *);
169 extern char *sgconvert(single *, int, int, char *);
/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.filter24 # Creates a single, read-only, executable text segment to catch all loadable
29 # be constructed as a single read-only segment, the execute attribute of the
39 # This compaction of a filter into a single segment allows ld.so.1 to optimize
41 # be handled in a single page mapping (for example libdl.so.1).
47 # Override the default alignment so that this single paged object can be mapped
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_qinfo_quota.c49 uint8_t single, restart; in smb2_qinfo_quota()
70 &single, /* b */ in smb2_qinfo_quota()
97 request.qq_single = single; in smb2_qinfo_quota()
H A Dsmb_nt_transact_quota.c86 uint8_t single, restart; in smb_nt_transact_query_quota() local
108 &single, &restart, &sidlistlen, &startsidlen, &startsidoff)) { in smb_nt_transact_query_quota()
149 request.qq_single = single; in smb_nt_transact_query_quota()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_val.c74 new[i].match.single.lo = in cloneMappingFormat()
77 new[i].match.single.hi = in cloneMappingFormat()
82 m[i].match.single.lo, in cloneMappingFormat()
83 m[i].match.single.numRange); in cloneMappingFormat()
88 m[i].match.single.hi, in cloneMappingFormat()
132 sfree(m[i].match.single.lo); in freeMappingFormat()
133 sfree(m[i].match.single.hi); in freeMappingFormat()
786 f->match.single.hi[i]) in getMappingFormat()
788 f->match.single.lo[i]); in getMappingFormat()
791 f->match.single.lo[i], in getMappingFormat()
[all …]
H A Ddb.cc175 entry_object * single; in exec_action() local
204 res->status = internal_db.first(&where, &single); in exec_action()
210 &single); in exec_action()
224 res->objects.objects_val[0] = single; in exec_action()
234 &single); in exec_action()
245 &index_desc, &single); in exec_action()
272 res->objects.objects_val[0] = single; in exec_action()
H A Dnis_parse_ldap_util.c550 free(fmt->match.single.lo); in free_mapping_format()
551 fmt->match.single.lo = NULL; in free_mapping_format()
553 free(fmt->match.single.hi); in free_mapping_format()
554 fmt->match.single.hi = NULL; in free_mapping_format()
1414 out[i].match.single.numRange = in dup_format_mapping()
1415 in[i].match.single.numRange; in dup_format_mapping()
1416 out[i].match.single.lo = in dup_format_mapping()
1420 out[i].match.single.hi = in dup_format_mapping()
1424 memcpy(out[i].match.single.lo, in dup_format_mapping()
1425 in[i].match.single.lo, in dup_format_mapping()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c295 single: in debug_mbtowc()
303 goto single; in debug_mbtowc()
2625 single(stk[i], NiL, 0); in composite()
2649 if (!single(cat[i], p, 0)) in composite()
2652 single(stk[i], NiL, 0); in composite()
2676 if (!single(n, p, 0)) in composite()
2679 single(i, NiL, 0); in composite()
2822 single(i, NiL, 0); in _ast_setlocale()
2849 single(i, NiL, 0); in _ast_setlocale()
2857 return single(category, p, f); in _ast_setlocale()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/libsff/
H A Dlibsff_compliance.out22 7 OC-3, single mode, inter. reach
23 8 OC-3, single mode, long reach
25 10 OC-12, single mode, inter. reach
26 11 OC-12, single mode, long reach
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c592 static struct afile single; in expandarg() local
604 single.fnum = ep ? ep->e_ino : 0; in expandarg()
605 single.fname = savename(arg); in expandarg()
606 ap->head = &single; in expandarg()
630 struct afile single; in printlist() local
636 single.fnum = ino; in printlist()
638 single.fname = savename(name + strlen(basename) + 1); in printlist()
640 single.fname = savename(name); in printlist()
641 alist.head = &single; in printlist()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dstubs.c131 #pragma weak single macro
136 int single, nogecos, noshell, nopw, mflag; variable
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dbug16127.dat4 # single-element sets to an exact match with a single codepoint.
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c118 static void single(const char *, char *);
257 single(shell, NULL); in main()
267 single(shell, NULL); in main()
278 single(shell, NULL); in main()
574 single(su, devname); in main_loop()
591 single(const char *cmd, char *ttyn) in single() function
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstring.c466 char *sh_fmtqf(const char *string, int single, int fold) in sh_fmtqf() argument
479 if(single) in sh_fmtqf()
484 single = single ? 1 : 3; in sh_fmtqf()
505 q = single; in sh_fmtqf()
/illumos-gate/usr/src/common/ficl/softcore/
H A Djhlocal.fr40 \ Parses single-letter prefix flags from the name of a local, and returns
44 \ Handled single-letter prefix flags:
45 \ 1 single-cell
50 \ s single-cell
56 \ (single-cell data stack) local.
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc95 * A single bit fault in a memory rank can cause:
107 * faulted in this way on a single rank exceeds a threshold we will
111 * single-bit errors, but via separate serd engines to allow distinct
168 * with single correctable unit faults before we will fault the rank.
188 * prepared to tolerate from a single rank before faulting the rank is
214 * on a single rank (must be greater than RANK_THRESH). We set
226 * is a single bit in normal 64/8 ECC mode, or a single symbol in ChipKill
230 * declared a single-bit DIMM fault - we continue diagnosing them and
376 * A single bit data array fault in an l2 cache can cause:
417 * A single bit tag array fault in an l2 cache can cause:
[all …]
/illumos-gate/usr/src/cmd/initpkg/init.d/
H A DREADME.rcS35 SMF major milestone "svc:/milestone/single-user:default" executes each
39 /var/svc/log/milestone-single-user:default.log
73 the output of "svcs -l svc:/milestone/single-user:default".
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drup.c82 int single, nfailed; in main() local
92 single = nfailed = 0; in main()
95 single++; in main()
124 if (single > 0) { in main()
127 if (nfailed == single) { in main()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A DREADME34 By default the program runs much like the original version - a single process with
36 but using a single read/write process may be important if you're running lots of
37 printers under a single userid. Four things can help improve performance, and all
58 One possible strategy would be to have the spooler run postio as a single process
/illumos-gate/usr/src/lib/libc/inc/
H A Dbase_conversion.h172 single x;
313 extern void __pack_single(unpacked *, single *, enum fp_direction_type,
/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c437 char *p, *single; in delete_plcy_entry() local
445 for (single = strtok_r(copy, " \t\n", &p); in delete_plcy_entry()
446 single != NULL; in delete_plcy_entry()
447 single = strtok_r(NULL, " \t\n", &p)) { in delete_plcy_entry()
448 if ((ret = delete_one_entry(filename, single)) != 0) { in delete_plcy_entry()
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dctiutils.shlib69 # single line.
157 # arguments, if any, are written to the execution results file as a single
226 # Writes the arguments to the execution results file, as a single line.
241 # Writes the arguments to the execution results file, as a single line.
266 # the execution results file, as a single line.
279 # to the execution results file, as a single line.
293 # to the execution results file, as a single line.
306 # to the execution results file, as a single line.
319 # arguments to the execution results file, as a single line.
332 # to the execution results file, as a single line.
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.S218 and %o1, %o3, %o1 ! %o1 = single byte value
291 and %o1, %o3, %o1 ! %o1 = single short value
459 and %o1, %o3, %o1 ! %o1 = single byte value
494 and %o1, %o3, %o1 ! %o1 = single short value
703 and %o1, %o3, %o1 ! %o1 = single byte value
705 and %o2, %o3, %o2 ! %o2 = single byte value
734 and %o1, %o3, %o1 ! %o1 = single short value
736 and %o2, %o3, %o2 ! %o2 = single short value
783 and %o1, %o3, %o1 ! %o1 = single byte value
808 and %o1, %o3, %o1 ! %o1 = single short value
/illumos-gate/usr/src/common/atomic/sparc/
H A Datomic.S97 and %o1, %o3, %o1 ! %o1 = single byte value
170 and %o1, %o3, %o1 ! %o1 = single short value
334 and %o1, %o3, %o1 ! %o1 = single byte value
369 and %o1, %o3, %o1 ! %o1 = single short value
570 and %o1, %o3, %o1 ! %o1 = single byte value
572 and %o2, %o3, %o2 ! %o2 = single byte value
601 and %o1, %o3, %o1 ! %o1 = single short value
603 and %o2, %o3, %o2 ! %o2 = single short value

12345678910