Searched defs:hard (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dulimit.c67 int hard, soft, cnt, c, res; local
83 hard = 0;
93 hard++;
140 if (!hard && !soft) {
165 if (hard && soft) {
168 if (hard) {
228 if (!hard && !soft) {
229 hard++;
232 if (hard) {
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c75 "\t%s -{cdfnstv} soft,hard ... pid ...\n"
76 "\t-c soft,hard\tset core file size limits\n"
77 "\t-d soft,hard\tset data segment (heap) size limits\n"
78 "\t-f soft,hard\tset file size limits\n"
79 "\t-n soft,hard\tset file descriptor limits\n"
80 "\t-s soft,hard\tset stack segment size limits\n"
81 "\t-t soft,hard\tset CPU time limits\n"
82 "\t-v soft,hard\tset virtual memory size limits\n"
321 char *hard = strtok_r(NULL, " \t", &lastc); local
324 if (hard !
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dengine.c428 /* cases where length of match is hard to find */
570 int hard; local
580 hard = 0;
581 for (ss = startst; !hard && ss < stopst; ss++)
649 hard = 1;
652 if (!hard) { /* that was it! */
659 /* the hard stuff */
660 AT("hard", sp, stop, ss, stopst);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_traverse.c221 boolean_t hard = td->td_flags & TRAVERSE_HARD; local
390 if (hard && (err == EIO || err == ECKSUM)) {
663 boolean_t hard = (flags & TRAVERSE_HARD); local
678 if (hard)
691 if (hard)
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c66 void plim(struct limits *lp, tchar hard);
1310 tchar hard = 0; local
1317 hard = 1;
1322 plim(lp, hard);
1328 plim(lp, hard);
1339 if (setlim(lp, hard, limit) < 0) {
1483 plim(struct limits *lp, tchar hard) argument
1495 limit = hard ? rlim.rlim_max : rlim.rlim_cur;
1513 tchar hard = 0; local
1520 hard
1543 setlim(struct limits *lp, tchar hard, rlim_t limit) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c463 * level: a hard buffer (the buffer being produced into by cyclic_expire())
465 * During normal operation, the hard buffer and soft buffer point to the
468 * During a resize, however, cyclic_expand_xcall() changes the hard buffer
475 * cyclic_softint() will see that the hard buffer has changed. At that time,
476 * cyclic_softint() will change its soft buffer to point to the hard buffer,
1304 * seen the hard index change.
1404 uchar_t hard = softbuf->cys_hard; local
1409 ASSERT(hard == softbuf->cys_soft);
1410 ASSERT(hard == 0 || hard
1477 char hard = softbuf->cys_hard; local
1511 char hard = softbuf->cys_hard; local
2359 uchar_t hard = softbuf->cys_hard; local
[all...]
/illumos-gate/usr/src/cmd/more/
H A Dmore.c180 int hard, dumb, noscroll, hardtabs, clreol; variable
550 if (hard && promptlen > 0)
673 if (!hard) {
767 if (hardtabs && column < promptlen && !hard) {
791 on hard copy terminals, but not on anything glass
860 if (hard) {
941 if (clear_screen && !hard) {
1525 hard++; /* Hard copy terminal */
1528 if (tailequ(fnames[0], "page") || !hard && (scroll_forward == NULL))
1614 if (hard) {
[all...]
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c333 bool_t hard) /* retry forever? */
372 if (hard) {
562 if (hard) {
612 auto_null_request(zoneid_t zoneid, bool_t hard) argument
619 xdr_void, NULL, xdr_void, NULL, 0, hard);
630 bool_t hard,
664 (void *)resp, sizeof (autofs_lookupres), hard);
732 bool_t hard)
762 (void *)xdrres, sizeof (autofs_mountres), hard);
804 bool_t hard)
325 auto_calldaemon( zoneid_t zoneid, int which, xdrproc_t xarg_func, void *argsp, xdrproc_t xresp_func, void *resp, int reslen, bool_t hard) argument
626 auto_lookup_request( fninfo_t *fnip, char *key, struct linka *lnp, bool_t hard, bool_t *mountreq, cred_t *cred) argument
727 auto_mount_request( fninfo_t *fnip, char *key, action_list **alpp, cred_t *cred, bool_t hard) argument
801 auto_send_unmount_request( fninfo_t *fnip, umntrequest *ul, bool_t hard) argument
[all...]
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1418 "Soft allocations limit more than hard limit"));
1421 "Soft bytes limit more than hard limit"));
1424 "than hard expiration time"));
1427 "than hard expiration time"));
1875 struct sadb_lifetime *hard, struct sadb_lifetime *soft,
1893 if (hard != NULL &&
1894 hard->sadb_lifetime_len != SADB_8TO64(sizeof (*hard))) {
1897 SADB_64TO8(hard->sadb_lifetime_len));
2022 if (hard !
1874 print_lifetimes(FILE *file, time_t wallclock, struct sadb_lifetime *current, struct sadb_lifetime *hard, struct sadb_lifetime *soft, struct sadb_lifetime *idle, boolean_t vflag) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c1653 struct sadb_lifetime *hard = NULL, *soft = NULL; /* Current? */ local
2416 if (hard == NULL) {
2417 hard = malloc(sizeof (*hard));
2418 if (hard == NULL)
2420 bzero(hard, sizeof (*hard));
2421 hard->sadb_lifetime_exttype =
2423 hard->sadb_lifetime_len =
2424 SADB_8TO64(sizeof (*hard));
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c1048 sadb_lifetime_t *hard = local
1101 if ((*diagnostic = sadb_hardsoftchk(hard, soft, idle)) != 0)
2235 * We tried hard, give up now.
3738 /* The ipsa has hit hard expiration, LOG and AUDIT. */
3768 /* The ipsa has hit hard expiration, LOG and AUDIT. */
H A Dipsecesp.c1728 /* The ipsa has hit hard expiration, LOG and AUDIT. */
3582 sadb_lifetime_t *hard = local
3650 if ((*diagnostic = sadb_hardsoftchk(hard, soft, idle)) != 0) {
H A Dsadb.c810 * Check hard vs. soft lifetimes. If there's a reality mismatch (e.g.
811 * soft lifetimes > hard lifetimes) return an appropriate diagnostic for
815 sadb_hardsoftchk(sadb_lifetime_t *hard, sadb_lifetime_t *soft, argument
818 if (hard == NULL || soft == NULL)
821 if (hard->sadb_lifetime_allocations != 0 &&
823 hard->sadb_lifetime_allocations < soft->sadb_lifetime_allocations)
826 if (hard->sadb_lifetime_bytes != 0 &&
828 hard->sadb_lifetime_bytes < soft->sadb_lifetime_bytes)
831 if (hard->sadb_lifetime_addtime != 0 &&
833 hard
1096 boolean_t soft = B_FALSE, hard = B_FALSE; local
2926 sadb_lifetime_t *hard = local
4267 sadb_update_lifetimes(ipsa_t *assoc, sadb_lifetime_t *hard, sadb_lifetime_t *soft, sadb_lifetime_t *idle, boolean_t outbound) argument
4491 sadb_lifetime_t *hard = local
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h550 unsigned char hard; /* hard comp */ member in struct:reglib_s
553 unsigned char stack; /* hard comp or exec */
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c186 int *hard);
191 static void fd_cleanup(dev_info_t *dip, struct fdctlr *fdc, int hard,
985 fd_attach_register_interrupts(dev_info_t *dip, struct fdctlr *fdc, int *hard) argument
1020 * is used in the hard interrupt handler.
1025 *hard = 1;
1036 * Platforms that don't support DMA have both hard
1043 *hard = 1;
1224 * for the high level interrupt handler. So, the hard parameter indicates
1234 fd_cleanup(dev_info_t *dip, struct fdctlr *fdc, int hard, int locks) argument
1252 /* Remove hard interrup
[all...]

Completed in 128 milliseconds