/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, '/')); 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/lib/libtsol/common/ |
H A D | getpathbylabel.c | 63 pathsuffix(char *full, char *pref) in pathsuffix() argument 67 if (full == NULL || pref == NULL) in pathsuffix() 71 if (strncmp(pref, full, preflen) != 0) in pathsuffix() 79 if (full[preflen] != '\0' && full[preflen] != '/' && preflen > 1) in pathsuffix() 82 if (preflen == 1 && full[0] == '/') in pathsuffix() 83 return (full); in pathsuffix() 85 return (full + preflen); in pathsuffix() 95 subpath(char *full, char *sub) in subpath() argument 97 return (pathsuffix(full, sub) == NULL); in subpath()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | pr_lseek.c | 33 offset_t full; /* full 64 bit offset value */ member 73 off.full = offset; in pr_lseek() 106 offset = (off_t)off.full; in pr_lseek() 148 off.full = offset; in pr_llseek() 181 offset = off.full; in pr_llseek()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/ |
H A D | send-c_mixed_compression.ksh | 46 log_must zfs snapshot $send_ds@full 50 verify_stream_size $BACKDIR/full $send_ds 51 verify_stream_size $BACKDIR/full $recv_ds
|
H A D | send-c_zstreamdump.ksh | 41 log_must zfs snapshot $sendfs@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 | 62 verify_stream_size $BACKDIR/full $vol 63 verify_stream_size $BACKDIR/full $vol2
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | listmgr.c | 55 int full; /* segment has no available space */ member 179 alloc_segment->full = 0; in alloc_next_seg() 215 new_alloc_cs->full = 0; in alloc_next_seg() 299 if (bl_ptr->cur_segment == NULL || bl_ptr->cur_segment->full) in bl_next_avail() 311 bl_ptr->cur_segment->full = 1; in bl_next_avail() 458 list_ptr->alloc_segs->full = 0; in ar_delete() 520 if (bl_cs_array[list_handle]->alloc_segs->full) { in ar_next_avail()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | qlc.conf | 123 enable-LIP-full-login-on-bus-reset=1; 157 queue-full-retry-count=16; 163 queue-full-retry-delay=2;
|
/illumos-gate/usr/src/test/os-tests/tests/secflags/ |
H A D | secflags_zonecfg.sh | 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/fm/fmadm/common/ |
H A D | faulty.c | 960 print_name(name_list_t *list, char *padding, int *np, int pct, int full) in print_name() argument 974 if (full) { in print_name() 1075 int limit, int pct, void (func1)(int, char *), int full) in print_name_list() argument 1095 if (full) { in print_name_list() 1114 print_name(list, padding, &n, pct, full); in print_name_list() 1121 print_name(list->prev, padding, &n, pct, full); in print_name_list() 1180 print_sup_record(status_record_t *srp, int opt_i, int full) in print_sup_record() argument 1197 if (full || n < j || n >= k || max_fault == 0 || in print_sup_record() 1234 NULL, full); in print_sup_record() 1240 full ? 0 : max_display, 0, NULL, full); in print_sup_record() [all …]
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/ |
H A D | README | 32 overheads used for both full and high speed host controller drivers. This 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 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), 314 This field is used for for high, full and low speed usb device interrupt 317 isochronous transaction. For full/low speed devices, it will tell when to [all …]
|
/illumos-gate/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 901 pathsuffix(char *full, char *pref) in pathsuffix() argument 905 if (full == NULL || pref == NULL) in pathsuffix() 909 if (strncmp(pref, full, preflen) != 0) in pathsuffix() 917 if (full[preflen] != '\0' && full[preflen] != '/' && preflen > 1) in pathsuffix() 920 if (preflen == 1 && full[0] == '/') in pathsuffix() 921 return (full); in pathsuffix() 923 return (full + preflen); in pathsuffix() 933 subpath(char *full, char *sub) in subpath() argument 935 return (pathsuffix(full, sub) == NULL); in subpath()
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | README | 3 The Rapid Spanning Tree Library project contains a full implementation 19 You will get prompt of 'mngr'; type '?' and get full help of 24 You will get prompt of 'bridge'; type '?' and get full help
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | hunt1.c | 35 static int full = 1000; variable 89 full = setfrom(argv[1][2]); in main() 210 nitem, qitem, rprog, full); in main() 245 if (full) { in main()
|
H A D | glue1.c | 35 static int full = 1000; variable 90 full = setfrom(argv[1][2]); in huntmain() 251 rprog, full); in huntmain()
|
H A D | hunt6.c | 37 char *qitem[], char *rprog, int full) in baddrop() argument 129 if (full >= g) in baddrop()
|
/illumos-gate/usr/src/cmd/lp/lib/msgs/ |
H A D | fifo_buffs.c | 60 FifoBufferTable [fd]->full = 0; in ResetFifoBuffer() 83 FifoBufferTable [fd]->full = 0; in GetFifoBuffer()
|
H A D | read_fifo.c | 360 Had_Full_Buffer = fbp->full; in _buffer() 361 fbp->full = (nbytes == n); in _buffer()
|
/illumos-gate/usr/src/cmd/abi/appcert/scripts/ |
H A D | symprof.pl | 783 my ($soname, $base, $full); 797 ($soname, $full) = split(/\s+=>\s+/, $_); 799 if ($full !~ /not found|\)/) { 800 $dtneededs_lookup_full{$full}{$dir} = 1; 861 foreach $full (keys(%dtneededs_lookup_full)) { 862 if (! files_equal($path_to_object, $full)) { 865 push(@dirlist, keys(%{$dtneededs_lookup_full{$full}}));
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_helper.c | 923 char *full, *outer; in get_member_name() local 940 full = expr_to_str(expr); in get_member_name() 941 if (!full) in get_member_name() 948 free_string(full); in get_member_name() 952 if (strncmp(outer, full, len) != 0) { in get_member_name() 953 free_string(full); in get_member_name() 957 if (full[len] == '-' && full[len + 1] == '>') in get_member_name() 959 if (full[len] == '.') in get_member_name() 961 snprintf(buf, sizeof(buf), "(struct %s)->%s", sym->ident->name, full + len); in get_member_name() 963 free_string(full); in get_member_name()
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_attr.c | 47 char *full; in fullObjName() local 55 full = sdup(myself, T, name); in fullObjName() 57 full = scat(myself, T, scat(myself, F, name, "."), in fullObjName() 63 return (full); in fullObjName()
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | n8.c | 146 goto full; in casehw() 167 goto full; in casehw() 171 full: in casehw()
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_readdir.c | 107 if (!rdcp->full) { in do_readdir() 109 if (!rdcp->full) { in do_readdir() 145 rdcp->full = 0; in do_readdir() 180 rdcp->full = 0; in do_readdir() 550 rdcp->full = 1; in build_dir_entry_list()
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | README.new | 131 full-duplex 133 NOTE: Only use mediaopt to set the driver to full-duplex. If mediaopt is 137 If the interface is currently forced to 100 full duplex, in order to change 141 full-duplex 149 option to select full-duplex mode. 152 option to select full-duplex mode. 155 supports only full-duplex mode. 158 supports only full-duplex mode. 401 read the full terms and conditions of the LICENSE located in this software
|
/illumos-gate/usr/src/test/zfs-tests/doc/ |
H A D | README | 7 # A full copy of the text of the CDDL should have accompanied this 28 testrunner without running a full nightly: 54 - A non-root user with the full set of basic privileges and the ability
|