/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | cflow.c | 86 register int cont= **argv=='c'; local 88 while((n = optget(argv,cont?sh_optcont:sh_optbreak))) switch(n) 112 if(cont)
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | log.c | 40 mblk_t cont; local 86 if (mdb_vread(&cont, sizeof (cont), (uintptr_t)next.b_cont) == -1) { 91 if (mdb_readstr(line, sizeof (line), (uintptr_t)cont.b_rptr) == -1) { 92 mdb_warn("failed to read string at %p", cont.b_rptr);
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_debug.c | 88 uint_t cont = 0; local 92 cont = 1; 108 if (s && cont == 0) {
|
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | fruraw.h | 54 container_hdl_t cont; member in struct:raw_list
|
H A D | fruraw.c | 61 return (ptr->cont); 126 g_raw->cont = open_raw_data(g_raw); 127 if (g_raw->cont == NULL) { 140 (void) fru_close_container(g_raw->cont); 257 container_hdl_t cont; local 259 cont = treehdl_to_conthdl(handle); 261 num_section = fru_get_num_sections(cont, NULL); 271 acc_err = fru_get_sections(cont, sects, num_section, NULL); 344 container_hdl_t cont; local 347 cont 435 container_hdl_t cont; local 508 container_hdl_t cont; local [all...] |
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | getauditflags.c | 148 * cont = B_TRUE, continue parsing even if error. 158 __chkflags(char *flags, au_mask_t *mask, boolean_t cont, char **error) argument 219 if (!cont) {
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | fold.c | 89 static void fold(Sfio_t *in, Sfio_t *out, register int width, const char *cont, size_t contsize, char *cols) argument 127 sfwrite(out, cont, contsize); 148 sfwrite(out, cont, contsize); 175 char *cont="\n"; local 196 contsize = stresc(cont = strdup(opt_info.arg)); 236 fold(fp,sfstdout,width,cont,contsize,cols);
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | common.c | 123 int cont; local 128 for (cont = 0, addr = mbi.mmap_addr; 139 cont++; 143 while (cont); 158 unsigned long cont, memtmp, addr; local 192 cont = 0; 196 cont = get_mmap_entry ((void *) addr, cont); 205 while (cont); 236 cont [all...] |
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | utils.c | 65 int bufind = 0, intbufind = STBUFSIZ, cont = 1; local 70 while (cont && (bufind < bufsiz)) {
|
/illumos-gate/usr/src/tools/protocmp/ |
H A D | proto_list.c | 118 int cont = 1; local 147 cont = 0; 148 } while (cont); 160 for (cont = 1; cont < FIELDS - 1; cont++) 161 v[cont] = strtok(NULL, FS);
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | SLPFindSrvTypes.c | 80 SLPBoolean cont = SLP_TRUE; local 120 cont = cb((SLPHandle) hp, pcSrvTypes, errCode, cookie); 131 return (cont);
|
H A D | slp_ua_common.c | 136 SLPBoolean cont; local 140 cont = args->msg_cb(hp, reply, args->cb, args->cookie, 149 if (!cont) {
|
H A D | SLPFindAttrs.c | 113 SLPBoolean cont = SLP_TRUE; local 177 cont = cb((SLPHandle) hp, pcAttrList, errCode, cookie); 189 return (cont); 200 SLPBoolean cont = SLP_TRUE; local 231 cont = cb((SLPHandle) hp, attrs, errCode, cookie); 246 return (cont); 257 SLPBoolean cont = SLP_TRUE; local 283 cont = cb((SLPHandle) hp, attrs, SLP_OK, cookie); 297 return (cont);
|
H A D | SLPFindSrvs.c | 114 SLPBoolean cont = SLP_TRUE; local 194 cont = cb( 207 cont = SLP_FALSE; 210 if (!cont) break; 213 return (cont); 228 SLPBoolean cont = SLP_TRUE; local 258 cont = cb((SLPHandle)hp, surl, 0, errCode, cookie); 272 return (cont); 286 SLPBoolean cont = SLP_TRUE; local 312 cont 525 SLPBoolean cont = SLP_TRUE; local [all...] |
H A D | SLPUtils.c | 283 SLPBoolean cont; local 297 cont = cb(hSLP, scopes, SLP_OK, cookie); 306 return (cont);
|
/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px_debug.c | 142 int cont = bit >> DBG_BITS; local 144 if (cont)
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | lcl_ng.c | 360 int len, olen, cont; local 402 cont = 1; 404 cont = 0; 424 if (cont) { 429 cont = 0; 431 } while (cont);
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | device_store.c | 246 gboolean cont; local 248 cont = callback (store, d, user_data); 250 if (cont == FALSE)
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | propfuncs.c | 400 boolean_t cont, noname = B_FALSE; local 451 cont = (*lsp->ls_op)(handle, lsp, buf, lip, statusp); 455 return (cont); 475 boolean_t cont = B_TRUE; local 487 if (cont) 488 cont = process_prop_line(handle, lsp, buf, &status); 496 if (status != DLADM_STATUS_OK || !cont)
|
H A D | secobj.c | 506 boolean_t cont = B_TRUE; local 518 if (cont) 519 cont = process_secobj_line(handle, ssp, buf, &status); 526 if (status != DLADM_STATUS_OK || !cont) 605 boolean_t cont = B_TRUE; local 621 if (cont) 622 cont = func(handle, arg, fsnp->sn_name);
|
/illumos-gate/usr/src/cmd/unpack/ |
H A D | unpack.c | 173 int j, lev, cont = 1; local 179 while (cont) {
|
/illumos-gate/usr/src/cmd/rexd/ |
H A D | on.c | 158 cont(int junk) function 534 sigset(SIGCONT, cont);
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_bmap.c | 711 struct icb_ext *cont; local 715 cont = &ip->i_con[ip->i_con_read]; 716 ASSERT(cont->ib_count > 0); 718 bno = ud_xlate_to_daddr(ip->i_udf, cont->ib_prn, cont->ib_block, 721 cont->ib_count); 727 cont->ib_block, 1, cont->ib_count)) 1027 * If there are any old cont extents
|
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcmu_util.c | 681 uint_t cont = 0; local 688 cont = 1; 697 if (s && cont == 0) {
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | ef10_ev.c | 493 boolean_t cont; local 513 cont = EFX_QWORD_FIELD(*eqp, ESF_DZ_RX_CONT); 521 if (cont != 0) {
|