Searched defs:func (Results 201 - 225 of 447) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c187 scferr(const char *func) argument
190 func, scf_strerror(scf_error()));
651 const char *func; local
656 func = "scf_entry_create()";
661 func = "scf_value_create()";
667 func = "scf_transaction_property_new()";
695 func = "scf_entry_add_value()";
698 uu_warn(gettext("%s failed (%s).\n"), func, scf_strerror(scf_error()));
706 const char *func; local
716 func
[all...]
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dtable.c735 char *func = strchr(module_func, '`'); local
737 if (func != NULL) {
739 g_hash_table_lookup(symbol_lookup_table, func);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_thread.c81 ufs_thread_start(struct ufs_q *uq, void (*func)(), struct vfs *vfsp) argument
85 uq->uq_threadp = thread_create(NULL, 0, func, vfsp, 0, &p0,
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dlhot.c390 * If OVERALL_STATUS is sent as the "func",
399 l_encl_status_page_funcs(int func, char *code, int todo, char *ses_path, argument
454 switch (func) {
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h94 void *func; member in struct:__anon9355
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c1720 pmcs_timed_out(pmcs_hw_t *pwp, uint32_t htag, const char *func) argument
1732 func, pwp->ftag_lines[i]);
1739 htag, func);
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_dispatch.c56 #define NLM_SVC_FUNC(func) (nlm_svc_func_t)func
57 #define NLM_FREERES_FUNC(func) (nlm_freeres_func_t)func
109 nlm_svc_func_t func; local
115 if ((func = de->de_svc) == NULL) {
174 do_reply = (*func)(args, res, rqstp);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h78 Void_t* func; /* calling function */ member in struct:_vmalloc_s
217 #define _VMFUNC_(vm) (_VM_(vm)->func = (Void_t*)__FUNCTION__)
219 #define _VMFUNC_(vm) (_VM_(vm)->func = 0)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dvmalloc.h78 Void_t* func; /* calling function */ member in struct:_vmalloc_s
217 #define _VMFUNC_(vm) (_VM_(vm)->func = (Void_t*)__FUNCTION__)
219 #define _VMFUNC_(vm) (_VM_(vm)->func = 0)
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmdebug.c100 const char* file, int line, const Void_t* func, int type)
102 static void dbwarn(vm, data, where, file, line, func, type)
108 const Void_t* func; /* function called from */
177 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(func),-1), ':');
189 const char* file, int line, const Void_t* func, int type)
191 static void dbwatch(vm, data, file, line, func, type)
196 const Void_t* func;
204 { dbwarn(vm,data,type,file,line,func,DB_WATCH);
386 reg Void_t* func; local
391 VMFLF(vm,file,line,func);
99 dbwarn(Vmalloc_t* vm, Void_t* data, int where, const char* file, int line, const Void_t* func, int type) argument
188 dbwatch(Vmalloc_t* vm, Void_t* data, const char* file, int line, const Void_t* func, int type) argument
441 Void_t* func; local
511 Void_t* func; local
708 reg Void_t* func; local
[all...]
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h78 Void_t* func; /* calling function */ member in struct:_vmalloc_s
217 #define _VMFUNC_(vm) (_VM_(vm)->func = (Void_t*)__FUNCTION__)
219 #define _VMFUNC_(vm) (_VM_(vm)->func = 0)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h78 Void_t* func; /* calling function */ member in struct:_vmalloc_s
217 #define _VMFUNC_(vm) (_VM_(vm)->func = (Void_t*)__FUNCTION__)
219 #define _VMFUNC_(vm) (_VM_(vm)->func = 0)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h78 Void_t* func; /* calling function */ member in struct:_vmalloc_s
217 #define _VMFUNC_(vm) (_VM_(vm)->func = (Void_t*)__FUNCTION__)
219 #define _VMFUNC_(vm) (_VM_(vm)->func = 0)
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c77 cif_func_t func; member in struct:__anon10314
127 return (cb->func);
135 cif_func_t func; local
147 func = promif_find_cif_callback(opname);
149 if (func == NULL) {
159 rv = func(p);
/illumos-gate/usr/src/uts/sun4/os/
H A Dmemlist.c240 diff_memlists(struct memlist *proto, struct memlist *diff, void (*func)()) argument
247 * if none, apply func to all of proto item
253 (*func)(proto->ml_address, proto->ml_size);
279 * apply func to all of proto item
282 (*func)(p_base, proto->ml_size);
292 * normalize by applying func from p_base to d_base
295 (*func)(p_base, d_base - p_base);
331 * Find overlapping d_base..d_end ranges, and apply func
340 (*func)(p_base, p_end - p_base);
343 (*func)(p_bas
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_util.c245 * <name><inst> at <pname><pinst> device <dev> function <func>
254 * <func> this device's function number
281 uint_t func; local
316 func = PCI_REG_FUNC_G(pcmu_rp[0].pci_phys_hi);
317 if (func != 0) {
319 PCI_REG_DEV_G(pcmu_rp[0].pci_phys_hi), func);
/illumos-gate/usr/src/uts/intel/kdi/
H A Dkdi_idt.c246 uintptr_t func = GATESEG_GETOFFSET(&kdi_idt[gs->kgs_vec]); local
247 set_gatesegd(&gates[i], (void (*)())func, sel, SDT_SYSIGT,
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dsdt.c124 char *name = sdpd->sdpd_name, *func, *nname; local
159 func = kobj_searchsym(mp, sdpd->sdpd_offset, &offs);
161 if (func == NULL)
162 func = "<unknown>";
168 func, nname)) != DTRACE_IDNONE) {
177 modname, func, nname, 3, sdp);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Ddesctbls.c319 set_gatesegd(gate_desc_t *dp, void (*func)(void), selector_t sel, argument
322 dp->sgd_looffset = (uintptr_t)func;
323 dp->sgd_hioffset = (uintptr_t)func >> 16;
324 dp->sgd_hi64offset = (uintptr_t)func >> (16 + 16);
349 set_gatesegd(gate_desc_t *dp, void (*func)(void), selector_t sel, argument
352 dp->sgd_looffset = (uintptr_t)func;
353 dp->sgd_hioffset = (uintptr_t)func >> 16;
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica_ec.c288 ec_handler(UINT32 func, ACPI_PHYSICAL_ADDRESS addr, UINT32 width, argument
316 if (func == ACPI_READ)
321 switch (func) {
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c808 t_action func; local
843 if ((func = ins_rep[i]) != (t_action) 0) {
845 for (j = i; j <= lr && ins_rep[j] == func; ++j)
847 (*func)(i, j);
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_avl.c395 uu_avl_walk(uu_avl_t *ap, uu_walk_fn_t *func, void *private, uint32_t flags) argument
410 status = (*func)(e, private);
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsw.c361 char *file, *func, *token; local
396 file = func = token = NULL;
400 * Prefer 'token' to file/func/line
405 * If no token then try file, func, line - but
406 * func and line are meaningless without file.
411 &func, B_FALSE);
434 * :file=<site.file>[:func=<site.func>][:line=<site.line>]
480 /* :func=... */
481 if (func) {
[all...]
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.c679 dmgt_avail_disk_iter(dmgt_disk_iter_f func, void *data) argument
717 if (func(dp, data)) {
764 dmgt_set_error_handler(void (*func)(const char *, va_list))
766 error_func = func;
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_rx.c619 __in efx_rx_hash_alg_t func,
623 switch (func) {
617 ef10_rx_prefix_hash( __in efx_nic_t *enp, __in efx_rx_hash_alg_t func, __in uint8_t *buffer) argument

Completed in 291 milliseconds

1234567891011>>