HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 1 - 10 of 10) sorted by null

  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/Proc/
filebyproc.d 10 syscall::open*:entry { printf("%s %s", execname, copyinstr(arg0)); }
pathopens.d 8 * is calculated, even if the file open referred to a relative pathname.
47 syscall::open*:entry
53 syscall::open*:return
87 syscall::open*:return
  /livemedia/livemedia/
rev_file.pl 32 open(PKGS, "<$fl") || die "Unable to open $fl";
proc_slist.pl 31 open(LST, "<$slist") || die "Cannot open slist";
100 if (open(PRE, "<$LIVEKIT/iso.sort.pre")) {
proc_toc.pl 37 open(TOC, "<$toc") || die "Unable to open $toc";
52 open(DEP, "<$product_prefix/$name1/install/depend") || die "Unable to open $product_prefix/$name1/install/depend";
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/Docs/Examples/
oneliners_examples.txt 24 # dtrace -n 'syscall::open*:entry { printf("%s %s",execname,copyinstr(arg0)); }'
25 dtrace: description 'syscall::open*:entry ' matched 2 probes
27 0 14 open:entry gnome-netstatus- /dev/kstat
28 0 14 open:entry man /var/ld/ld.config
29 0 14 open:entry man /lib/libc.so.1
30 0 14 open:entry man /usr/share/man/man.cf
31 0 14 open:entry man /usr/share/man/windex
32 0 14 open:entry man /usr/share/man/man1/ls.1
33 0 14 open:entry man /usr/share/man/man1/ls.1
34 0 14 open:entry man /tmp/mpqea4R
    [all...]
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/
errinfo 74 open(ERRNO,"/usr/include/sys/errno.h") || die "ERROR1: reading errno.h: $!\n";
129 ### Open DTrace
130 open(DTRACE,"$dtrace |") || die "ERROR2: Can't start dtrace (perms?): $!\n";
  /livemedia/livemedia/packages/clofi/
compress.c 126 fd = open(fname, O_RDONLY|O_LARGEFILE, 0);
128 fprintf(stderr, "Unable to open file %s", fname);
163 tfd = open(tfname1, O_WRONLY | O_CREAT | O_SYNC | O_TRUNC,
166 fprintf(stderr, "Unable to open file %s for writing\n", tfname1);
255 * Open the actual compressed file.
257 tfd = open(tfname2, O_WRONLY | O_CREAT | O_SYNC | O_TRUNC,
335 tfd = open(tfname2, O_RDONLY, 0);
355 tfd = open(tfname2, O_WRONLY | O_APPEND, 0);
decompress.c 69 fd = open(tfname1, O_RDONLY, 0);
127 tfd = open(tfname2, O_WRONLY | O_CREAT | O_SYNC | O_TRUNC,
lofi.c 31 * you tell lofi to open a file, and then use the block device you get as
49 * the open until the /dev/lofi device is opened, for a number of reasons.
62 * Normally, a lofi device cannot be detached if it is open (i.e. busy). To
64 * If a lofi device is open when a force detach is requested, then the
83 * because you'll be in lofi_ioctl, holding the lock when you open the
123 #include <sys/open.h>
168 * help because the device isn't open.
1084 * save open mode so file can be closed properly and vnode counts
    [all...]

Completed in 1679 milliseconds