Home
last modified time | relevance | path

Searched refs:lc (Results 201 – 225 of 604) sorted by last modified time

12345678910>>...25

/illumos-gate/usr/src/cmd/fwflash/plugins/
H A DMakefile.targ49 LDLIBS += -lc
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/
H A DMakefile.targ72 $(HERMON_LIB):= LDLIBS += -lc
73 $(TAVOR_LIB):= LDLIBS += -lc
74 $(SES_LIB):= LDLIBS += -L$(ROOT)/usr/lib/scsi -lscsi -lses -lnvpair -lc
75 $(SD_LIB):= LDLIBS += -L$(ROOT)/usr/lib/scsi -lscsi -lumem -lc
76 $(UFM_LIB):= LDLIBS += -lpcidb -lnvpair -lc
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A DMakefile41 LDLIBS += -lnvpair -ladm -lc
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c389 int ok, lc; in amatch() local
407 lc = TRIM; in amatch()
425 if (sh_bracket_exp(scc, lc, rc)) in amatch()
428 if (lc <= scc && scc <= (int)*p++) in amatch()
432 if (scc == (lc = cc)) in amatch()
500 int ok, lc; in Gmatch() local
512 lc = TRIM; in Gmatch()
526 if (sh_bracket_exp(scc, lc, rc)) in Gmatch()
529 if (lc <= scc && scc <= (int)*p++) in Gmatch()
533 if (scc == (lc = cc)) in Gmatch()
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A DMakefile42 LDLIBS += -laudio -lm -lc
/illumos-gate/usr/src/cmd/ast/libshell/
H A DMakefile.com47 LDLIBS += -lcmd -ldll -last -lsocket -lm -lc
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.iffe20 LCCONF= lc.h lctab.c
38 lctab.c: $(ASTSRC)/port/lc.tab
39 $(AST_LCGEN) $(LCCONF) < $(ASTSRC)/port/lc.tab
40 lc.h: lctab.c
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c59 int lc; in channel_in_interleave() local
71 lc = -1; in channel_in_interleave()
75 lc = i; in channel_in_interleave()
79 if (lc == -1) { in channel_in_interleave()
82 lc = i; in channel_in_interleave()
87 if (lc == -1) { in channel_in_interleave()
95 if (lc == TAD_INTERLEAVE(tad[node][rule].pkg_list, way)) { in channel_in_interleave()
101 if (lc != c) { in channel_in_interleave()
192 uint32_t lc; in address_to_channel() local
230 lc = CHANNEL_MAP(mapper, channel, write); in address_to_channel()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dloop.c155 struct rdsv3_loop_connection *lc; in rdsv3_loop_conn_alloc() local
160 if (!lc) in rdsv3_loop_conn_alloc()
163 list_link_init(&lc->loop_node); in rdsv3_loop_conn_alloc()
164 lc->conn = conn; in rdsv3_loop_conn_alloc()
165 conn->c_transport_data = lc; in rdsv3_loop_conn_alloc()
168 list_insert_tail(&loop_conns, lc); in rdsv3_loop_conn_alloc()
179 struct rdsv3_loop_connection *lc = arg; in rdsv3_loop_conn_free() local
181 list_remove_node(&lc->loop_node); in rdsv3_loop_conn_free()
201 struct rdsv3_loop_connection *lc, *_lc; in rdsv3_loop_exit() local
215 ASSERT(!lc->conn->c_passive); in rdsv3_loop_exit()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c129 zap_leaf_chunk_t *lc = &ZAP_LEAF_CHUNK(&l, i); in zap_leaf_byteswap() local
132 switch (lc->l_free.lf_type) { in zap_leaf_byteswap()
134 le = &lc->l_entry; in zap_leaf_byteswap()
147 lc->l_free.lf_type = BSWAP_8(lc->l_free.lf_type); in zap_leaf_byteswap()
148 lc->l_free.lf_next = BSWAP_16(lc->l_free.lf_next); in zap_leaf_byteswap()
151 lc->l_array.la_type = BSWAP_8(lc->l_array.la_type); in zap_leaf_byteswap()
152 lc->l_array.la_next = BSWAP_16(lc->l_array.la_next); in zap_leaf_byteswap()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dltable.c235 int lc = 0; /* counter */ in numusearray() local
245 lc++; in numusearray()
247 nums[lg] += lc; in numusearray()
248 ause += lc; in numusearray()
/illumos-gate/usr/src/ucblib/libtermcap/
H A DMakefile.com44 LDLIBS += -lc
/illumos-gate/usr/src/ucblib/librpcsoc/
H A DMakefile.com44 LDLIBS += -lnsl -lsocket -lc
/illumos-gate/usr/src/ucblib/libdbm/
H A DMakefile.com40 LDLIBS += -lc
/illumos-gate/usr/src/ucblib/libcurses/
H A DMakefile.com85 LDLIBS += -ltermcap -lucb -lc
/illumos-gate/usr/src/tools/protocmp/
H A Dproto_list.c42 error(const char *msg, int lc) in error() argument
78 check_line(char *v[], int lc) in check_line() argument
81 error("bad name", lc); in check_line()
87 error("bad permissions", lc); in check_line()
90 error("bad owner", lc); in check_line()
93 error("bad group", lc); in check_line()
96 error("bad i-node", lc); in check_line()
99 error("bad link-count", lc); in check_line()
105 error("bad type", lc); in check_line()
108 error("bad major number", lc); in check_line()
[all …]
/illumos-gate/usr/src/tools/onbld/Scm/
H A DIgnore.py45 lc = 0
49 lc += 1
66 (ignorefile, lc, syntax))
/illumos-gate/usr/src/tools/make/bin/
H A DMakefile39 LDLIBS += ../lib/bsd/libbsd.a -lc -lnsl -lumem
/illumos-gate/usr/src/tools/make/lib/makestate/
H A DMakefile.com27 LDLIBS += -lc
/illumos-gate/usr/src/tools/ctf/dwarf/
H A DMakefile.com107 LDLIBS = -lelf -lc -lz
/illumos-gate/usr/src/test/zfs-tests/cmd/mkfiles/
H A DMakefile20 LDLIBS += -lc
/illumos-gate/usr/src/test/zfs-tests/cmd/has_unmap/
H A DMakefile20 LDLIBS += -lc
/illumos-gate/usr/src/test/util-tests/tests/ctf/test-merge-reduction/
H A DMakefile.ctftest54 -Wl,-htest-merge-reduction.so.1 -lc
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dgetnr2tm.awk61 printf " : found\n"; lc[p " " w]++; rc[w " " n]++; }
/illumos-gate/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c63 struct lconv *lc; in testlocale_thr_one() local
87 lc = localeconv(); in testlocale_thr_one()
88 if (strcmp(lc->currency_symbol, "") != 0) { in testlocale_thr_one()
90 lc->currency_symbol, ""); in testlocale_thr_one()
103 lc = localeconv(); in testlocale_thr_one()
104 if (strcmp(lc->currency_symbol, l->cursym) != 0) { in testlocale_thr_one()
106 lc->currency_symbol, l->cursym); in testlocale_thr_one()
109 test_debugf(t, "CSYM: %s", lc->currency_symbol); in testlocale_thr_one()

12345678910>>...25