Home
last modified time | relevance | path

Searched refs:first (Results 76 – 100 of 798) sorted by relevance

12345678910>>...32

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzle.c45 uchar_t *first = src; in zle_compress() local
51 *len = src - first - 1 + n; in zle_compress()
60 *len = src - first - 1; in zle_compress()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrchr.S172 ! not being aligned at all. Search the first half of the word
177 srl %o1, 8, %o4 ! %o4<7:0> = first byte
178 tst %o4 ! first byte zero ?
201 andcc %o1, %o4, %g0 ! first byte zero?
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrchr.S172 ! not being aligned at all. Search the first half of the word
177 srl %o1, 8, %o4 ! %o4<7:0> = first byte
178 tst %o4 ! first byte zero ?
201 andcc %o1, %o4, %g0 ! first byte zero?
/illumos-gate/usr/src/boot/i386/isoboot/
H A Dcd9660read.c233 int rc, first, use_rrip, lenskip; in cd9660_lookup() local
253 first = 1; in cd9660_lookup()
278 if (first) in cd9660_lookup()
282 first ? 0 : lenskip)) { in cd9660_lookup()
283 first = 0; in cd9660_lookup()
286 first = 0; in cd9660_lookup()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c720 first = B_TRUE; in pf_ipaddr_match()
723 if (first) { in pf_ipaddr_match()
736 if (!first) in pf_ipaddr_match()
744 if (!first) in pf_ipaddr_match()
747 if (first) in pf_ipaddr_match()
753 if (!first) { in pf_ipaddr_match()
762 if (first) { in pf_ipaddr_match()
773 if (!first) in pf_ipaddr_match()
781 if (!first) in pf_ipaddr_match()
784 if (first) in pf_ipaddr_match()
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtgetch.c200 int first, collapse = 1; in _getkey() local
215 first = key; in _getkey()
250 key = (first = blockpeek = in _getkey()
309 if (key != first) { in _getkey()
327 for (j = i--; j > first; ) in _getkey()
329 kp[first] = savekey; in _getkey()
331 *inp = kp[first]->_keyval; in _getkey()
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_hashitem.c92 table->first = 0; in __nis_init_hash_table()
297 if (table->first) in __nis_insert_item_mt()
298 table->first->prv_item = item; in __nis_insert_item_mt()
300 item->nxt_item = table->first; in __nis_insert_item_mt()
302 table->first = item; in __nis_insert_item_mt()
415 while ((item = table->first) != 0) { in __nis_pop_item_mt()
442 table->first = cur->nxt_item; in __nis_pop_item_mt()
531 table->first = nl->nxt_item; in __nis_remove_item_mt()
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c792 if (first == NULL) in xdrrdma_control()
793 first = rwl; in xdrrdma_control()
816 xdrp->xp_wcl = first; in xdrrdma_control()
1088 struct clist *first, *ncl; in xdr_decode_wlist_svc() local
1146 first->rb_longbuf.len = in xdr_decode_wlist_svc()
1150 clist_free(first); in xdr_decode_wlist_svc()
1156 ncl = first; in xdr_decode_wlist_svc()
1163 *wclp = first; in xdr_decode_wlist_svc()
1168 clist_free(first); in xdr_decode_wlist_svc()
1228 *clist = first; in xdr_decode_reply_wchunk()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dkiconv_cck_common.h54 #define KICONV_IS_INVALID_UTF8_SECOND_BYTE(second, first) \ argument
55 ((second) < u8_valid_min_2nd_byte[(first)] || \
56 (second) > u8_valid_max_2nd_byte[(first)])
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_util.c42 char *first, *last; in create_mech() local
54 first = name; in create_mech()
55 while (isspace(*first)) /* nuke leading whitespace */ in create_mech()
56 first++; in create_mech()
57 (void) strlcpy(pres->name, first, sizeof (pres->name)); in create_mech()
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dprocess.c86 GElf_Xword first; in process() local
132 first = second = third = totsize = 0; in process()
161 first += shdr.sh_size; in process()
189 totsize = first + second + third; in process()
191 first, second, third, totsize); in process()
/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust-legacy.c113 rustleg_parse_name_segment(rust_state_t *st, strview_t *svp, boolean_t first) in rustleg_parse_name_segment() argument
147 if (!first && !rustleg_add_sep(st)) in rustleg_parse_name_segment()
220 boolean_t first = B_TRUE; in rustleg_parse_name() local
240 if (!rustleg_parse_name_segment(st, svp, first)) in rustleg_parse_name()
242 first = B_FALSE; in rustleg_parse_name()
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcb_srt0.S96 ! first stage
102 mov 1, %o1 ! first=true
116 mov 0, %o1 ! first=false
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/
H A DMakefile.com81 CPPFLAGS.first += -I../../../libfakekernel/common
82 CPPFLAGS.first += -I../common
83 CPPFLAGS= $(CPPFLAGS.first)
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dconfig.c45 static bool first = true; variable
81 if (first)
87 first = false;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c334 int first,last; in sh_histinit() local
342 while(first > hist_start) in sh_histinit()
346 hp->histind = first; in sh_histinit()
627 register char *cp,*first,*endbuff; in hist_eof() local
646 first = cp += skip; in hist_eof()
651 if(cp>first) in hist_eof()
653 count += (cp-first); in hist_eof()
668 first = cp; in hist_eof()
702 first = cp; in hist_eof()
714 count += (--cp-first); in hist_eof()
[all …]
/illumos-gate/usr/src/tools/find_elf/
H A Dfind_elf.c545 name_t *first = NULL; in sort_names() local
557 if (first == NULL) { in sort_names()
558 first = n; in sort_names()
569 first = n; in sort_names()
573 if (strcmp(n->n_name, first->n_name) < 0) in sort_names()
574 first = n; in sort_names()
583 if (first != NULL && first != &names->ns_names[0]) { in sort_names()
587 (void) memcpy(&names->ns_names[0], first, sizeof (name_t)); in sort_names()
588 (void) memcpy(first, &tmp, sizeof (name_t)); in sort_names()
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_cmn_func.c87 upath_t **first, **last; in oplmsu_unlink_upath() local
98 if (*first == del_upath) { in oplmsu_unlink_upath()
99 *first = (*first)->u_next; in oplmsu_unlink_upath()
100 if (*first) { in oplmsu_unlink_upath()
101 (*first)->u_prev = NULL; in oplmsu_unlink_upath()
160 lpath_t **first, **last; in oplmsu_unlink_lpath() local
171 if (*first == del_lpath) { in oplmsu_unlink_lpath()
172 *first = (*first)->l_next; in oplmsu_unlink_lpath()
173 if (*first) { in oplmsu_unlink_lpath()
206 if (*first == NULL) { in oplmsu_link_high_primsg()
[all …]
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c195 int first; in main() local
313 first = 1; in main()
386 warn(termf, sdt, nowtime, f, first); in main()
401 rwarn(hl->host, sdt, nowtime, f, first); in main()
462 first = 0; in main()
529 warn(FILE *termf, time_t sdt, time_t now, char *type, int first) in warn() argument
552 if (first || sdt - now > 1 MINUTES) { in warn()
570 rwarn(char *host, time_t sdt, time_t now, char *type, int first) in rwarn() argument
599 if (first || sdt - now > 1 MINUTES) { in rwarn()
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_varian.c203 static int first = 1; in m_invariantinit() local
205 if (!first) in m_invariantinit()
207 first = 0; in m_invariantinit()
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dnis_common.c127 const char *first; in massage_netdb() local
135 for (first = val; first < last && isspace(*first); first++) { in massage_netdb()
138 for (/* cstyle */; first < last && isspace(last[-1]); last--) { in massage_netdb()
145 *valp = first; in massage_netdb()
146 *vallenp = (int)(last - first); in massage_netdb()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstring.c52 register int first; in sh_locate() local
56 if(sp==0 || (first= *sp)==0) in sh_locate()
59 while((c= *tp->sh_name) && (CC_NATIVE!=CC_ASCII || c <= first)) in sh_locate()
61 if(first == c && strcmp(sp,tp->sh_name)==0) in sh_locate()
76 register int first; in sh_lookopt() local
93 if((first= *sp)==0) in sh_lookopt()
104 if(first == c) in sh_lookopt()
/illumos-gate/usr/src/cmd/mandoc/
H A Dtree.c53 print_mdoc(mdoc->first->child, 0); in tree_mdoc()
63 print_man(man->first->child, 0); in tree_man()
198 print_box(n->eqn->first, indent + 4); in print_mdoc()
281 print_box(n->eqn->first, indent + 4); in print_man()
381 print_box(ep->first, indent + 4); in print_box()
465 for (cp = sp->layout->first; cp != NULL; cp = cp->next) in print_span()
468 for (dp = sp->first; dp; dp = dp->next) { in print_span()
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c780 if (!first) { in print_keyword()
783 first = 0; in print_keyword()
788 if (!first) { in print_keyword()
1028 int first = 1; in prt_ctp() local
1081 if (!first) { in prt_ctp()
1084 first = 0; in prt_ctp()
1096 int first = 1; in prt_cnv() local
1117 if (!first) { in prt_cnv()
1120 first = 0; in prt_cnv()
1134 if (!first) { in prt_cnv()
[all …]
/illumos-gate/usr/src/cmd/smbsrv/test-msgbuf/
H A DMakefile46 CPPFLAGS.first += -I.
47 CPPFLAGS.first += -I../../../lib/libfakekernel/common
48 CPPFLAGS.first += -I../../../lib/smbsrv/libfksmbsrv/common

12345678910>>...32