Home
last modified time | relevance | path

Searched defs:ncall (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/avs/ncall/
H A Dncall_stub.c95 ncall_stub_timedsend(ncall_t *ncall, int flags, int svc_id, in ncall_stub_timedsend()
103 ncall_stub_timedsendnotify(ncall_t *ncall, int flags, int svc_id, in ncall_stub_timedsendnotify()
112 ncall_stub_broadcast(ncall_t *ncall, int flags, int svc_id, in ncall_stub_broadcast()
120 ncall_stub_read_reply(ncall_t *ncall, int n, va_list ap) in ncall_stub_read_reply()
127 ncall_stub_reset(ncall_t *ncall) in ncall_stub_reset()
134 ncall_stub_free(ncall_t *ncall) in ncall_stub_free()
141 ncall_stub_put_data(ncall_t *ncall, void *data, int len) in ncall_stub_put_data()
148 ncall_stub_get_data(ncall_t *ncall, void *data, int len) in ncall_stub_get_data()
155 ncall_stub_sender(ncall_t *ncall) in ncall_stub_sender()
162 ncall_stub_reply(ncall_t *ncall, va_list ap) in ncall_stub_reply()
[all …]
H A Dncall.c492 ncall_timedsend(ncall_t *ncall, int flags, int svc_id, in ncall_timedsend()
510 ncall_timedsendnotify(ncall_t *ncall, int flags, int svc_id, in ncall_timedsendnotify()
528 ncall_broadcast(ncall_t *ncall, int flags, int svc_id, in ncall_broadcast()
546 ncall_send(ncall_t *ncall, int flags, int svc_id, ...) in ncall_send()
564 ncall_read_reply(ncall_t *ncall, int n, ...) in ncall_read_reply()
581 ncall_reset(ncall_t *ncall) in ncall_reset()
589 ncall_free(ncall_t *ncall) in ncall_free()
597 ncall_put_data(ncall_t *ncall, void *data, int len) in ncall_put_data()
609 ncall_get_data(ncall_t *ncall, void *data, int len) in ncall_get_data()
621 ncall_sender(ncall_t *ncall) in ncall_sender()
[all …]
/titanic_50/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c216 ncall_t *ncall; in nsc_ncio_rwb() local
487 ncall_t *ncall; in nsc_ncio_attach() local
552 nsc_rncio_partsize(ncall_t *ncall, int *ap) in nsc_rncio_partsize()
639 nsc_rncio_io(ncall_t *ncall, int *ap, const int read) in nsc_rncio_io()
711 nsc_rncio_read(ncall_t *ncall, int *ap) in nsc_rncio_read()
718 nsc_rncio_write(ncall_t *ncall, int *ap) in nsc_rncio_write()
H A Dnsc_dev.c1125 ncall_t *ncall; in _nsc_setval() local
1246 r_nsc_setval(ncall_t *ncall, int *ap) in r_nsc_setval()
1276 r_nsc_setval_all(ncall_t *ncall, int *ap) in r_nsc_setval_all()
1988 ncall_t *ncall; in _nsc_alloc_dev() local
/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_ft.c626 ncall_t *ncall; in _sd_remote_enable() local
656 ncall_t *ncall; in _sd_remote_disable() local
664 r_sd_ifs_cache_enable(ncall_t *ncall, int *ap) in r_sd_ifs_cache_enable()
672 r_sd_ifs_cache_disable(ncall_t *ncall, int *ap) in r_sd_ifs_cache_disable()
906 ncall_t *ncall; in _sd_cd_discard_mirror() local
913 r_cd_discard(ncall_t *ncall, int *ap) in r_cd_discard()
/titanic_50/usr/src/lib/libbc/csu/common/
H A Dmon.h50 long ncall; member
/titanic_50/usr/src/cmd/truss/
H A Dramdata.h272 uint_t ncall; /* number of elements in stack */ member
/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h240 actype ncall; /* how many times called */ member
/titanic_50/usr/src/cmd/awk/
H A Drun.c186 int i, ncall, ndef, freed = 0; in call() local