Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 799) sorted by path

12345678910>>...32

/illumos-gate/usr/src/boot/common/
H A Dbcache.c46 #define DPRINTF(fmt, args...) printf("%s: " fmt "\n", __func__, ## args) argument
48 #define DPRINTF(fmt, args...) ((void)0) argument
H A Ddev_net.c125 va_list args; in net_open() local
H A Ddisk.c40 #define DPRINTF(fmt, args...) printf("%s: " fmt "\n", __func__, ## args) argument
42 #define DPRINTF(fmt, args...) ((void)0) argument
H A Dinterp_forth.c40 #define DPRINTF(fmt, args...) printf("%s: " fmt "\n", __func__, ## args) argument
42 #define DPRINTF(fmt, args...) ((void)0) argument
H A Dinterp_parse.c29 static char *args[MAXARGS]; variable
H A Dmisc.c181 #define emit(fmt, args...) {sprintf(lbuf, fmt , ## args); pager_output(lbuf);} in hexdump() argument
H A Dpart.c46 #define DPRINTF(fmt, args...) printf("%s: " fmt "\n", __func__, ## args) argument
48 #define DPRINTF(fmt, args...) ((void)0) argument
H A Dvdisk.c295 va_list args; in vdisk_open() local
/illumos-gate/usr/src/boot/efi/libefi/
H A Defipart.c862 va_list args; in efipart_open() local
/illumos-gate/usr/src/boot/efi/loader/
H A Dbootinfo.c339 bi_load(char *args, vm_offset_t *modulep, vm_offset_t *kernendp) in bi_load()
H A Defi_main.c77 CHAR16 *argp, *args, **argv; in efi_main() local
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c83 #define DPRINTF(fmt, args...) printf("%s: " fmt "\n", __func__, ## args) argument
85 #define DPRINTF(fmt, args...) ((void)0) argument
H A Dbiospnp.c253 uint32_t args[4]; in biospnp_call() local
H A Dbootinfo32.c134 bi_load32(char *args, int *howtop, int *bootdevp, vm_offset_t *bip, vm_offset_t *modulep, vm_offset… in bi_load32()
H A Dbootinfo64.c139 bi_load64(char *args, vm_offset_t addr, vm_offset_t *modulep, in bi_load64()
/illumos-gate/usr/src/boot/libsa/
H A Dbootparam.c109 struct args { in bp_whoami() struct
110 u_int32_t prog; in bp_whoami()
111 u_int32_t vers; in bp_whoami()
112 u_int32_t proc; in bp_whoami()
113 u_int32_t arglen; in bp_whoami()
114 struct xdr_inaddr xina; in bp_whoami()
115 } *args; in bp_whoami() local
H A Dnfs.c188 struct args { in nfs_getrootfh() struct
189 uint32_t len; in nfs_getrootfh()
191 } *args; in nfs_getrootfh() local
252 struct args { in nfs_lookupfh() struct
256 } *args; in nfs_lookupfh() local
323 struct args { in nfs_readlink() struct
326 } *args; in nfs_readlink() local
393 struct args { in nfs_readdata() struct
396 } *args; in nfs_readdata() local
767 struct args { in nfs_readdir() struct
[all …]
H A Drpc.c374 struct args { in rpc_getport() struct
375 n_long prog; /* call program */ in rpc_getport()
376 n_long vers; /* call version */ in rpc_getport()
377 n_long proto; /* call protocol */ in rpc_getport()
378 n_long port; /* call port (unused) */ in rpc_getport()
379 } *args; in rpc_getport() local
H A Dstand.h73 #define CHK(fmt, args...) \ argument
75 #define PCHK(fmt, args...) {\ argument
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c1493 va_list args; in zfs_dev_open() local
H A Dzfsimpl.c1432 va_list args; in pager_printf() local
/illumos-gate/usr/src/boot/sys/i386/include/pc/
H A Dbios.h299 struct segment_info args; /* 16-bit args */ member
/illumos-gate/usr/src/boot/sys/sys/
H A Dlinker.h257 #define KLD_DPF(cat, args) \ argument
264 #define KLD_DPF(cat, args) argument
H A Dmodule.h234 #define MOD_DPF(cat, args) do { \ argument
241 #define MOD_DPF(cat, args) argument
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioDebug.h49 #define AUDIO_DEBUG(args) AudioDebugMsg args argument
51 #define AUDIO_DEBUG(args) argument

12345678910>>...32