/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_main.c | 406 long tell; in c_output() local 425 tell = ftell(fout); in c_output() 429 if (extend && tell == ftell(fout)) { in c_output() 514 long tell; in h_output() local 562 tell = ftell(fout); in h_output() 611 if (extend && tell == ftell(fout)) { in h_output() 780 long tell; in svc_output() local 802 tell = ftell(fout); in svc_output() 805 if (extend && tell == ftell(fout)) in svc_output() 816 long tell; in clnt_output() local [all …]
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | tell.c | 39 #pragma weak _tell = tell 59 tell(int f) in tell() function
|
/illumos-gate/usr/src/head/ |
H A D | unistd.h | 206 #pragma redefine_extname tell tell64 214 #define tell tell64 227 #pragma redefine_extname tell64 tell 235 #define tell64 tell 547 extern off_t tell(int);
|
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | Makefile | 34 lp.tell \ 63 lp.tell := LDLIBS += $(LIBMSG) $(LIBLP) $(LDSTACKPROTECT)
|
H A D | standard | 133 if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ] 563 # It's not obvious how to tell if a port is parallel or serial. 1014 sleep 4 # Give $LPTELL a chance to tell
|
H A D | tsol_standard | 132 if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ] 579 # It's not obvious how to tell if a port is parallel or serial. 1095 sleep 4 # Give $LPTELL a chance to tell
|
H A D | tsol_standard_foomatic | 135 if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ] 606 # It's not obvious how to tell if a port is parallel or serial. 1124 sleep 4 # Give $LPTELL a chance to tell
|
H A D | netstandard | 62 if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ]
|
H A D | tsol_netstandard | 63 if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ]
|
H A D | tsol_netstandard_foomatic | 65 if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ]
|
/illumos-gate/usr/src/uts/sun4/conf/ |
H A D | genalign.S | 31 ! this little hack generates a .note section where we tell
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.parameter_implications.add | 3 * This gives you a way to tell Smatch about it.
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | setjmp.S | 60 mov JB_CLEARLINK, %o2 ! no, tell longjmp to clear ul_siglink
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | setjmp.S | 60 mov JB_CLEARLINK, %o2 ! no, tell longjmp to clear ul_siglink
|
/illumos-gate/usr/src/boot/i386/loader/ |
H A D | help.i386 | 25 to tell the kernel how many IDE disks there are in order to have it
|
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | README | 31 uses to tell it what tests to run against each dictionary. These
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | nic.esc | 94 * Allow drivers (e.g. i40e) which can't tell the difference between the events
|
H A D | pci.esc | 831 * - for other faults we can't tell who send the split completion and so 899 * - for other faults we can't tell who send the split completion and so 1145 * - ignore rx-spl as we can't tell what message it was (and we should have
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/ |
H A D | README | 315 and isochronous endpoints. This will tell the host controller which micro- 317 isochronous transaction. For full/low speed devices, it will tell when to 350 isochronous endpoints. It will tell the host controller which micro frame
|
/illumos-gate/usr/src/cmd/sgs/ar/common/ |
H A D | ar.msg | 55 @ MSG_INTERNAL_01 "ar: internal error: cannot tell whether file is \
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 882 tell
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | print-lp.p5m | 83 file path=usr/lib/lp/bin/lp.tell group=lp mode=0555
|
/illumos-gate/usr/src/boot/ |
H A D | README.loader | 110 root filesystem, so be careful where you tell it to read
|
/illumos-gate/usr/src/lib/libc/ |
H A D | README | 164 * lfree takes an argument to tell the size of the releasing
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 3006 # define tell(s) if (opterr) \ macro 3040 tell(": illegal option -- "); 3050 tell(": option requires an argument -- ");
|