| /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
| qlc.conf | 119 #Name: Enable LIP full login on bus reset 121 #Usage: This field enables the adapter to issue a LIP full login reset 123 enable-LIP-full-login-on-bus-reset=1; 153 #Name: Queue full retry count 156 # queue full error. 157 queue-full-retry-count=16; 159 #Name: Queue full retry delay 162 # queue full error before starting any new I/O commands. 163 queue-full-retry-delay=2;
|
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| cpmv.c | 201 char full[MAXFULLNAME]; local 203 (void) strcpy(full, f2); 205 (void) strcat(full, "/"); 206 (void) strcat(full, BASENAME(f1, '/')); 209 /* create full owned by uucp */ 210 (void) close(creat(full, PUB_FILEMODE)); 211 (void) chmod(full, PUB_FILEMODE); 216 status = xcp(f1, full); 224 _exit(xcp(f1, full));
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| my.t | 97 for my $full (keys %fonts) { 98 $full =~ s/^n//; 100 print "$full $fonts{nok}\n";
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/msgs/ |
| fifo_buffs.c | 62 FifoBufferTable [fd]->full = 0; 85 FifoBufferTable [fd]->full = 0;
|
| llib-llpmsg | 69 int full;
|
| read_fifo.c | 90 ** In this case, if we had not read a full buffer last time, then we 165 ** We're sync'd, so read the full header. 279 ** We're sync'd, so read the full header. 362 Had_Full_Buffer = fbp->full; 363 fbp->full = (nbytes == n);
|
| /onnv/onnv-gate/usr/src/lib/libproc/common/ |
| pr_lseek.c | 35 offset_t full; /* full 64 bit offset value */ member in union:__anon3939 75 off.full = offset; 108 offset = (off_t)off.full; 150 off.full = offset; 183 offset = off.full;
|
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| bindrop.sh | 27 # Create an encumbered binaries tarball from a full build proto area, 33 usage="bindrop [-n] full-root open-root basename" 102 full="$1" 113 [[ -d "$full" ]] || fail "can't find $full." 128 # Copy the full tree into a temp directory. 130 (cd "$full"; tar cf - .) | (cd "$tmpdir/closed/$rootdir"; tar xpf -) 309 mkclosed "$isa" "$full" "$tmpdir/closed/$rootdir" || \
|
| /onnv/onnv-gate/usr/src/lib/libtsol/common/ |
| getpathbylabel.c | 60 * Return a pointer to the trailing suffix of full that follows the prefix 61 * given by pref. If pref isn't a prefix of full, return NULL. Apply 66 pathsuffix(char *full, char *pref) 70 if (full == NULL || pref == NULL) 74 if (strncmp(pref, full, preflen) != 0) 78 * pref is a substring of full. To be a subpath, it cannot cover a 79 * partial component of full. The last clause of the test handles the 82 if (full[preflen] != '\0' && full[preflen] != '/' && preflen > 1) 85 if (preflen == 1 && full[0] == '/' [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/usb/hcd/ |
| README | 32 overheads used for both full and high speed host controller drivers. This 41 2.Full speed bus 43 The following overheads, formulas and scheme are applicable both to full speed 45 which perform full/low speed transactions. 59 1 full speed bit time 83.54 ns 77 Low-Speed clock* Slower than Full speed 8 93 ports. The minimum of 4 full speed bit time. 135 3.The Low-Speed clock is eight times slower than full speed i.e. 1/8th of 136 the full speed. 141 one low-speed transaction takes 0x628h full speed bits (197 bytes) [all...] |
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/ |
| listmgr.c | 55 int full; /* segment has no available space */ member in struct:alloc_seg 179 alloc_segment->full = 0; 215 new_alloc_cs->full = 0; 299 if (bl_ptr->cur_segment == NULL || bl_ptr->cur_segment->full) 306 /* Advance it and mark if full. */ 311 bl_ptr->cur_segment->full = 1; 458 list_ptr->alloc_segs->full = 0; 516 * structure is full, we have to grow it without resetting 520 if (bl_cs_array[list_handle]->alloc_segs->full) {
|
| /onnv/onnv-gate/usr/src/cmd/refer/ |
| hunt1.c | 37 static int full = 1000; variable 90 case 'F': /* put out full text */ 91 full = setfrom(argv[1][2]); 212 nitem, qitem, rprog, full); 247 if (full) {
|
| hunt6.c | 39 char *qitem[], char *rprog, int full) 131 if (full >= g)
|
| glue1.c | 37 static int full = 1000; variable 91 case 'F': /* put out full text */ 92 full = setfrom(argv[1][2]); 253 rprog, full);
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/df/ |
| df.c | 895 * Return a pointer to the trailing suffix of full that follows the prefix 896 * given by pref. If pref isn't a prefix of full, return NULL. Apply 901 pathsuffix(char *full, char *pref) 905 if (full == NULL || pref == NULL) 909 if (strncmp(pref, full, preflen) != 0) 913 * pref is a substring of full. To be a subpath, it cannot cover a 914 * partial component of full. The last clause of the test handles the 917 if (full[preflen] != '\0' && full[preflen] != '/' && preflen > 1) 920 if (preflen == 1 && full[0] == '/' [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/sun4u/modules/unix/ |
| unix.c | 554 ttprint_short(uintptr_t addr, const trap_trace_fullrec_t *full, int *cpu) 557 const struct trap_trace_record *ttp = &full->ttf_rec; 560 mdb_printf("%3d ", full->ttf_cpu); 562 if (*cpu != full->ttf_cpu) 632 ttprint_long(uintptr_t addr, const trap_trace_fullrec_t *full, int *cpu) 634 const struct trap_trace_record *ttp = &full->ttf_rec; 637 mdb_printf("%3d ", full->ttf_cpu); 638 else if (*cpu != full->ttf_cpu) 902 httprint_short(uintptr_t addr, const htrap_trace_fullrec_t *full, int *cpu) 905 const struct htrap_trace_record *ttp = &full->ttf_rec [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/fmadm/common/ |
| faulty.c | 1075 int pct, int full) 1093 if (full) { 1194 int limit, int pct, void (func1)(int, char *), int full) 1217 if (full) { 1236 print_name(list, func, padding, &n, pct, full); 1243 print_name(list->prev, func, padding, &n, pct, full); [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
| SubstrHash.t | 55 print "not " unless $@ =~ /Table is full \(3 elements\)/;
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/ |
| autod_lookup.c | 73 if (!err && rdcp->full) {
|
| autod_readdir.c | 109 if (!rdcp->full) { 111 if (!rdcp->full) { 147 rdcp->full = 0; 182 rdcp->full = 0; 552 rdcp->full = 1;
|
| /onnv/onnv-gate/usr/src/lib/libnisdb/ |
| ldap_attr.c | 48 char *full; local 56 full = sdup(myself, T, name); 58 full = scat(myself, T, scat(myself, F, name, "."), 64 return (full);
|
| /onnv/onnv-gate/usr/src/cmd/troff/ |
| n8.c | 148 goto full; 169 goto full; 173 full: 174 errprint(gettext("exception word list full."));
|
| /onnv/onnv-gate/usr/src/tools/ |
| README.tools | 26 This directory contains the tools used to do a full build of the 33 use this account to do full builds with 'nightly'. You don't have to, 298 workspace. Used mostly for non-full-build workspaces, so it sets up 331 How to do a full build 335 a developer wanting to do a full build in a child of the gate, copy the 350 you can go look at the full log of what happened, generally in
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| charnames.t | 20 use charnames ':full'; 30 use charnames ":full"; 68 use charnames ':full'; 81 use charnames ':full'; 99 use charnames qw(:full); 110 use charnames qw(:full); 117 use charnames ':full'; 130 use charnames ':full'; 351 use charnames ":alias" => ":full"; 354 :alias cannot use existing pragma :full \(reversed order\?\) a [all...] |
| DirHandle.pm | 36 about specifying relative pathnames. While a full path always begins
|