Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 566) sorted by last modified time

12345678910>>...23

/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist48 4 EINTR Interrupted system call
/illumos-gate/usr/src/uts/intel/ml/
H A Dswtch.S124 call tsc_read; \
172 call smap_enable
180 call x86_rsb_stuff
222 call kernel_fpu_no_swtch
251 call hat_switch
351 call restorepctx
366 call smap_disable
369 call smt_mark
444 call hat_switch
450 call reapq_add
[all …]
H A Dretpoline.S37 call 2f; \
54 call 2f; \
146 call 2f
149 call 1b
151 call 2f
154 call 1b
190 call 1f
194 call 2f
230 call 2f; \
H A Dmodstubs.S164 call mod_hold_stub /* mod_hold_stub(mod_stub_info *) */
203 call mod_release_stub /* release hold on module */
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids21030 # brcmfmac reports it as BCM4377/4 but macOS drivers call it BCM4377b
/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvmx_support.S229 call x86_rsb_stuff_vmexit
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dsyscall_asm_amd64.S302 call panic; \
312 call panic; \
322 call panic; \
655 call x86_md_clear
708 call pre_syscall
719 call nosys
734 call post_syscall
1112 call trap
1232 call smap_enable
1239 call smap_enable
[all …]
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c759 call_table_remove(call); in clnt_cots_kdestroy()
762 if (call->call_reply) in clnt_cots_kdestroy()
1212 &call->call_cv, in clnt_cots_kcallit()
1265 mp = call->call_reply; in clnt_cots_kcallit()
1266 call->call_reply = NULL; in clnt_cots_kcallit()
1329 if (call->call_reply) { in clnt_cots_kcallit()
1572 call->call_hash = 0; in clnt_cots_kinit()
2239 calllist_t call; in connmgr_get() local
2241 bzero(&call, sizeof (call)); in connmgr_get()
2360 calllist_t call; in connmgr_wrapconnect() local
[all …]
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src1333 # * The call to ioctl with the argument WIOCLFONT is the key
1337 # #include <string.h> /* needed for strcpy call */
1338 # #include <sys/window.h> /* needed for ioctl call */
19388 # However, if you call that number today you'll get an insurance company.
19617 # call their new company and what to use for a logo.
H A Dtermcap.src1211 # * The call to ioctl with the argument WIOCLFONT is the key
1215 # #include <string.h> /* needed for strcpy call */
1216 # #include <sys/window.h> /* needed for ioctl call */
17279 # However, if you call that number today you'll get an insurance company.
17491 # call their new company and what to use for a logo.
/illumos-gate/usr/src/test/os-tests/tests/execvpe/
H A Dexecvpe-script19 # in to a shell when the system call fails with ENOEXEC.
/illumos-gate/usr/src/data/zoneinfo/
H A Dnorthamerica2232 # of the phone call, I decided to seek out an alternate source of
H A Daustralasia694 # on 2014-12-28 at 02:00. They call +11 "Bougainville Standard Time".
1638 # source - phone call to Ministry of Internal Affairs Head Office.
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c106 static void call(int n_ptrs, ...);
1588 (void) call(3, bye, "bye", "fromquit"); in quit()
3305 (void) call(3, status, "status", "notmuch"); in tn()
3397 call(int n_ptrs, ...) in call() function
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c151 static struct call Cucall; /* call structure for altconn() */
H A Dconn.c1304 altconn(call) in altconn() argument
1305 struct call *call; in altconn()
1314 alt[F_CLASS] = call->speed;
1328 if(call->line != NULL ) {
1329 if ( strncmp(call->line, "/dev/", 5) == 0 ) {
1330 Myline = (call->line + 5);
1332 Myline = call->line;
1337 if(call->telno != NULL) {
1338 alt[F_PHONE] = call->telno;
1344 if (call->type != NULL)
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c359 #define SYSENT_C(name, call, narg) \ argument
360 { (narg), SE_64RVAL, NULL, NULL, (llfcn_t)(uintptr_t)(call) }
363 #define SYSENT_CI(name, call, narg) \ argument
364 { (narg), SE_32RVAL1, NULL, NULL, (llfcn_t)(uintptr_t)(call) }
367 #define SYSENT_2CI(name, call, narg) \ argument
368 { (narg), SE_32RVAL1|SE_32RVAL2, NULL, NULL, (llfcn_t)(call) }
377 #define SYSENT_AP(name, call, narg) \ argument
378 { (narg), SE_64RVAL, (call), NULL, syscall_ap }
414 #define SYSENT_CL(name, call, narg) \ argument
415 IF_LP64(SYSENT_C(name, call, narg), SYSENT_CI(name, call, narg))
/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Dpayload_utils.S115 call outb
123 call outb
135 call outl
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE47 09-11-30 cat.c,date.c,cksum.c: drop setlocale() call already done by optget()
209 04-02-14 cp.c: add -F --fsync to call fsync(2) for each copied file
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu_asm.S396 call panic
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_subr_asm.S90 call hv_cpu_qconf
95 call hv_cpu_qconf
100 call hv_cpu_qconf
105 call hv_cpu_qconf
H A Dmach_xc.S88 jmp %o3 ! call the fast trap handler
H A Dmach_locore.S228 ! call krtld to link the world together
230 call kobj_start
318 call mlsetup
328 call main
335 call panic
925 call kpreempt
1032 call panic
1045 call panic
1447 nop ! skip recursive call
1450 call ptl1_recurse
[all …]
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.S551 call panic
2021 brnz,a,pt %l0, 1f ! Need to call kpreempt?
2038 call kpreempt
2578 call .alignit ! copy bytes until aligned
2610 call .alignit ! go word-align it
7323 1: ! punt, call bzero but notify the caller that bzero was used
7325 call bzero
H A Dgeneric_copy.S270 call .alignit ! copy bytes until aligned
302 call .alignit ! go word-align it
334 call sync_icache
466 call sync_icache
1111 ! Simply call bzero and notify the caller that bzero was used
1113 call bzero

12345678910>>...23