/titanic_44/usr/src/lib/libtecla/common/ |
H A D | cplmatch.c | 349 match->completion = string; in cpl_add_completion() 385 return strcmp(m1->completion, m2->completion); in cpl_cmp_matches() 976 const char *completion; /* The completion string of the last unique match */ in cpl_zap_duplicates() local 995 completion = matches[0].completion; in cpl_zap_duplicates() 1003 if(strcmp(completion, match->completion) != 0 || in cpl_zap_duplicates() 1008 completion = match->completion; in cpl_zap_duplicates() 1054 int len = strlen(match->completion) + strlen(match->type_suffix); in cpl_plan_listing() 1134 int clen = strlen(match->completion); in cpl_format_line() 1139 if(write_fn(data, match->completion, clen) != clen) in cpl_format_line()
|
/titanic_44/usr/src/lib/libipmi/common/ |
H A D | ipmi_bmc.c | 96 int *completion) in ipmi_bmc_send() argument 165 *completion = recv.msg.data[0]; in ipmi_bmc_send() 169 *completion = 0; in ipmi_bmc_send()
|
H A D | ipmi_lan.c | 515 int *completion) in ipmi_lan_send() argument 550 *completion = rsp->ir_ccode; in ipmi_lan_send() 554 *completion = 0; in ipmi_lan_send()
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
H A D | Lgrp.pod | 187 Upon successful completion, L<lgrp_init()> returns a cookie. Otherwise it returns 199 Upon successful completion, 1 is returned. Otherwise, B<undef> is returned and 214 Upon succesful completion, the function returns the view for the snapshot of the 228 Upon successful completion, C<lgrp_home()> returns the id of the home lgroup of 236 Upon successful completion, the function returns whether the cookie is 353 Upon successful completion, the size in bytes is returned. Otherwise, B<undef> 415 Upon successful completion, L<lgrp_affinity_set()> return 1. Otherwise, it 439 Upon successful completion, lgrp_latency_cookie() return 1. Otherwise, it
|
/titanic_44/usr/src/cmd/tar/ |
H A D | tar.dfl | 26 # The block size and the number of blocks are put for completion
|
/titanic_44/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pci.esc | 117 * - scpe-d: split completion to get corrupted during downstream transmission 286 * - scpe-u: the transfer of bad split completion upstream. 295 * - rx-unex-sc: the device recieved a split completion with a tag 467 * - scpe-d: split completion gets corrupted during downstream transmission. 507 * - scpe-d: split completion gets corrupted during downstream transmission. 511 * - scpe-u: split completion to get corrupted during upstream transmission. 826 * If the bridge sees an upstream split completion error (pci-x only) it could 828 * - for various faults in the split completion (eg address parity error) 830 * as a split completion ta) 831 * - for other faults we can't tell who send the split completion and so [all …]
|
H A D | pciex.esc | 277 * - poiscomp-d: poisoned completion transmitted downstream 360 * - flt-poiscomp-u: poisoned completion transmitted upstream 512 * - poiscomp-d: poisoned completion transmitted upstream 662 * - flt-poiscomp-u: poisoned completion transmitted upstream 678 * - scpe-d: split completion to get corrupted during downstream transmission 1040 * downstream poisoned completion 1136 * downstream completion with ecrc error. 1253 * upstream poisoned completion 1267 * originator of the completion. The ptlp/sec-mdpe ereports at the intervening 1369 * upstream completion with ecrc error. [all …]
|
/titanic_44/usr/src/lib/libshell/ |
H A D | Makefile.com | 62 edit/completion.o \
|
/titanic_44/usr/src/lib/librstp/common/ |
H A D | ChangeLog | 36 - - In libcli.c : readline completion works; for it
|
/titanic_44/usr/src/cmd/fm/eversholt/files/sparc/sun4u/ |
H A D | xmits.esc | 88 * - stdst a streaming DMA split completion encounters a DSTAT error 89 * - cndst a consistant DMA split completion encounters a DSTAT error 248 * - stmmu: A streaming DMA split completion transaction 250 * - cnmmu: A consistant DMA split completion transaction 271 * - tato: DMA split completion target timeout error
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | AUTHORS | 59 network device completion.
|
H A D | NEWS | 318 * Better completion support. 555 * You can now perform TAB-based completion listing of any valid 558 "Device completion".
|
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | immu_regs.c | 65 #define wait_completion(immu, offset, getf, completion, status) \ argument 73 if (completion) { \
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | RELEASE | 76 in command completion has been fixed. 230 is truncated to the offset at the command completion. 275 08-12-09 Command completion was changed to use \ to quote special characters 481 08-05-15 The trap on SIGCLD is no longer triggered by the completion of 701 07-09-10 The file completion code has been modified so that after an = in 856 06-06-23 A number of bug fixes for command, file, and variable completion 868 06-06-13 A bug in edit completion with quoted strings has been fixed. 879 TAB completion, generates a listing of possible completions. 881 the completion with the corresponding item. 957 05-07-24 A bug in completion with <n>=, where n was the one of the [all …]
|
H A D | RELEASE88 | 169 1. set -o notify (or set -b) causes background completion messages 371 1. The pathname completion and pathname listing options 372 now perform command completion and command listing
|
H A D | DESIGN | 169 shell is waiting for input or for process completion.
|
/titanic_44/usr/src/lib/libtecla/ |
H A D | libtecla.h | 1579 char *completion; /* The matching completion string */ member
|
/titanic_44/usr/src/uts/common/io/skd/ |
H A D | skd.h | 308 struct fit_completion_entry_v1 completion; member
|
H A D | skd.c | 1493 skspcl->req.completion = *skcomp; in skd_complete_internal() 1497 status = skspcl->req.completion.status; in skd_complete_internal() 1987 skreq->completion.status = cmp_status; in skd_isr_completion_posted() 2038 skreq->completion = *skcmp; in skd_isr_completion_posted()
|
/titanic_44/usr/src/uts/sun4u/vm/ |
H A D | mach_sfmmu_asm.s | 686 cmp %i1, (4*VIS_BLOCKSIZE) ! check for completion
|
/titanic_44/usr/src/uts/sun4u/starcat/ml/ |
H A D | drmach_asm.s | 427 ! the completion of all pending coherent transactions 433 ! completion of outstanding writes in the MC queue.
|
/titanic_44/usr/src/cmd/oawk/ |
H A D | README | 28 to be the status return upon completion.
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | io.d.in | 58 caddr_t b_iodone; /* I/O completion routine */
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | internals.texi | 80 paste, and completion. 251 each possible file name. Otherwise, the file name completion won't work.
|
/titanic_44/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit.msg | 468 o\tTo perform command completion in an interactive session.\n\ 469 \tCommand completion can cause many, or all modules visible\n\
|