| /onnv/onnv-gate/usr/src/lib/libnsl/nsl/ |
| t_rcvudata.c | 66 int flg = 0; local 121 &flg)) < 0) {
|
| _conn_util.c | 163 int flg = 0; local 194 if ((retval = getmsg(fd, ctlbufp, &databuf, &flg)) < 0) {
|
| t_listen.c | 56 int flg = 0; local 140 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) {
|
| t_rcv.c | 56 int retval, flg = 0; local 183 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) { 308 &databuf, &flg);
|
| t_rcvdis.c | 56 int flg = 0; local 163 retval = getmsg(fd, &ctlbuf, &databuf, &flg);
|
| t_rcvrel.c | 62 int flg = 0; local 158 retval = getmsg(fd, &ctlbuf, &databuf, &flg);
|
| t_rcvreldata.c | 61 int flg = 0; local 160 retval = getmsg(fd, &ctlbuf, &databuf, &flg);
|
| t_rcvuderr.c | 51 int flg; local 116 flg = 0; 123 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) {
|
| t_rcvv.c | 54 int retval, flg = 0; local 198 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) { 326 &databuf, &flg);
|
| t_rcvvudata.c | 68 int flg = 0; local 134 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) {
|
| /onnv/onnv-gate/usr/src/lib/libast/common/string/ |
| tok.c | 44 char flg; /* FLG_* */ member in struct:Tok_s 64 p->flg = f ? FLG_RESTORE : 0; 78 if (p->flg == FLG_RESTORE && *p->ptr.end != p->chr) 107 switch (p->flg) 110 p->flg = 0; 149 if (!p->flg) 156 else if (!p->flg) 157 p->flg = FLG_NEWLINE;
|
| /onnv/onnv-gate/usr/src/cmd/mail/ |
| printmail.c | 41 int flg, curlet, showlet, k, print, aret, stret, rc; local 340 flg = 0; 347 if (flg) { 361 flg++; 365 if (!flg && 371 flg++; 379 if (!flg) { 420 flg = 0; 435 flg++; 447 flg += sendlist(&list, showlet, 0) [all...] |
| /onnv/onnv-gate/usr/src/lib/libplot/t300/common/ |
| arc.c | 52 short flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local 61 flg = (short)(pc / 4); 62 if (flg == 0) 64 else if (flg < del) 65 step(flg); 70 flg = 0; 71 else flg = 1; 114 flg = 1; 119 if ((qs == qf) && (flg == 1)) 150 flg = 1 [all...] |
| /onnv/onnv-gate/usr/src/lib/libplot/t300s/common/ |
| arc.c | 68 int flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local 77 flg = (short)(pc / 4); 78 if (flg == 0) 80 else if (flg < del) 81 step(flg); 86 flg = 0; 87 else flg = 1; 130 flg = 1; 135 if ((qs == qf) && (flg == 1)) 166 flg = 1 [all...] |
| /onnv/onnv-gate/usr/src/lib/libplot/t4014/common/ |
| arc.c | 71 int flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local 80 flg = (int)(pc / 4); 81 if (flg == 0) 83 else if (flg < del) 84 step(flg); 89 flg = 0; 90 else flg = 1; 133 flg = 1; 138 if ((qs == qf) && (flg == 1)) 169 flg = 1 [all...] |
| /onnv/onnv-gate/usr/src/lib/libplot/t450/common/ |
| arc.c | 72 int flg, m, qs, qf, qt, qtctr = 0; local 82 flg = (int)(pc / 4); 83 if (flg == 0) 85 else if (flg < del) 86 step(flg); 91 flg = 0; 92 else flg = 1; 135 flg = 1; 140 if ((qs == qf) && (flg == 1)) 171 flg = 1 [all...] |
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| main.c | 501 BOOL flg; local 507 flg = 0; 516 flg = 1; 541 if (flg)
|
| name.c | 611 int flg = n->namflg; local 615 if (((flg & N_ENVCHG) && (flg & N_EXPORT)) || (flg & N_FUNCTN)) 619 if (!(flg & ~N_ENVCHG)) {
|
| /onnv/onnv-gate/usr/src/uts/common/rpc/ |
| svc_rdma.c | 520 int32_t flg = XDR_RDMA_RLIST_REG; local 522 XDR_CONTROL(xdrs, XDR_RDMA_SET_FLAGS, &flg); 528 int32_t flg = XDR_RDMA_WLIST_REG; local 531 XDR_CONTROL(xdrs, XDR_RDMA_SET_FLAGS, &flg); [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/port/ |
| astconf.c | 957 char flg[16]; local 1183 f = flg; 1206 if (f == flg) 1209 sfprintf(sp, "%*s %*s %d %2s %4d %6s ", sizeof(p->name), p->name, sizeof(prefix[p->standard].name), prefix[p->standard].name, p->section, prefix[p->call + CONF_call].name, p->op, flg); 1521 char flg[8]; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/rtld/mdbmod/common/ |
| rtld.c | 274 uint_t flg, const char *msg) 293 if (((flg & RTLD_FLG_VERBOSE) == 0) || (apl.apl_nitems == 0)) 338 uint_t flg = 0; local 348 &flg, NULL) != argc) 368 return (Depends((uintptr_t)DEPENDS(&rtmap), flags, argc, argv, flg, 383 uint_t flg = 0; local 393 &flg, NULL) != argc) 413 return (Depends((uintptr_t)CALLERS(&rtmap), flags, argc, argv, flg, 524 uint_t flg = 0; local 535 &flg, NULL) != argc 789 uint_t flg = 0; local 1055 uint_t flg = 0; local 1145 uint_t flg = 0; local 1243 uint_t flg = 0; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/chxge/ |
| ch.c | 1367 ch_send_up(ch_t *chp, mblk_t *mp, uint32_t cksum, int flg) 1376 * note that flg will not be set unless enable_checksum_offload 1379 if (flg) 1674 uint32_t flg; local [all...] |
| sge.c | 304 cmdQ_ce_t *cmp, int count, uint32_t flg) 341 * the 'flg' variable indicates whether a checksum is needed 349 if (flg & CH_UDP_MF) { 351 } else if ((flg & CH_UDP) && (sge->do_udp_csum != 0)) { 352 if ((flg & CH_NO_HWCKSUM) == 0) { 367 } else if (flg & CH_TCP_MF) { 370 if ((flg & CH_NO_HWCKSUM) == 0) { 951 int flg = 0; local 996 flg = 1; 999 ch_send_up(adapter, skb, cksum, flg); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/ |
| nl7curi.c | 1231 int flg = 0; local 1238 (void) VOP_RWLOCK(vp, flg, NULL); 1241 VOP_RWUNLOCK(vp, flg, NULL); 1262 VOP_RWUNLOCK(vp, flg, NULL); [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| mdb_io.c | 2112 uint_t flg; local [all...] |