Home
last modified time | relevance | path

Searched refs:z (Results 1 – 25 of 1103) sorted by path

12345678910>>...45

/illumos-gate/usr/src/boot/forth/
H A Dsupport.4th586 r> [char] z <= and
/illumos-gate/usr/src/boot/libsa/
H A Dgzipfs.c46 static int zf_fill(struct z_file *z);
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2717 fat_zap_t z; in fzap_lookup() local
2728 z.zap_block_shift = ilog2(bsize); in fzap_lookup()
2729 z.zap_phys = zh; in fzap_lookup()
2730 z.zap_spa = spa; in fzap_lookup()
2731 z.zap_dnode = dnode; in fzap_lookup()
2817 fat_zap_t z; in fzap_list() local
2824 z.zap_phys = zh; in fzap_list()
2831 zl.l_bs = z.zap_block_shift; in fzap_list()
2992 fat_zap_t z; in fzap_rlookup() local
3000 z.zap_phys = zh; in fzap_rlookup()
[all …]
/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/allocate/
H A Dfd_clean.sh114 z="$?"
116 case $z in
168 z="$?"
170 case $z in
H A Dsr_clean.sh111 z="$?"
113 case $z in
165 z="$?"
167 case $z in
H A Dst_clean.sh107 z="$?"
109 case $z in
148 z="$?"
150 case $z in
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_builtin_poll.sh63 d1.u[z]=( fd=5 events="POLLOUT" revents="" )
/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.c356 s, getfval(z), getsval(z), z->tval)); in call()
358 return (z); in call()
552 return (z); in array()
849 tempfree(z); in substr()
863 tempfree(z); in substr()
905 return (z); in sindex()
1204 return (z); in arith()
1224 Cell *x, *z; in incrdecr() local
1239 return (z); in incrdecr()
1334 z->sval = s; in cat()
[all …]
/illumos-gate/usr/src/cmd/bc/
H A Dlib.b.data80 auto a, b, c, d, e, f, g, u, s, t, r, z
84 z = 1-10^scale
86 return(z)
173 auto a, b, c, d, e, f, g, s, t, r, z
178 z =.7853981633974483096156608458198757210492923498437764/1
180 if(scale<52)return(z)
/illumos-gate/usr/src/cmd/bhyve/
H A Dusb_mouse.c146 int8_t z; /* z wheel position */ member
272 sc->um_report.z = 0; in umouse_event()
281 sc->um_report.z = 1; in umouse_event()
283 sc->um_report.z = -1; in umouse_event()
/illumos-gate/usr/src/cmd/bnu/
H A DGrades35 # system_job_grade an ascii character, A-Z, a-z,
37 # and z with the lowest priority.
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.h335 #define INJECT_ERROR2(x, y, z) \ argument
341 z; \
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipqosconf.3.sample53 # w.x.y.z and the interface over which this
56 daddr w.x.y.z
/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.c349 struct sockaddr_storage z; in main() local
351 len = sizeof (z); in main()
354 (struct sockaddr *)&z, &len); in main()
358 rv = connect(s, (struct sockaddr *)&z, len); in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2775 if (z == Z_NULL || z->state == Z_NULL)
2777 z->total_in = z->total_out = 0;
2791 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
2856 #define NEXTBYTE (z->avail_in--,z->total_in++,*z->next_in++)
2920 inflate_blocks_reset(z->state->blocks, z, &z->state->sub.check.was);
3000 if (z == Z_NULL || z->state == Z_NULL)
3025 z->total_in += p - z->next_in;
3033 r = z->total_in; w = z->total_out;
3035 z->total_in = r; z->total_out = w;
3106 #define UPDIN {z->avail_in=n;z->total_in+=p-z->next_in;z->next_in=p;}
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c88 #define IPQOSCDBG2(lvl, x, y, z)\ argument
90 (void) fprintf(stderr, x, y, z)
92 #define IPQOSCDBG3(lvl, x, y, z, a)\ argument
94 (void) fprintf(stderr, x, y, z, a)
96 #define IPQOSCDBG4(lvl, x, y, z, a, b)\ argument
98 (void) fprintf(stderr, x, y, z, a, b)
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
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c84 #define ERROR(x, y, z) x = record_error(x, y, z) argument
85 #define ERROR1(w, x, y, z) w = record_error(w, x, y, z) argument
86 #define ERROR2(v, w, x, y, z) v = record_error(v, w, x, y, z) argument
87 #define WARN(x, y, z) ERROR(x, y, z);\ argument
89 #define WARN1(w, x, y, z) ERROR1(w, x, y, z);\ argument
91 #define WARN2(v, w, x, y, z) ERROR2(v, w, x, y, z);\ argument
93 #define FATAL(x, y, z) ERROR(x, y, z);\ argument
95 #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
1153 case (x): valp = &(rcip->ri_metrics.z); flag = (y); break in set_metric()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpack.d24 @z["mumble"] = quantize(1);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/arithmetic/
H A Dtst.execcast.d30 z = 0xfff0;
32 x = (int32_t)(int16_t)z;
34 x = (int32_t)(uint16_t)z;
36 x = (uint32_t)(int16_t)z;
38 x = (uint32_t)(uint16_t)z;
42 x = (int16_t)(int32_t)z;
44 x = (int16_t)(uint32_t)z;
46 x = (uint16_t)(int32_t)z;
48 x = (uint16_t)(uint32_t)z;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/scalars/
H A Derr.D_ARR_LOCAL.thisarray.d36 this int z; variable
41 this->x[this->y, this->z] = 123;
42 this->res = this->x[this->y, this->z]++;

12345678910>>...45