Searched defs:helper (Results 1 - 6 of 6) sorted by relevance
| /illumos-gate/usr/src/cmd/dtrace/test/tst/i386/ |
| H A D | Makefile | 34 # For the helper test we require an executable data section. 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)
|
| /illumos-gate/usr/src/uts/common/inet/ip/ |
| H A D | ip_helper_stream.c | 70 * This operation is allowed only on helper streams with kcred 175 * Note that we allocate the helper stream without any locks, which means 182 ip_helper_stream_info_t *helper; local 194 helper = kmem_alloc(sizeof (ip_helper_stream_info_t), KM_SLEEP); 203 DEV_IP), IP_HELPER_STR, kcred, &helper->iphs_handle, li); 206 kmem_free(helper, sizeof (ip_helper_stream_info_t)); 214 (void) ldi_close(helper->iphs_handle, 0, kcred); 215 kmem_free(helper, sizeof (ip_helper_stream_info_t)); 218 connp->conn_helper_info = helper; 220 * Share connp with the helper strea [all...] |
| /illumos-gate/usr/src/uts/common/io/audio/impl/ |
| H A D | audio_ddi.c | 504 struct audio_ops_helper *helper; local 506 helper = kmem_zalloc(sizeof (*helper), KM_SLEEP); 508 (void) strlcpy(helper->name, name, sizeof (helper->name)); 510 helper->minfo.mi_idnum = 0; /* only for strlog(1M) */ 511 helper->minfo.mi_idname = helper->name; 512 helper->minfo.mi_minpsz = 0; 513 helper [all...] |
| /illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/ |
| H A D | dtrace.c | 1290 mdb_warn("helper tracing is not enabled\n"); 1368 dtrace_helper_action_t helper; local 1424 if (mdb_vread(&helper, sizeof (helper), haddr) == -1) { 1433 mdb_printf("%p\n", helper.dtha_predicate); 1443 haddr = (uintptr_t)helper.dtha_actions + 2760 { "dtrace_helptrace", ":", "print DTrace helper trace", 2779 { "dtrace_helptrace", "walk DTrace helper trace entries",
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | dumpsubr.c | 84 * Many helper CPUs are needed to prevent bzip2 from being a 122 * and time. Memory used per helper is ~(dump_bzip2_level * 1MB). 143 /* Define multiple buffers per helper to avoid stalling */ 227 * helper. 229 * CBUF_USEDMAP: mapping has been consumed by a helper. Needs unmap. 233 * CBUF_WRITE: CBUF_SIZE block of compressed pages from a helper, 236 * CBUF_ERRMSG: CBUF_SIZE block of error messages from a helper 271 * from the master to helper tasks or vice-versa using put and 285 * helperq master -> helper INREADY 286 * master has mapped input for use by helper 371 typedef struct helper { struct 372 int helper; /* bound helper id */ member in struct:helper 401 helper_t *helper; /* array of helpers */ member in struct:dumpcfg [all...] |
| /illumos-gate/usr/src/uts/common/dtrace/ |
| H A D | dtrace.c | 189 static dtrace_helpers_t *dtrace_deferred_pid; /* deferred helper list */ 200 * including enabling state, probes, ECBs, consumer state, helper state, 273 * These variables should be set dynamically to enable helper tracing. The 275 * be set to a non-zero value to allocate helper tracing buffers on the next 277 * non-zero value to deallocate helper tracing buffers on the next close of 278 * /dev/dtrace). When (and only when) helper tracing is disabled, the 755 * DTrace subroutines (DIF_SUBR_*) should use this helper to implement 992 * In helper context, we have a NULL state; fall back 3108 * dtrace_dif_variable() uses this routine as a helper for various 6719 * Now we want to walk up the stack, calling the USTACK helper 14613 dtrace_helper_trace(dtrace_helper_action_t *helper, dtrace_mstate_t *mstate, dtrace_vstate_t *vstate, int where) argument 14684 dtrace_helper_action_t *helper; local 14767 dtrace_helper_action_destroy(dtrace_helper_action_t *helper, dtrace_vstate_t *vstate) argument 14875 dtrace_helper_validate(dtrace_helper_action_t *helper) argument 14893 dtrace_helper_action_t *helper, *last; local 15548 dtrace_helper_action_t *helper, *new, *last; local [all...] |
Completed in 99 milliseconds