Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 678) sorted by relevance

12345678910>>...28

/illumos-gate/usr/src/cmd/bnu/
H A Dcpmv.c201 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 Dgetpathbylabel.c63 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/test/zfs-tests/tests/functional/rsend/
H A Dsend-c_mixed_compression.ksh46 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 Dsend-c_zstreamdump.ksh41 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 Dsend-c_volume.ksh62 verify_stream_size $BACKDIR/full $vol
63 verify_stream_size $BACKDIR/full $vol2
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_lseek.c33 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/uts/common/io/fibre-channel/fca/qlc/
H A Dqlc.conf123 enable-LIP-full-login-on-bus-reset=1;
157 queue-full-retry-count=16;
163 queue-full-retry-delay=2;
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c55 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/test/os-tests/tests/secflags/
H A Dsecflags_zonecfg.sh90 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 Dfaulty.c974 if (full) { in print_name()
1095 if (full) { in print_name_list()
1234 NULL, full); in print_sup_record()
1240 full ? 0 : max_display, 0, NULL, full); in print_sup_record()
1245 full ? 0 : max_display, 0, print_asru_status, full); in print_sup_record()
1253 full ? 0 : max_display, 0, NULL, full); in print_sup_record()
1258 full ? 0 : max_display, 0, in print_sup_record()
1259 print_rsrc_status, full); in print_sup_record()
1268 NULL, full); in print_sup_record()
1274 print_fru_status, full); in print_sup_record()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME32 overheads used for both full and high speed host controller drivers. This
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.
136 the full speed.
141 one low-speed transaction takes 0x628h full speed bits (197 bytes),
322 * For all low/full speed devices, and for high speed devices with
349 This field is used only for full/low speed usb device interrupt and
356 /* Only full/low speed devices */
457 High speed split transactions (for full and low speed devices only):
[all …]
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c901 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 DREADME3 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 Dhunt1.c35 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 Dglue1.c35 static int full = 1000; variable
90 full = setfrom(argv[1][2]); in huntmain()
251 rprog, full); in huntmain()
H A Dhunt6.c37 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 Dfifo_buffs.c60 FifoBufferTable [fd]->full = 0; in ResetFifoBuffer()
83 FifoBufferTable [fd]->full = 0; in GetFifoBuffer()
H A Dread_fifo.c360 Had_Full_Buffer = fbp->full; in _buffer()
361 fbp->full = (nbytes == n); in _buffer()
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl783 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 Dsmatch_helper.c923 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 Dldap_attr.c47 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 Dn8.c146 goto full; in casehw()
167 goto full; in casehw()
171 full: in casehw()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_readdir.c107 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 DREADME.new131 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 DREADME7 # 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

12345678910>>...28