Home
last modified time | relevance | path

Searched refs:args (Results 426 – 450 of 1279) sorted by relevance

1...<<11121314151617181920>>...52

/illumos-gate/usr/src/cmd/dtrace/demo/proc/
H A Dsig.d31 @[execname, stringof(args[1]->pr_fname), args[2]] = count();
/illumos-gate/usr/src/uts/common/sys/
H A Dcpudrv.h194 #define DPRINTF(flag, args) if (cpudrv_debug & flag) _PRINTF args; argument
196 #define DPRINTF(flag, args) argument
H A Dsocketvar.h851 #define eprint(args) printf args argument
852 #define eprintso(so, args) \ argument
853 { if (sockprinterr && ((so)->so_options & SO_DEBUG)) printf args; }
866 #define dprint(level, args) { if (sockdebug > (level)) printf args; } argument
867 #define dprintso(so, level, args) \ argument
868 { if (sockdebug > (level) && ((so)->so_options & SO_DEBUG)) printf args; }
872 #define eprint(args) {} argument
873 #define eprintso(so, args) {} argument
876 #define dprint(level, args) {} argument
877 #define dprintso(so, level, args) {} argument
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_svcout.c377 f_print(fout, proc->args.argname); in write_real_program()
379 ptype(proc->args.decls->decl.prefix, in write_real_program()
380 proc->args.decls->decl.type, 0); in write_real_program()
400 proc->args.argname); in write_real_program()
403 ptype(proc->args.decls->decl.prefix, in write_real_program()
404 proc->args.decls->decl.type, 0); in write_real_program()
426 for (l = proc->args.decls; l != NULL; in write_real_program()
469 if (streq(proc->args.decls->decl.type, in write_program()
475 ptype(proc->args.decls->decl.prefix, in write_program()
476 proc->args.decls->decl.type, 0); in write_program()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn.c522 bp->parent->args++; in eqn_box_alloc()
551 parent->args--; in eqn_box_makebinary()
557 newb->args = 1; in eqn_box_makebinary()
771 while (parent->args == parent->expectargs) in eqn_parse()
816 while (parent->args == parent->expectargs) in eqn_parse()
881 while (parent->args == parent->expectargs) in eqn_parse()
906 while (parent->args == parent->expectargs) in eqn_parse()
956 parent->args == 1) in eqn_parse()
966 while (parent->args == parent->expectargs) in eqn_parse()
993 while (parent->args == parent->expectargs) in eqn_parse()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-common.c582 ctf_id_t *args; in ctftest_check_function() local
617 if ((args = calloc(fi.ctc_argc, sizeof (ctf_id_t))) == NULL) { in ctftest_check_function()
622 if (ctf_func_args(fp, sym, fi.ctc_argc, args) != 0) { in ctftest_check_function()
625 free(args); in ctftest_check_function()
630 if (ctf_type_name(fp, args[i], buf, sizeof (buf)) == NULL) { in ctftest_check_function()
645 free(args); in ctftest_check_function()
657 ctf_id_t *args; in ctftest_check_fptr() local
721 if (ctf_func_args_by_id(fp, tid, fi.ctc_argc, args) != 0) { in ctftest_check_fptr()
724 free(args); in ctftest_check_fptr()
729 if (ctf_type_name(fp, args[i], buf, sizeof (buf)) == NULL) { in ctftest_check_fptr()
[all …]
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c84 lgrp_affinity_args_t args; in lgrp_affinity_get() local
86 args.idtype = idtype; in lgrp_affinity_get()
87 args.id = id; in lgrp_affinity_get()
88 args.lgrp = lgrp; in lgrp_affinity_get()
89 return (_lgrpsys(LGRP_SYS_AFFINITY_GET, 0, (void *)&args)); in lgrp_affinity_get()
100 lgrp_affinity_args_t args; in lgrp_affinity_set() local
102 args.idtype = idtype; in lgrp_affinity_set()
103 args.id = id; in lgrp_affinity_set()
104 args.lgrp = lgrp; in lgrp_affinity_set()
105 args.aff = aff; in lgrp_affinity_set()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_001_neg.ksh47 set -A args "create" "add" "destroy" "import fakepool" \
68 log_mustnot zdb ${args[i]}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs/
H A Dzfs_001_neg.ksh48 set -A args "" "create" "create -s" "create -V" "create -s -V" \
73 log_mustnot zfs ${args[i]}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool/
H A Dzpool_001_neg.ksh48 set -A args "" "create" "add" "destroy" "import fakepool" \
65 log_mustnot zpool ${args[i]}
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h619 #define AHCIDBG(flag, ahci_ctlp, fmt, args ...) \ argument
621 ahci_log(ahci_ctlp, CE_WARN, fmt, ## args); \
623 sata_trace_debug(NULL, fmt, ## args); \
626 fmt, ## args); \
631 #define AHCIDBG(flag, ahci_ctlp, fmt, args ...) \ argument
634 sata_trace_debug(NULL, fmt, ## args); \
637 fmt, ## args); \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_sync/
H A Dzpool_sync_002_neg.ksh34 set -A args "1" "-a" "-?" "--%" "-123456" "0.5" "-o" "-b" "-b no" "-z 2"
40 log_mustnot zpool sync ${args[i]}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_scrub/
H A Dzpool_scrub_001_neg.ksh47 set -A args "" "-?" "blah blah" "-%" "--?" "-*" "-=" \
58 log_mustnot zpool scrub ${args[i]}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/zpool_list/
H A Dzpool_list_002_neg.ksh46 set -A args "" "-?" "-f" "-o" \
53 log_mustnot zpool list ${args[i]}
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dvpfmt.c47 vpfmt(FILE *stream, long flag, const char *format, va_list args) in vpfmt() argument
49 return (__pfmt_print(stream, flag, format, NULL, NULL, args)); in vpfmt()
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.h359 #define CFGA_TRACE1(args) (void) ((_scfga_debug >= 1) ? fprintf args : 0) argument
360 #define CFGA_TRACE2(args) (void) ((_scfga_debug >= 2) ? fprintf args : 0) argument
361 #define CFGA_TRACE3(args) (void) ((_scfga_debug >= 3) ? fprintf args : 0) argument
H A Dcfga_scsi.c118 prompt_t args = {NULL}; in cfga_private_func() local
148 args.confp = confp; in cfga_private_func()
149 args.msgp = msgp; in cfga_private_func()
154 ret = invoke_cmd(func, &apidt, &args, flags, errstring); in cfga_private_func()
/illumos-gate/usr/src/contrib/zlib/
H A Dzconf.h315 # define OF(args) args argument
317 # define OF(args) () argument
323 # define Z_ARG(args) args argument
325 # define Z_ARG(args) () argument
/illumos-gate/usr/src/uts/common/io/
H A Dbeep.c51 #define BEEP_DEBUG(args) if (beep_debug) cmn_err args argument
52 #define BEEP_DEBUG1(args) if (beep_debug > 1) cmn_err args argument
54 #define BEEP_DEBUG(args) argument
55 #define BEEP_DEBUG1(args) argument
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_agents.c47 ibmf_msg_t *msgp, void *args);
50 ibmf_msg_t *msgp, void *args);
161 void *args) in tavor_agent_request_cb() argument
168 curr = (tavor_agent_list_t *)args; in tavor_agent_request_cb()
188 cb_args->ahd_agentlist = args; in tavor_agent_request_cb()
330 void *args) in tavor_agent_response_cb() argument
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkgrep.c229 int args = 0; in kgrep() local
247 args++; in kgrep()
249 args++; in kgrep()
251 args++; in kgrep()
253 if (args > 1) { in kgrep()
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_err_ptr_deref.c105 arg = get_argument_from_call_expr(call_expr->args, 0); in match_checked()
117 arg = get_argument_from_call_expr(call_expr->args, 0); in match_err()
136 arg = get_argument_from_call_expr(expr->args, arg_nr); in match_kfree()
178 arg = get_argument_from_call_expr(expr->args, 0); in match_err_ptr_positive_const()
196 arg = get_argument_from_call_expr(expr->args, 0); in match_err_ptr()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/zvol_cli/
H A Dzvol_cli_003_neg.ksh47 set -A args "" "create -V" "create -V $TESTPOOL" \
55 log_mustnot zfs ${args[i]}
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddebug.c214 va_list args; in dbg_print() local
353 va_start(args, format); in dbg_print()
354 (void) doprf(format, args, &prf); in dbg_print()
357 va_end(args); in dbg_print()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_log.c283 va_list args; in ndmp_log() local
298 va_start(args, fmt); in ndmp_log()
335 (void) vsnprintf(ndmp_syslog_buf, sizeof (ndmp_syslog_buf), buf, args); in ndmp_log()
336 va_end(args); in ndmp_log()

1...<<11121314151617181920>>...52