/titanic_50/usr/src/uts/common/io/audio/impl/ |
H A D | audio_ddi.c | 504 struct audio_ops_helper *helper; in audio_init_ops() local 506 helper = kmem_zalloc(sizeof (*helper), KM_SLEEP); in audio_init_ops() 508 (void) strlcpy(helper->name, name, sizeof (helper->name)); in audio_init_ops() 510 helper->minfo.mi_idnum = 0; /* only for strlog(1M) */ in audio_init_ops() 511 helper->minfo.mi_idname = helper->name; in audio_init_ops() 512 helper->minfo.mi_minpsz = 0; in audio_init_ops() 513 helper->minfo.mi_maxpsz = 8192; in audio_init_ops() 514 helper->minfo.mi_hiwat = 65536; in audio_init_ops() 515 helper->minfo.mi_lowat = 32768; in audio_init_ops() 517 helper->wqinit.qi_putp = audio_wput; in audio_init_ops() [all …]
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_helper_stream.c | 182 ip_helper_stream_info_t *helper; in ip_create_helper_stream() local 194 helper = kmem_alloc(sizeof (ip_helper_stream_info_t), KM_SLEEP); in ip_create_helper_stream() 203 DEV_IP), IP_HELPER_STR, kcred, &helper->iphs_handle, li); in ip_create_helper_stream() 206 kmem_free(helper, sizeof (ip_helper_stream_info_t)); in ip_create_helper_stream() 214 (void) ldi_close(helper->iphs_handle, 0, kcred); in ip_create_helper_stream() 215 kmem_free(helper, sizeof (ip_helper_stream_info_t)); in ip_create_helper_stream() 218 connp->conn_helper_info = helper; in ip_create_helper_stream() 223 error = ldi_ioctl(helper->iphs_handle, SIOCSQPTR, (intptr_t)connp, in ip_create_helper_stream() 231 (void) ldi_close(helper->iphs_handle, 0, kcred); in ip_create_helper_stream() 232 kmem_free(helper, sizeof (ip_helper_stream_info_t)); in ip_create_helper_stream()
|
/titanic_50/usr/src/cmd/dtrace/test/tst/i386/ |
H A D | Makefile | 35 ustack/tst.helper.exe := MAPFILE.NED= 37 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o 38 $(LINK.c) -o ustack/tst.helper.exe \ 39 ustack/tst.helper.o ustack/helper_helper.o $(LDLIBS)
|
/titanic_50/usr/src/cmd/dtrace/test/tst/sparc/ |
H A D | Makefile | 35 all: ustack/tst.helper.exe ustack/tst.annotated.exe 37 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o 38 $(LINK.c) -o ustack/tst.helper.exe \ 39 ustack/tst.helper.o ustack/helper_helper.o $(LDLIBS)
|
/titanic_50/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 375 typedef struct helper { struct 376 int helper; /* bound helper id */ member 405 helper_t *helper; /* array of helpers */ member 571 if (old->helper != NULL) { in dump_update_clevel() 574 hpend = &old->helper[old->nhelper]; in dump_update_clevel() 575 for (hp = old->helper; hp != hpend; hp++) { in dump_update_clevel() 581 kmem_free(old->helper, old->nhelper * sizeof (helper_t)); in dump_update_clevel() 650 new->helper = kmem_zalloc(new->nhelper * sizeof (helper_t), KM_SLEEP); in dump_update_clevel() 651 hpend = &new->helper[new->nhelper]; in dump_update_clevel() 652 for (hp = new->helper; hp != hpend; hp++) { in dump_update_clevel() [all …]
|
/titanic_50/usr/src/cmd/smbsrv/bind-helper/ |
H A D | Makefile | 16 PROG= bind-helper 17 SRCS= bind-helper.c
|
/titanic_50/usr/src/cmd/sgs/librtld_db/common/ |
H A D | librtld_db.msg | 108 @ MSG_DB_HELPERNOOPS "rtld_db: helper lib loaded but ops not preset" 109 @ MSG_DB_HELPERLOADED "rtld_db: helper library loaded for brand \"%s\"" 110 @ MSG_DB_HELPERLOADFAILED "rtld_db: couldn't load brand helper library %s" 111 @ MSG_DB_HELPERINITFAILED "rtld_db: brand helper library initialization failed"
|
/titanic_50/usr/src/cmd/dtrace/test/tst/i386/ustack/ |
H A D | annotated_helper.d | 29 dtrace:helper:ustack:
|
H A D | helper_helper.d | 29 dtrace:helper:ustack:
|
H A D | tst.helper.d.out | 2 tst.helper.exe`baz
|
/titanic_50/usr/src/cmd/dtrace/test/tst/sparc/ustack/ |
H A D | helper_helper.d | 29 dtrace:helper:ustack:
|
H A D | annotated_helper.d | 29 dtrace:helper:ustack:
|
H A D | tst.helper.d.out | 2 tst.helper.exe`baz
|
/titanic_50/usr/src/cmd/smbsrv/ |
H A D | Makefile | 28 SUBDIRS = smbadm smbd smbstat dtrace fksmbd bind-helper
|
/titanic_50/usr/src/cmd/smbsrv/fksmbd/ |
H A D | README | 33 a: Install ../bind-helper in /usr/lib/smbsrv/. 35 the exec_attr as described in the top of bind-helper.c
|
/titanic_50/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 14450 dtrace_helper_trace(dtrace_helper_action_t *helper, in dtrace_helper_trace() argument 14491 ent->dtht_helper = helper; in dtrace_helper_trace() 14521 dtrace_helper_action_t *helper; in dtrace_helper() local 14531 if ((helper = helpers->dthps_actions[which]) == NULL) in dtrace_helper() 14547 for (; helper != NULL; helper = helper->dtha_next) { in dtrace_helper() 14548 if ((pred = helper->dtha_predicate) != NULL) { in dtrace_helper() 14550 dtrace_helper_trace(helper, mstate, vstate, 0); in dtrace_helper() 14559 for (i = 0; i < helper->dtha_nactions; i++) { in dtrace_helper() 14561 dtrace_helper_trace(helper, in dtrace_helper() 14564 rval = dtrace_dif_emulate(helper->dtha_actions[i], in dtrace_helper() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dtrace.c | 1368 dtrace_helper_action_t helper; in dtrace_helptrace() local 1424 if (mdb_vread(&helper, sizeof (helper), haddr) == -1) { in dtrace_helptrace() 1433 mdb_printf("%p\n", helper.dtha_predicate); in dtrace_helptrace() 1443 haddr = (uintptr_t)helper.dtha_actions + in dtrace_helptrace()
|
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README | 468 child "helper" process to synchronously monitor the user program (this 470 if necessary). The DHCP client and the helper process share a pipe 472 client's event handler. When the user program exits, the helper process
|
/titanic_50/exception_lists/ |
H A D | check_rtime | 69 EXEC_DATA ^opt/SUNWdtrt/tst/.*/ustack/tst\.helper\.exe$
|
H A D | packaging | 583 # libpp (a helper library needed by AST's msgcc) 749 usr/lib/smbsrv/bind-helper
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1955 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch] 2149 - Modified helper.c to use new atomicio function. 2151 - Moved RC4 routines from rc4.[ch] into helper.c 2319 - Renamed BSD helper function files to bsd-*
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSEmbeddedAPI.h | 2698 #pragma mark - General utility and helper functions
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-dtrace-tests.mf | 176 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.helper.d mode=0444 177 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.helper.d.out mode=0444 178 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.helper.exe mode=0555
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-1 | 912 the problems, GRUB provides you with two helper functions.
|
H A D | grub.texi | 1003 the problems, GRUB provides you with two helper functions.
|