Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 440) sorted by path

12345678910>>...18

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2717 fat_zap_t z; in fzap_lookup() local
2817 fat_zap_t z; in fzap_list() local
2992 fat_zap_t z; in fzap_rlookup() local
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dsha256.c47 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
48 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) argument
H A Dzfssubr.c33 #define ASSERT3S(x, y, z) ((void)0) argument
34 #define ASSERT3U(x, y, z) ((void)0) argument
35 #define ASSERT3P(x, y, z) ((void)0) argument
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c82 #define DUMP(w, x, y, z) dump_state(w, x, y, z) argument
85 #define DUMP(w, x, y, z) argument
/illumos-gate/usr/src/cmd/awk/
H A Drun.c256 Cell *y, *z, *fcn; in call() local
510 Cell *x, *y, *z; in array() local
837 Cell *x, *y, *z = NULL; in substr() local
884 Cell *x, *y, *z; in sindex() local
1157 Cell *x, *y, *z; in arith() local
1224 Cell *x, *z; in incrdecr() local
1315 Cell *x, *y, *z; in cat() local
/illumos-gate/usr/src/cmd/bhyve/
H A Dusb_mouse.c146 int8_t z; /* z wheel position */ member
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.h335 #define INJECT_ERROR2(x, y, z) \ argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c51 #define READ(x, y, z) secure_read(x, y, z) argument
52 #define WRITE(x, y, z) secure_write(x, y, z) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c354 struct sockaddr_storage z; in main() local
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2770 int inflateReset(z) in inflateReset() argument
2786 int inflateEnd(z) in inflateEnd() argument
2802 int inflateInit2(z, w) in inflateInit2() argument
2848 int inflateInit(z) in inflateInit() argument
2858 int inflate(z, f) in inflate() argument
2982 int inflateIncomp(z) in inflateIncomp() argument
2991 int inflateSync(z) in inflateSync() argument
3264 local int inflate_blocks(s, z, r) in inflate_blocks() argument
3550 local int inflate_addhistory(s, z) in inflate_addhistory() argument
4153 local int inflate_codes(s, z, r) in inflate_codes() argument
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c88 #define IPQOSCDBG2(lvl, x, y, z)\ argument
92 #define IPQOSCDBG3(lvl, x, y, z, a)\ argument
96 #define IPQOSCDBG4(lvl, x, y, z, a, b)\ argument
100 #define IPQOSCDBG5(lvl, x, y, z, a, b, c)\ argument
108 #define IPQOSCDBG2(lvl, x, y, z) argument
109 #define IPQOSCDBG3(lvl, x, y, z, a) argument
110 #define IPQOSCDBG4(lvl, x, y, z, a, b) argument
111 #define IPQOSCDBG5(lvl, x, y, z, a, b, c) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c87 #define ERROR(x, y, z) x = record_error(x, y, z) argument
88 #define ERROR1(w, x, y, z) w = record_error(w, x, y, z) argument
89 #define ERROR2(v, w, x, y, z) v = record_error(v, w, x, y, z) argument
90 #define WARN(x, y, z) ERROR(x, y, z);\ argument
92 #define WARN1(w, x, y, z) ERROR1(w, x, y, z);\ argument
94 #define WARN2(v, w, x, y, z) ERROR2(v, w, x, y, z);\ argument
96 #define FATAL(x, y, z) ERROR(x, y, z);\ argument
98 #define FATAL1(w, x, y, z) ERROR1(w, x, y, z);\ argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c1152 #define caseof(x, y, z) \ in set_metric() argument
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/scalars/
H A Derr.D_ARR_LOCAL.thisarray.d36 this int z; variable
H A Dtst.selfarray.d37 self int z; variable
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/struct/
H A Dtst.clauselocal.d32 short z; member
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/uctf/
H A Dtst.chasestrings.c32 has_princess(zelda_info_t *z) in has_princess()
38 has_dungeons(zelda_info_t *z) in has_dungeons()
44 has_villain(zelda_info_t *z) in has_villain()
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c1133 itm_size_t z; in eval_op() local
/illumos-gate/usr/src/cmd/ipdadm/
H A Dipdadm.c85 ipdadm_list_one(zoneid_t z, const ipd_config_t *icp, void *arg) in ipdadm_list_one()
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dsdn.c85 *z; in fdprintsdn() local
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c291 zone_t z; in fsinfo() local
/illumos-gate/usr/src/cmd/nscd/
H A Dgetexec.c86 const char *a, *b, *z = ""; in execattr_compar() local
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c596 CELL *x, *y, *z; in arith() local
643 CELL *x, *z; in incrdecr() local
724 CELL *x, *y, *z; in cat() local
964 CELL *z; in forstat() local
/illumos-gate/usr/src/cmd/rtc/
H A Drtc.c167 get_local(char *z) in get_local()
/illumos-gate/usr/src/cmd/spell/
H A Dhuff.c158 } z; variable

12345678910>>...18