| /onnv-gate/usr/src/cmd/bnu/ |
| H A D | limits.c | 66 struct limits *limitval; 167 struct limits *limitval; 195 struct limits *limitval;
|
| H A D | Makefile.inc | 36 gtcfile.c gwd.c imsg.c in.uucpd.c interface.c limits.c \ 75 perfstat.o statlog.o security.o limits.o \ 84 perfstat.o account.o security.o limits.o \ 103 utility.o limits.o permission.o uucpname.o \
|
| /onnv-gate/usr/src/cmd/csh/ |
| H A D | sh.func.c | 30 struct limits { struct 35 } limits[] = { variable 54 static int getval(struct limits *lp, tchar **v, rlim_t *); 66 void plim(struct limits *lp, tchar hard); 1281 struct limits * 1284 struct limits *lp, *res; in findlim() 1290 for (lp = limits; lp->limconst >= 0; lp++) { in findlim() 1308 struct limits *lp; in dolimit() 1321 for (lp = limits; lp->limconst >= 0; lp++) { in dolimit() 1346 getval(struct limits *lp, tchar **v, rlim_t *retval) in getval() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/warnings/ |
| H A D | regexec | 18 print("SKIPPED\n# most systems run into stacksize limits\n"),exit; 44 print("SKIPPED\n# most systems run into stacksize limits\n"),exit; 70 print("SKIPPED\n# most systems run into stacksize limits\n"),exit; 96 print("SKIPPED\n# most systems run into stacksize limits\n"),exit;
|
| /onnv-gate/usr/src/lib/libast/common/features/ |
| H A D | nl_types | 10 #include "FEATURE/limits" 18 printf("#include <limits.h>\n");
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | ddi_obsolete.h | 39 uint_t flags, int (*waitfp)(), caddr_t arg, ddi_dma_lim_t *limits, 42 int (*waitfp)(), caddr_t arg, ddi_dma_lim_t *limits, 53 int ddi_iopb_alloc(dev_info_t *dip, ddi_dma_lim_t *limits, uint_t length, 56 int ddi_mem_alloc(dev_info_t *dip, ddi_dma_lim_t *limits, uint_t length,
|
| /onnv-gate/usr/src/lib/libparted/common/lib/ |
| H A D | regexec.c | 103 const re_node_set *limits, 117 re_node_set *limits, 1014 re_node_set_free (&sctx.limits); in prune_impossible_nodes() 1044 re_node_set_free (&sctx.limits); in prune_impossible_nodes() 1726 if (sctx->limits.nelem) in build_sifted_states() 1729 if (check_dst_limits (mctx, &sctx->limits, in build_sifted_states() 1821 if (sctx->limits.nelem) in update_cur_sifted_state() 1823 err = check_subexp_limits (dfa, dest_nodes, candidates, &sctx->limits, in update_cur_sifted_state() 1920 check_dst_limits (const re_match_context_t *mctx, const re_node_set *limits, in check_dst_limits() argument 1928 for (lim_idx = 0; lim_idx < limits->nelem; ++lim_idx) in check_dst_limits() [all …]
|
| /onnv-gate/usr/src/uts/i86pc/os/ |
| H A D | ddi_impl.c | 1720 i_ddi_mem_alloc_lim(dev_info_t *dip, ddi_dma_lim_t *limits, in i_ddi_mem_alloc_lim() argument 1729 if (limits == NULL) { in i_ddi_mem_alloc_lim() 1738 attrp->dma_attr_addr_lo = (uint64_t)limits->dlim_addr_lo; in i_ddi_mem_alloc_lim() 1739 attrp->dma_attr_addr_hi = (uint64_t)limits->dlim_addr_hi; in i_ddi_mem_alloc_lim() 1740 attrp->dma_attr_count_max = (uint64_t)limits->dlim_ctreg_max; in i_ddi_mem_alloc_lim() 1742 attrp->dma_attr_burstsizes = (uint_t)limits->dlim_burstsizes; in i_ddi_mem_alloc_lim() 1743 attrp->dma_attr_minxfer = (uint32_t)limits->dlim_minxfer; in i_ddi_mem_alloc_lim() 1744 attrp->dma_attr_maxxfer = (uint64_t)limits->dlim_reqsize; in i_ddi_mem_alloc_lim() 1745 attrp->dma_attr_seg = (uint64_t)limits->dlim_adreg_max; in i_ddi_mem_alloc_lim() 1746 attrp->dma_attr_sgllen = limits->dlim_sgllen; in i_ddi_mem_alloc_lim() [all …]
|
| /onnv-gate/usr/src/uts/sun4/os/ |
| H A D | ddi_impl.c | 1217 i_ddi_mem_alloc_lim(dev_info_t *dip, ddi_dma_lim_t *limits, in i_ddi_mem_alloc_lim() argument 1226 ASSERT(limits); in i_ddi_mem_alloc_lim() 1229 attrp->dma_attr_addr_lo = (uint64_t)limits->dlim_addr_lo; in i_ddi_mem_alloc_lim() 1230 attrp->dma_attr_addr_hi = (uint64_t)limits->dlim_addr_hi; in i_ddi_mem_alloc_lim() 1233 attrp->dma_attr_burstsizes = (uint_t)limits->dlim_burstsizes; in i_ddi_mem_alloc_lim() 1234 attrp->dma_attr_minxfer = (uint32_t)limits->dlim_minxfer; in i_ddi_mem_alloc_lim() 1236 attrp->dma_attr_seg = (uint64_t)limits->dlim_cntr_max; in i_ddi_mem_alloc_lim()
|
| /onnv-gate/usr/src/uts/common/fs/ufs/ |
| H A D | ufs_bmap.c | 1196 daddr_t limits[NIADDR]; in bmap_find() local 1226 for (limits[0] = NDADDR, j = 1; j < NIADDR; j++) in bmap_find() 1227 limits[j] = limits[j-1] + (1ULL << (nindirshift * j)); in bmap_find() 1256 lbn = limits[NIADDR - j]; in bmap_find() 1259 lbn = limits[NIADDR - j + 1]; in bmap_find()
|
| /onnv-gate/usr/src/lib/libshell/common/include/ |
| H A D | defs.h | 102 struct limits struct 116 struct limits lim; /* run time limits */ \ argument
|
| /onnv-gate/usr/src/lib/libsec/common/ |
| H A D | llib-lsec | 33 #include <limits.h>
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/t/ |
| H A D | syslfs.t | 45 # (resource limits) or that the file system (the network filesystem?) 151 explain("writing past 2GB failed: process limits?"); 153 explain("filesystem quota limits?");
|
| /onnv-gate/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
| H A D | limits | 1 …/gisburn/ksh93/ast_ksh_20100309/build_i386_32bit/src/lib/libast/features/limits.c by iffe version …
|
| /onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
| H A D | limits | 1 …gisburn/ksh93/ast_ksh_20100309/build_sparc_32bit/src/lib/libast/features/limits.c by iffe version …
|
| /onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
| H A D | limits | 1 …gisburn/ksh93/ast_ksh_20100309/build_sparc_64bit/src/lib/libast/features/limits.c by iffe version …
|
| /onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
| H A D | limits | 1 …/gisburn/ksh93/ast_ksh_20100309/build_i386_64bit/src/lib/libast/features/limits.c by iffe version …
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| H A D | lfs.t | 42 # (resource limits) or that the file system (the network filesystem?) 154 explain("writing past 2GB failed: process limits?"); 156 explain("filesystem quota limits?");
|
| /onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
| H A D | README | 28 Apache, and a project with the appropriate limits has been established
|
| /onnv-gate/usr/src/cmd/backup/dump/ |
| H A D | lint.sed | 21 /limits.h",.*different definitions of macro: SYS_NMLN/d
|
| /onnv-gate/usr/src/lib/libvolmgt/common/ |
| H A D | llib-lvolmgt | 36 #include <limits.h>
|
| /onnv-gate/usr/src/lib/libshell/ |
| H A D | Makefile.com | 55 data/limits.o \
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlnumber.pod | 35 The only implication of the term "native" on integers is that the limits for 65 in the signed native form, or in the unsigned native form. Thus the limits 101 If the source number is outside of the limits representable in the target form,
|
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | SMIME_read_PKCS7.pod | 51 The use of a memory BIO to hold the signed content limits the size
|
| /onnv-gate/usr/src/lib/libdll/common/ |
| H A D | RELEASE | 8 dllscan.c: directory prefix in name limits search to dir and siblings
|