Home
last modified time | relevance | path

Searched refs:cont (Results 1 – 25 of 105) sorted by relevance

12345

/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c123 int cont; in mmap_avail_at() local
128 for (cont = 0, addr = mbi.mmap_addr; in mmap_avail_at()
139 cont++; in mmap_avail_at()
143 while (cont); in mmap_avail_at()
158 unsigned long cont, memtmp, addr; in init_bios_info() local
192 cont = 0; in init_bios_info()
196 cont = get_mmap_entry ((void *) addr, cont); in init_bios_info()
205 while (cont); in init_bios_info()
236 cont in init_bios_info()
[all...]
/titanic_51/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c61 return (ptr->cont); in treehdl_to_conthdl()
126 g_raw->cont = open_raw_data(g_raw); in frt_initialize()
127 if (g_raw->cont == NULL) { in frt_initialize()
140 (void) fru_close_container(g_raw->cont); in frt_shutdown()
257 container_hdl_t cont; in frt_get_seg_list() local
259 cont = treehdl_to_conthdl(handle); in frt_get_seg_list()
261 num_section = fru_get_num_sections(cont, NULL); in frt_get_seg_list()
271 acc_err = fru_get_sections(cont, sects, num_section, NULL); in frt_get_seg_list()
344 container_hdl_t cont; in find_segment() local
347 cont in find_segment()
435 container_hdl_t cont; frt_for_each_segment() local
508 container_hdl_t cont; frt_get_segment_name() local
[all...]
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregnexec.c402 parserep(Env_t* env, Rex_t* rex, Rex_t* cont, unsigned char* s, int n) in parserep() argument
413 i = follow(env, rex, cont, s); in parserep()
432 catcher.re.rep_catch.cont = cont; in parserep()
476 i = follow(env, rex, cont, s); in parserep()
499 parsetrie(Env_t* env, Trie_node_t* x, Rex_t* rex, Rex_t* cont, unsigned char* s) in parsetrie() argument
536 switch (follow(env, rex, cont, s)) in parsetrie()
547 switch (parsetrie(env, x->son, rex, cont, s)) in parsetrie()
567 switch (follow(env, rex, cont, s)) in parsetrie()
797 parse(Env_t* env, Rex_t* rex, Rex_t* cont, unsigne argument
[all...]
H A Dreglib.h320 struct Rex_s* cont; /* right catcher */ member
328 struct Rex_s* cont; /* right catcher */ member
334 struct Rex_s* cont; /* ambient continuation */ member
422 struct Rex_s* cont; member
427 struct Rex_s* cont; member
433 struct Rex_s* cont; member
459 struct Rex_s* cont; member
/titanic_51/usr/src/lib/libast/common/regex/
H A Dregnexec.c403 parserep(Env_t* env, Rex_t* rex, Rex_t* cont, unsigned char* s, int n) in parserep() argument
414 i = follow(env, rex, cont, s); in parserep()
433 catcher.re.rep_catch.cont = cont; in parserep()
477 i = follow(env, rex, cont, s); in parserep()
500 parsetrie(Env_t* env, Trie_node_t* x, Rex_t* rex, Rex_t* cont, unsigned char* s) in parsetrie() argument
537 switch (follow(env, rex, cont, s)) in parsetrie()
548 switch (parsetrie(env, x->son, rex, cont, s)) in parsetrie()
568 switch (follow(env, rex, cont, s)) in parsetrie()
798 parse(Env_t* env, Rex_t* rex, Rex_t* cont, unsigned char* s) in parse() argument
832 catcher.re.alt_catch.cont = cont; in parse()
[all …]
H A Dreglib.h320 struct Rex_s* cont; /* right catcher */ member
328 struct Rex_s* cont; /* right catcher */ member
334 struct Rex_s* cont; /* ambient continuation */ member
422 struct Rex_s* cont; member
427 struct Rex_s* cont; member
433 struct Rex_s* cont; member
459 struct Rex_s* cont; member
/titanic_51/usr/src/cmd/mdb/common/modules/genunix/
H A Dlog.c40 mblk_t cont; in msgbuf() local
86 if (mdb_vread(&cont, sizeof (cont), (uintptr_t)next.b_cont) == -1) { in msgbuf()
91 if (mdb_readstr(line, sizeof (line), (uintptr_t)cont.b_rptr) == -1) { in msgbuf()
92 mdb_warn("failed to read string at %p", cont.b_rptr); in msgbuf()
/titanic_51/usr/src/tools/scripts/
H A Dvalidate_flg.pl64 my ($expfile, $newpath, $line, $cont, $firstline, $text);
79 $cont = 0;
83 ( $cont = 0, next ) if /^\s*#/ || /^\s*$/;
84 if ($cont) {
91 $cont = 1;
95 $cont = 0;
H A Donbld_elfmod.pm51 my $cont = 1;
53 while ($cont && ($line = <$fh>)) {
62 $cont = ($line =~ s/\s+\\$//);
67 $cont = 1;
84 $cont = 1 if ($ret_line eq '');
/titanic_51/usr/src/lib/libslp/clib/
H A DSLPFindSrvs.c114 SLPBoolean cont = SLP_TRUE; in slp_unpackSrvReply() local
194 cont = cb( in slp_unpackSrvReply()
207 cont = SLP_FALSE; in slp_unpackSrvReply()
210 if (!cont) break; in slp_unpackSrvReply()
213 return (cont); in slp_unpackSrvReply()
228 SLPBoolean cont = SLP_TRUE; in unpackDAAdvert_srv() local
258 cont = cb((SLPHandle)hp, surl, 0, errCode, cookie); in unpackDAAdvert_srv()
272 return (cont); in unpackDAAdvert_srv()
286 SLPBoolean cont = SLP_TRUE; in unpackSAAdvert_srv() local
312 cont in unpackSAAdvert_srv()
525 SLPBoolean cont = SLP_TRUE; process_surl_node() local
[all...]
H A DSLPFindAttrs.c113 SLPBoolean cont = SLP_TRUE; in slp_UnpackAttrReply() local
177 cont = cb((SLPHandle) hp, pcAttrList, errCode, cookie); in slp_UnpackAttrReply()
189 return (cont); in slp_UnpackAttrReply()
200 SLPBoolean cont = SLP_TRUE; in unpackDAAdvert_attr() local
231 cont = cb((SLPHandle) hp, attrs, errCode, cookie); in unpackDAAdvert_attr()
246 return (cont); in unpackDAAdvert_attr()
257 SLPBoolean cont = SLP_TRUE; in unpackSAAdvert_attr() local
283 cont = cb((SLPHandle) hp, attrs, SLP_OK, cookie); in unpackSAAdvert_attr()
297 return (cont); in unpackSAAdvert_attr()
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dfold.c89 static void fold(Sfio_t *in, Sfio_t *out, register int width, const char *cont, size_t contsize, char *cols) in fold() argument
127 sfwrite(out, cont, contsize); in fold()
148 sfwrite(out, cont, contsize); in fold()
175 char *cont="\n"; in b_fold() local
194 contsize = stresc(cont = strdup(opt_info.arg)); in b_fold()
234 fold(fp,sfstdout,width,cont,contsize,cols); in b_fold()
/titanic_51/usr/src/lib/libcmd/common/
H A Dfold.c89 static void fold(Sfio_t *in, Sfio_t *out, register int width, const char *cont, size_t contsize, ch… in fold() argument
127 sfwrite(out, cont, contsize); in fold()
148 sfwrite(out, cont, contsize); in fold()
175 char *cont="\n"; in b_fold() local
196 contsize = stresc(cont = strdup(opt_info.arg)); in b_fold()
236 fold(fp,sfstdout,width,cont,contsize,cols); in b_fold()
/titanic_51/usr/src/tools/protocmp/
H A Dproto_list.c118 int cont = 1; in get_line() local
147 cont = 0; in get_line()
148 } while (cont); in get_line()
160 for (cont = 1; cont < FIELDS - 1; cont++) in get_line()
161 v[cont] = strtok(NULL, FS); in get_line()
/titanic_51/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.c69 * is the parameters correlation ID. cont should be set to 1
72 * cont is -1, this indicates complete memory depletion, which
85 sctp_faddr_t *, int *cont, int act, in6_addr_t *addr);
172 sctp_faddr_t *fp, int *cont, int act, in6_addr_t *addr) in sctp_asconf_unrec_parm() argument
182 *cont = -1; in sctp_asconf_unrec_parm()
188 *cont = -1; in sctp_asconf_unrec_parm()
192 *cont = 1; in sctp_asconf_unrec_parm()
199 *cont = -1; in sctp_asconf_unrec_parm()
205 *cont = -1; in sctp_asconf_unrec_parm()
209 *cont in sctp_asconf_unrec_parm()
382 int cont; sctp_input_asconf() local
1070 sctp_check_addip_addr(sctp_parm_hdr_t * ph,sctp_parm_hdr_t * oph,int * cont,uint32_t cid,in6_addr_t * raddr) sctp_check_addip_addr() argument
1151 sctp_addip_req(sctp_t * sctp,sctp_parm_hdr_t * ph,uint32_t cid,sctp_faddr_t * fp,int * cont,int act,in6_addr_t * raddr) sctp_addip_req() argument
1346 sctp_setprim_req(sctp_t * sctp,sctp_parm_hdr_t * ph,uint32_t cid,sctp_faddr_t * fp,int * cont,int act,in6_addr_t * raddr) sctp_setprim_req() argument
[all...]
/titanic_51/usr/src/cmd/nscd/
H A Dnscd_dbimpl.c222 goto cont; in _nscd_add_db_entry()
224 goto cont; in _nscd_add_db_entry()
232 goto cont; in _nscd_add_db_entry()
250 cont: in _nscd_add_db_entry()
311 goto cont; in _nscd_delete_db_entry()
313 goto cont; in _nscd_delete_db_entry()
329 goto cont; in _nscd_delete_db_entry()
358 cont: in _nscd_delete_db_entry()
/titanic_51/usr/src/cmd/svc/configd/
H A Drestore_repository.sh192 cont=false
193 while [ $cont = false ]; do
228 cont=true
272 cont=false
273 while [ $cont = false ]; do
279 cont=true;;
/titanic_51/usr/src/uts/sun4u/io/pci/
H A Dpci_debug.c88 uint_t cont = 0; in pci_debug() local
92 cont = 1; in pci_debug()
108 if (s && cont == 0) { in pci_debug()
/titanic_51/usr/src/cmd/sgs/librtld_db/demo/tests/
H A Dbreaks29 cont
32 cont
34 cont
/titanic_51/usr/src/cmd/mail/
H A Dpushlist.c97 /* Since we ONLY walk down 'cont' chains, */
100 while (nextcont->cont != (struct hdrs *)NULL) {
101 nextcont = nextcont->cont;
104 nextcont->cont = nhp;
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A D_nlist.c90 goto cont; in _nlist()
93 goto cont; in _nlist()
101 cont: ; in _nlist()
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dcflow.c86 register int cont= **argv=='c'; in b_break() local
88 while((n = optget(argv,cont?sh_optcont:sh_optbreak))) switch(n) in b_break()
112 if(cont) in b_break()
/titanic_51/usr/src/lib/libsqlite/src/
H A Dwhere.c393 int brk, cont = 0; /* Addresses used during code generation */ in sqliteWhereBegin() local
774 cont = pLevel->cont = sqliteVdbeMakeLabel(v); in sqliteWhereBegin()
830 cont = pLevel->cont = sqliteVdbeMakeLabel(v); in sqliteWhereBegin()
860 sqliteVdbeAddOp(v, OP_IdxIsNull, nColumn, cont); in sqliteWhereBegin()
877 cont = pLevel->cont = sqliteVdbeMakeLabel(v); in sqliteWhereBegin()
932 cont = pLevel->cont in sqliteWhereBegin()
[all...]
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcflow.c88 register int cont= **argv=='c'; in b_break() local
90 while((n = optget(argv,cont?sh_optcont:sh_optbreak))) switch(n) in b_break()
114 if(cont) in b_break()
/titanic_51/usr/src/cmd/krb5/kadmin/dbutil/
H A Dstrtok.c71 cont:
75 goto cont;

12345