/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | sunPrinter.at.conf.txt | 29 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 32 attribute printer-natural-language-configured 1.3.18.0.2.4.1119 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 38 attribute printer-multiple-document-jobs-supported 1.3.18.0.2.4.1132 bin single 39 attribute printer-charset-configured 1.3.18.0.2.4.1109 cis single 43 attribute printer-color-supported 1.3.18.0.2.4.1129 bin single [all …]
|
/illumos-gate/usr/src/head/ |
H A D | floatingpoint.h | 69 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 D | map.filter | 24 # 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 D | smb2_qinfo_quota.c | 49 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 D | smb_nt_transact_quota.c | 86 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 D | ldap_val.c | 74 new[i].match.single.lo = in cloneMappingFormat() 75 am(myself, m[i].match.single.numRange * in cloneMappingFormat() 76 sizeof (new[i].match.single.lo[0])); in cloneMappingFormat() 77 new[i].match.single.hi = in cloneMappingFormat() 78 am(myself, m[i].match.single.numRange * in cloneMappingFormat() 79 sizeof (new[i].match.single.hi[0])); in cloneMappingFormat() 80 if (new[i].match.single.lo != 0) in cloneMappingFormat() 81 memcpy(new[i].match.single.lo, in cloneMappingFormat() 82 m[i].match.single.lo, in cloneMappingFormat() 83 m[i].match.single.numRange); in cloneMappingFormat() [all …]
|
H A D | db.cc | 175 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 D | nis_parse_ldap_util.c | 549 if (fmt->match.single.lo != NULL) in free_mapping_format() 550 free(fmt->match.single.lo); in free_mapping_format() 551 fmt->match.single.lo = NULL; in free_mapping_format() 552 if (fmt->match.single.hi != 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() 1417 s_malloc(in[i].match.single.numRange); in dup_format_mapping() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | setlocale.c | 295 single: in debug_mbtowc() 303 goto single; in debug_mbtowc() 2460 single(int category, Lc_t* lc, unsigned int flags) in single() function 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() 2819 …if (!single(i, lc_all && !(lc_categories[i].flags & LC_setlocale) ? lc_all : lc_categories[i].prev… in _ast_setlocale() 2822 single(i, NiL, 0); in _ast_setlocale() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/libsff/ |
H A D | libsff_compliance.out | 22 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 D | interactive.c | 592 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 D | stubs.c | 131 #pragma weak single macro 136 int single, nogecos, noshell, nopw, mflag; variable
|
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/ |
H A D | bug16127.dat | 4 # single-element sets to an exact match with a single codepoint.
|
/illumos-gate/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 118 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/common/ficl/softcore/ |
H A D | jhlocal.fr | 40 \ 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/contrib/ast/src/cmd/ksh93/sh/ |
H A D | string.c | 466 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/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | amd64.esc | 72 * correctable (from a mem_ce ereport) is single-bit or multi-bit. For a 95 * 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 167 * The fraction of pages on a single rank that must be diagnosed as faulty 168 * with single correctable unit faults before we will fault the rank. 173 * failure) without getting carried away and allowing a single faulty rank to 188 * prepared to tolerate from a single rank before faulting the rank is 205 * The single-correctable-unit threshold at which number of faulted pages 213 * The maximum number of single-correctable-unit page faults we will diagnose [all …]
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rup.c | 82 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/initpkg/init.d/ |
H A D | README.rcS | 35 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/lp/filter/postscript/postio/ |
H A D | README | 34 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 D | base_conversion.h | 172 single x; 313 extern void __pack_single(unpacked *, single *, enum fp_direction_type,
|
/illumos-gate/usr/src/cmd/modload/ |
H A D | plcysubr.c | 437 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/common/atomic/sparcv9/ |
H A D | atomic.S | 218 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/test/test-runner/stf/contrib/include/ |
H A D | ctiutils.shlib | 69 # 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/sparc/ |
H A D | atomic.S | 97 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
|