/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | 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;
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/ |
H A D | send-c_mixed_compression.ksh | 9 # A full copy of the text of the CDDL should have accompanied this 27 # 2. Receive a full compressed send, and verify the data and compression ratios 46 log_must zfs snapshot $send_ds@full 47 log_must eval "zfs send -c $send_ds@full >$BACKDIR/full" 48 log_must eval "zfs recv $recv_ds <$BACKDIR/full" 50 verify_stream_size $BACKDIR/full $send_ds 51 verify_stream_size $BACKDIR/full $recv_ds
|
H A D | send-c_zstreamdump.ksh | 9 # A full copy of the text of the CDDL should have accompanied this 26 # 1. Create a full compressed send stream 41 log_must zfs snapshot $sendfs@full 43 log_must eval "zfs send -c $sendfs@full >$BACKDIR/full" 44 log_must stream_has_features $BACKDIR/full lz4 compressed 45 cat $BACKDIR/full | zstreamdump -v | parse_dump > $BACKDIR/dump.out
|
H A D | send-c_volume.ksh | 9 # A full copy of the text of the CDDL should have accompanied this 58 log_must eval "zfs send -c $vol@snap >$BACKDIR/full" 59 log_must eval "zfs recv -d $POOL2 <$BACKDIR/full" 61 verify_stream_size $BACKDIR/full $vol 62 verify_stream_size $BACKDIR/full $vol2
|
H A D | send-c_lz4_disabled.ksh | 9 # A full copy of the text of the CDDL should have accompanied this 61 log_must zfs snapshot $send_ds@full 63 log_must eval "zfs send -c $send_ds@full >$BACKDIR/full-c" 64 log_must eval "zfs recv $recv_ds <$BACKDIR/full-c" 68 log_must eval "zfs send $send_ds@full >$BACKDIR/full" 69 log_must eval "zfs recv $recv_ds <$BACKDIR/full"
|
H A D | send-c_recv_lz4_disabled.ksh | 9 # A full copy of the text of the CDDL should have accompanied this 59 log_must zfs snapshot $send_ds@full 61 log_must eval "zfs send -c $send_ds@full >$BACKDIR/full-c" 62 log_mustnot eval "zfs recv $recv_ds <$BACKDIR/full-c" 64 log_must eval "zfs send $send_ds@full >$BACKDIR/full" 65 log_must eval "zfs recv $recv_ds <$BACKDIR/full"
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | 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));
|
/illumos-gate/usr/src/cmd/lp/lib/msgs/ |
H A D | fifo_buffs.c | 62 FifoBufferTable [fd]->full = 0; 85 FifoBufferTable [fd]->full = 0;
|
H A D | llib-llpmsg | 69 int full;
|
H A D | 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);
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | pr_lseek.c | 35 offset_t full; /* full 64 bit offset value */ member in union:__anon3802 75 off.full = offset; 108 offset = (off_t)off.full; 150 off.full = offset; 183 offset = off.full;
|
/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | 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) argument 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[ 98 subpath(char *full, char *sub) argument [all...] |
/illumos-gate/usr/src/test/os-tests/tests/secflags/ |
H A D | secflags_zonecfg.sh | 9 # A full copy of the text of the CDDL should have accompanied this 90 expect_success valid-full-config <<EOF 106 expect_fail invalid-full-lower-gt-def "default secflags must be above the lower limit" <<EOF 123 expect_fail invalid-full-def-gt-upper "default secflags must be within the upper limit" <<EOF 140 expect_fail invalid-full-def-gt-upper "default secflags must be within the upper limit" <<EOF
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | 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) {
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.providers.ksh | 30 echo failed to enable io provider with full privs
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | 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) {
|
H A D | hunt6.c | 39 char *qitem[], char *rprog, int full) 131 if (full >= g) 38 baddrop(unsigned *mptr, int nf, FILE *fc, int nitem, char *qitem[], char *rprog, int full) argument
|
H A D | glue1.c | 37 static int full = 1000; variable 91 case 'F': /* put out full text */ 92 full = setfrom(argv[1][2]); 253 rprog, full);
|
/illumos-gate/usr/src/cmd/fs.d/ufs/df/ |
H A D | 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) argument 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[ 933 subpath(char *full, char *sub) argument [all...] |
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | unix.c | 554 ttprint_short(uintptr_t addr, const trap_trace_fullrec_t *full, int *cpu) argument 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) argument 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) argument 905 const struct htrap_trace_record *ttp = &full 927 httprint_long(uintptr_t addr, const htrap_trace_fullrec_t *full, int *cpu) argument 1164 xctrace_walk(uintptr_t addr, const trap_trace_fullrec_t *full, int *cpu) argument [all...] |
/illumos-gate/usr/src/cmd/fm/fmadm/common/ |
H A D | faulty.c | 959 print_name(name_list_t *list, char *padding, int *np, int pct, int full) argument 973 if (full) { 1074 int limit, int pct, void (func1)(int, char *), int full) 1094 if (full) { 1113 print_name(list, padding, &n, pct, full); 1120 print_name(list->prev, padding, &n, pct, full); 1124 " use -v option for full list")); 1179 print_sup_record(status_record_t *srp, int opt_i, int full) argument 1196 if (full || n < j || n >= k || max_fault == 0 || 1231 NULL, full); 1073 print_name_list(name_list_t *list, char *label, int limit, int pct, void (func1)(int, char *), int full) argument 1283 print_status_record(status_record_t *srp, int summary, int opt_i, int full) argument 1335 print_catalog(int summary, int opt_a, int full, int opt_i, int page_feed) argument [all...] |
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_lookup.c | 73 if (!err && rdcp->full) {
|
H A D | autod_readdir.c | 109 if (!rdcp->full) { 111 if (!rdcp->full) { 147 rdcp->full = 0; 182 rdcp->full = 0; 552 rdcp->full = 1;
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_attr.c | 47 char *full; local 55 full = sdup(myself, T, name); 57 full = scat(myself, T, scat(myself, F, name, "."), 63 return (full);
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | n8.c | 148 goto full; 169 goto full; 173 full: 174 errprint(gettext("exception word list full."));
|