/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/ |
H A D | t.exit1 | 2 print "this is before calling myabort" 4 print "this is after calling myabort"
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | strchr.S | 58 push %ebx / save regs per calling convention 88 pop %esi / restore esi ebx as per calling cvntn
|
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/ |
H A D | callparam.ok | 1 $AWK: calling undefined function b
|
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/ |
H A D | t.exit1 | 1 this is before calling myabort
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | DIVERGENCES | 5 better so that we can avoid repeatedly calling strlen(3C)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | xti_osi.h | 101 struct rate calling; /* calling rate */ member
|
/illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
H A D | boot_elf.S | 135 movl %eax, -8(%ebp) / save calling address 162 movl -8(%ebp), %eax / eax == calling destination
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | proc_init.S | 107 ! *before* calling into C routines .
|
/illumos-gate/usr/src/cmd/smbsrv/testoplock/ |
H A D | case14.txt | 19 # This is handled without calling the common oplock layer,
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/pod/ |
H A D | Task.pod | 36 This function returns the numeric task ID of the calling process, or C<undef>
|
/illumos-gate/usr/src/lib/libc/ |
H A D | README | 60 which the calling thread cannot be suspended (making the region 61 fork-safe) and in which the calling thread has all signals deferred 126 dlopen()ed L10N objects that might be calling malloc()/free(). 137 This enforces the prohibition against calling fork() or pthread_atfork()
|
/illumos-gate/usr/src/pkg/transforms/ |
H A D | extract_metadata | 36 # The default of "current" is provided by the calling environment,
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | README.design | 126 by calling either setbuf(3C) or setvbuf(3C). This buffer is stored in 204 can then be explicitly set by calling fwide(3C). Some streams are also 214 calling freopen(3C). 258 it by calling _setorientation(). Not all streams have a default 324 simulate malloc failure when required. This can be enabled by calling
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | nameref.sh | 534 [[ $? == 0 ]] || err_exit 'nameref binding to calling function compound variable failed' 619 [[ $(print -v nar) == "$exp" ]] || err_exit 'read from a nameref variable from calling scope fails'
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/ |
H A D | 00README | 28 As well as offering examples of the proper calling sequence for the
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | cpr_resume_setup.S | 179 ! always set %tba to the prom's trap table before calling
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 335 …rated from an outside source. Each OS needs to implement its own driver, calling the various funct… 410 …the actual BAR as seen by the host]. The register access is then made by calling \texttt{ecore\_wr… 443 …he PCI BAR itself – the upper-layer should have initialized those before calling this function, an… 447 Trying to access registers except for pci-related ones prior to calling this function will fail. \\ 449 …g., contexts, slowpath queue, SRIOV information, etc. Notice that before calling this function, ea… 508 …calling this, all the protocol specifics done after initializing the HW should have already been r… 555 This structure is later used for calling the functions \texttt{ecore\_sb\_update\_sb\_idx()} and \t… 576 … code snippet [\ref{snippets/ecore_int_mode.h}]] needs to be passed when calling \texttt{ecore\_hw… 580 If upper-layer driver would later wish to change the interrupt mode, it can do so by calling \myfun… 616 \item OS is triggered, calling the driver's Interrupt Service Routine [ISR]. [all …]
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | sca1000.esc | 47 * However, it returns these errors to the calling application. Since the
|
H A D | sca500.esc | 47 * However, it returns these errors to the calling application. Since the
|
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/ |
H A D | usb.xcl | 134 msgid "calling add_entry: vid: 0x%x pid:0x%x config:0x%x,"
|
/illumos-gate/usr/src/boot/forth/ |
H A D | shortcuts.4th | 34 \ libraries. This will prevent calling a word defined here before any required
|
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/ |
H A D | boot_elf.S | 423 movq %rax, SPDESTOFF(%rbp) / save calling address 450 movq SPDESTOFF(%rbp), %r11 / r11 == calling destination
|
/illumos-gate/usr/src/lib/libcryptoutil/ |
H A D | README | 106 add the "CKM_" prefix before calling pkc11_str2mech() 209 responsible for calling pkcs11_free_uri() after it's done with the URI
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 119 ** *errmsg is made to point to that message. The calling function 326 ** After the calling function has finished using the result, it should 329 ** malloc() happens, the calling function must not try to call 498 ** result and returns a pointer to this buffer. The calling routine 632 ** error message. The calling routine is responsible for freeing the text 668 ** another thread or process is holding a lock. The calling routine 669 ** can try again to open the database by calling sqlite_step() again. 701 ** and *pzErrMsg is made to point to that error message. The calling routine
|
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/ |
H A D | T.misc | 132 grep "calling undefined function foo" $TEMP0 >/dev/null || fail "BAD: T.misc undefined function"
|