Home
last modified time | relevance | path

Searched refs:stuff (Results 1 – 25 of 64) sorted by relevance

123

/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dnlfldsep.ok3 stuff
5 stuff
9 stuff
H A Dnlfldsep.in1 some stuff
/illumos-gate/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.c281 char *stuff; in stuffenv() local
286 if ((stuff = malloc(lenvar + lenval + 1)) == NULL) { in stuffenv()
290 (void) sprintf(stuff, "%s%s", var, val); in stuffenv()
291 (void) putenv(stuff); in stuffenv()
/illumos-gate/usr/src/common/ficl/test/
H A Dooptest.fr1 \ OOP test stuff
45 \ test stuff from ficl.html
H A Dficltest.fr2 \ test ANSI CORE stuff first...
22 \ test double stuff
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_pkt.c71 uint32_t start, stuff, end, value, flags; in softmac_rput_process_data() local
78 mac_hcksum_get(mp, &start, &stuff, &end, &value, &flags); in softmac_rput_process_data()
79 mac_hcksum_set(tmp, start, stuff, end, value, flags); in softmac_rput_process_data()
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_tx.c77 uint32_t start, stuff, value, flags, lso_flag, mss; in vmxnet3_tx_prepare_offload() local
83 mac_hcksum_get(mp, &start, &stuff, NULL, &value, &flags); in vmxnet3_tx_prepare_offload()
98 "stuff=%u, value=%u\n", flags, ethLen, start, stuff, value); in vmxnet3_tx_prepare_offload()
138 ol->msscof = stuff + ethLen; in vmxnet3_tx_prepare_offload()
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.split11 BEGIN { z = "stuff" }
/illumos-gate/exception_lists/
H A Dpmodes40 # Lp stuff is chmod'ed back by the lp system; prevent pkgchk errors
57 # /var/adm stuff added because std cron jobs for sys/adm expect this
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c316 uint32_t start, length, stuff, cksum; in xnb_process_cksum_flags() local
329 stuff = start + TCP_CHECKSUM_OFFSET; in xnb_process_cksum_flags()
332 stuff = start + UDP_CHECKSUM_OFFSET; in xnb_process_cksum_flags()
335 stuffp = (uint16_t *)(mp->b_rptr + offset + stuff); in xnb_process_cksum_flags()
376 mac_hcksum_set(mp, start, stuff, length, 0, in xnb_process_cksum_flags()
908 uint32_t start, stuff, end, value, flags; in replace_msg() local
917 mac_hcksum_get(mp, &start, &stuff, &end, &value, &flags); in replace_msg()
918 mac_hcksum_set(new_mp, start, stuff, end, value, flags); in replace_msg()
/illumos-gate/usr/src/psm/
H A DMakefile.psm.6434 # XX64 all the stuff below this line should go away once the tools are fixed
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dctftest-merge-no-ctf.ksh77 struct foo stuff[90];
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A Dlc24 % This stuff has gotten terribly complicated - sorry.
H A Dlf24 % This stuff has gotten terribly complicated - sorry.
H A Drf24 % This stuff has gotten terribly complicated - sorry.
H A Drc24 % This stuff has gotten terribly complicated - sorry.
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c1602 mac_hcksum_get(const mblk_t *mp, uint32_t *start, uint32_t *stuff, in mac_hcksum_get() argument
1616 if (stuff != NULL) in mac_hcksum_get()
1617 *stuff = (uint32_t)DB_CKSUMSTUFF(mp); in mac_hcksum_get()
1628 mac_hcksum_set(mblk_t *mp, uint32_t start, uint32_t stuff, uint32_t end, in mac_hcksum_set() argument
1634 DB_CKSUMSTUFF(mp) = (intptr_t)stuff; in mac_hcksum_set()
H A Dmac_util.c374 uint32_t flags, start, stuff, end, value; in mac_sw_cksum() local
387 mac_hcksum_get(mp, &start, &stuff, &end, &value, NULL); in mac_sw_cksum()
538 up = (uint16_t *)((uchar_t *)ipp + stuff); in mac_sw_cksum()
554 mac_hcksum_set(mp, start, stuff, end, value, flags); in mac_sw_cksum()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmalloc.test90 SELECT 'stuff', count(*) as 'other stuff', max(a+10) FROM t1;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dvariables.sh179 .sh.value=stuff
182 if [[ $foo != stuff ]]
/illumos-gate/usr/src/grub/grub-0.97/
H A DAUTHORS54 logical partitions, and did a significant bugfix for the terminal stuff.
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A DREADME65 can be built by hand or you can use postio (with the -t option) and the stuff
99 in /usr/lib/font/PDQ/devpost. If you don't know what PDQs are skip this stuff.
/illumos-gate/usr/src/cmd/eqn/
H A De.y51 stuff : eqn { putout($1); }
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.S129 ! aligned. So, use ld and st instructions rather than trying to copy stuff
/illumos-gate/usr/src/boot/common/linenoise/
H A DREADME.markdown14 …t feature for command line utilities. Instead of retyping almost the same stuff again and again it…

123