Home
last modified time | relevance | path

Searched refs:flg (Results 1 – 25 of 62) sorted by relevance

123

/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dtok.c44 char flg; /* FLG_* */ member
64 p->flg = f ? FLG_RESTORE : 0; in tokopen()
78 if (p->flg == FLG_RESTORE && *p->ptr.end != p->chr) in tokclose()
107 switch (p->flg) in tokread()
110 p->flg = 0; in tokread()
149 if (!p->flg) in tokread()
156 else if (!p->flg) in tokread()
157 p->flg = FLG_NEWLINE; in tokread()
/illumos-gate/usr/src/cmd/mail/
H A Dprintmail.c39 int flg, curlet, showlet, k, print, aret, stret, rc; in printmail() local
338 flg = 0; in printmail()
345 if (flg) { in printmail()
359 flg++; in printmail()
363 if (!flg && in printmail()
369 flg++; in printmail()
377 if (!flg) { in printmail()
418 flg = 0; in printmail()
433 flg++; in printmail()
445 flg += sendlist(&list, showlet, 0); in printmail()
[all …]
/illumos-gate/usr/src/cmd/svc/
H A Dreq.flg34 exec_file usr/src/lib/libscf/inc.flg
35 exec_file usr/src/lib/libuutil/inc.flg
37 echo_file usr/src/lib/req.flg
38 exec_file usr/src/lib/req.flg
H A Dinc.flg30 exec_file usr/src/cmd/svc/req.flg
/illumos-gate/usr/src/tools/scripts/
H A Dxref.mk72 FLGFLP = $(BUILD_TOOLS)/onbld/bin/flg.flp
115 $(TOUCH) xref.flg
116 $(FIND) $(XRDIRS) `$(CAT) xref.flg` \
132 xref.flg:
137 $(SED) '$(XRSEDPRUNE)' < xref.tmp | $(SORT) -u > xref.flg
199 -$(RM) xref.tfiles xref.files xref.tmp xref.flg ncscope.*
H A Dflg.flp.sh134 inc.flg)
257 [[ -f $TREE/req.flg ]] && exec_file $TREE/req.flg
H A Dxref.sh230 $MAKE -e -f $XREFMK xref.flg > /dev/null
234 nfiles=`wc -l < xref.flg`
H A DMakefile41 flg.flp \
84 flg.flp.1onbld \
/illumos-gate/usr/src/cmd/sh/
H A Dcmd.c109 cmd(sym, flg) in cmd() argument
111 int flg;
114 i = list(flg);
117 if (flg & NLFLG)
123 else if (i == 0 && (flg & MTFLG) == 0)
135 if (e = cmd(sym, flg | MTFLG))
159 list(int flg) in list() argument
163 r = term(flg); in list()
175 term(int flg) in term() argument
180 if (flg & NLFLG) in term()
H A Dhashserv.c51 pathlook(com, flg, arg) in pathlook() argument
53 int flg;
80 if (flg)
101 if (flg)
145 h->hits = flg;
H A Dmain.c489 BOOL flg; in chkmail() local
495 flg = 0; in chkmail()
504 flg = 1; in chkmail()
529 if (flg) in chkmail()
H A Dname.c611 int flg = n->namflg; in pushnam() local
615 if (((flg & N_ENVCHG) && (flg & N_EXPORT)) || (flg & N_FUNCTN)) in pushnam()
619 if (!(flg & ~N_ENVCHG)) { in pushnam()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c340 uint_t flg = 0; in dcmd_Depends() local
350 &flg, NULL) != argc) in dcmd_Depends()
385 uint_t flg = 0; in dcmd_Callers() local
395 &flg, NULL) != argc) in dcmd_Callers()
526 uint_t flg = 0; in dcmd_Rtmaps() local
550 wdesc.w_flags = flg; in dcmd_Rtmaps()
625 wdesc.w_flags = flg; in dcmd_Rtmaps()
790 uint_t flg = 0; in _dcmd_Lm_list() local
1056 uint_t flg = 0; in dcmd_GrpHdl() local
1146 uint_t flg = 0; in dcmd_Handles() local
[all …]
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_allocate.c44 audit_allocate_argv(flg, argc, argv) in audit_allocate_argv() argument
45 int flg; in audit_allocate_argv()
55 switch (flg) {
/illumos-gate/usr/src/uts/sun/io/scsi/
H A Dinc.flg49 echo_file usr/src/req.flg
63 echo_file usr/src/uts/req.flg
64 echo_file usr/src/uts/sparc/req.flg
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_rcvuderr.c49 int flg; in _tx_rcvuderr() local
114 flg = 0; in _tx_rcvuderr()
121 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) { in _tx_rcvuderr()
H A Dt_rcv.c54 int retval, flg = 0; in _tx_rcv() local
181 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) { in _tx_rcv()
306 &databuf, &flg); in _tx_rcv()
H A Dt_rcvv.c52 int retval, flg = 0; in _tx_rcvv() local
196 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) { in _tx_rcvv()
324 &databuf, &flg); in _tx_rcvv()
H A Dt_rcvreldata.c59 int flg = 0; in _tx_rcvreldata() local
158 retval = getmsg(fd, &ctlbuf, &databuf, &flg); in _tx_rcvreldata()
H A Dt_rcvrel.c60 int flg = 0; in _tx_rcvrel() local
156 retval = getmsg(fd, &ctlbuf, &databuf, &flg); in _tx_rcvrel()
/illumos-gate/usr/src/uts/common/io/1394/
H A Dinc.flg58 echo_file usr/src/req.flg
67 echo_file usr/src/uts/sparc/req.flg
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dpe.c257 pe_start(ch_t *sa, mblk_t *mp, uint32_t flg) in pe_start() argument
276 if (flg & CH_OFFLOAD) { in pe_start()
287 if (sge_data_out(sa->sge, 0, mp, hmp, 1, flg) == 0) { in pe_start()
301 if (flg & CH_NO_CPL) { in pe_start()
358 flg & CH_NO_HWCKSUM; /* CH_NO_HWCKSUM == 1 */ in pe_start()
560 if (flg & CH_ARP) in pe_start()
574 if ((flg & CH_ARP) == 0) in pe_start()
613 if (flg & CH_NO_CPL) in pe_start()
668 pe_set_mc(ch_t *sa, uint8_t *ep, int flg) in pe_set_mc() argument
673 if (flg == GLD_MULTI_ENABLE) { in pe_set_mc()
[all …]
H A Dch.c1369 ch_send_up(ch_t *chp, mblk_t *mp, uint32_t cksum, int flg) in ch_send_up() argument
1381 if (flg) in ch_send_up()
1519 return (pe_set_mc(chp, ep, flg)); in ch_set_multicast()
1675 uint32_t flg; in ch_send() local
1698 flg = (msg_flg & HCK_FULLCKSUM)? in ch_send()
1701 flg = CH_NO_CPL; in ch_send()
1703 flg = CH_NO_HWCKSUM | CH_NO_CPL; in ch_send()
1772 flg |= CH_UDP_MF; in ch_send()
1775 flg |= CH_TCP_MF; in ch_send()
1779 flg |= CH_UDP; in ch_send()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dshcmd.h99 # define cmdinit(ac,av,c,cat,flg) do { if((ac)<=0) return(0); \ argument
100 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_ktli.c317 int flg, n, rc; in tli_send() local
328 flg = (m->b_cont != NULL) ? T_MORE : 0; in tli_send()
329 rc = t_snd(vp->v_fd, (void *) m->b_rptr, n, flg); in tli_send()

123