/titanic_41/usr/src/cmd/sh/ |
H A D | ulimit.c | 67 int hard, soft, cnt, c, res; in sysulimit() local 84 soft = 0; in sysulimit() 90 soft++; in sysulimit() 140 if (!hard && !soft) { in sysulimit() 141 soft++; in sysulimit() 157 if (soft) { in sysulimit() 165 if (hard && soft) { in sysulimit() 228 if (!hard && !soft) { in sysulimit() 230 soft++; in sysulimit() 235 if (soft) { in sysulimit()
|
/titanic_41/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 1875 struct sadb_lifetime *hard, struct sadb_lifetime *soft, in print_lifetimes() argument 1900 if (soft != NULL && in print_lifetimes() 1901 soft->sadb_lifetime_len != SADB_8TO64(sizeof (*soft))) { in print_lifetimes() 1904 SADB_64TO8(soft->sadb_lifetime_len)); in print_lifetimes() 1941 if (soft != NULL) { in print_lifetimes() 1948 soft->sadb_lifetime_bytes, in print_lifetimes() 1949 bytecnt2out(soft->sadb_lifetime_bytes, byte_str, in print_lifetimes() 1951 soft->sadb_lifetime_allocations); in print_lifetimes() 1954 soft_prefix, soft->sadb_lifetime_addtime, in print_lifetimes() 1955 secs2out(soft->sadb_lifetime_addtime, secs_str, in print_lifetimes() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 1653 struct sadb_lifetime *hard = NULL, *soft = NULL; /* Current? */ in doaddup() local 2475 if (soft == NULL) { in doaddup() 2476 soft = malloc(sizeof (*soft)); in doaddup() 2477 if (soft == NULL) in doaddup() 2479 bzero(soft, sizeof (*soft)); in doaddup() 2480 soft->sadb_lifetime_exttype = in doaddup() 2482 soft->sadb_lifetime_len = in doaddup() 2483 SADB_8TO64(sizeof (*soft)); in doaddup() 2484 totallen += sizeof (*soft); in doaddup() 2488 if (soft->sadb_lifetime_allocations != 0) { in doaddup() [all …]
|
/titanic_41/usr/src/cmd/plimit/ |
H A D | plimit.c | 319 char *soft = strtok_r(arg, " \t,", &lastc); in parse_limits() local 326 if (soft == NULL || *soft == '\0') { in parse_limits() 330 if (limit_value(which, soft, &rp->rlim_cur) != 0) in parse_limits()
|
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | interrupt.s | 163 / If we're here, we're being called from splx() to fake a soft 165 / We execute this code when a soft interrupt is posted at
|
/titanic_41/usr/src/cmd/mdb/common/modules/crypto/ |
H A D | impl.c | 404 uintptr_t *soft; in soft_conf_walk_init() local 406 if (mdb_readsym(&soft, sizeof (kcf_soft_conf_entry_t *), in soft_conf_walk_init() 411 wsp->walk_addr = (uintptr_t)soft; in soft_conf_walk_init()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | sadb.c | 815 sadb_hardsoftchk(sadb_lifetime_t *hard, sadb_lifetime_t *soft, in sadb_hardsoftchk() argument 818 if (hard == NULL || soft == NULL) in sadb_hardsoftchk() 822 soft->sadb_lifetime_allocations != 0 && in sadb_hardsoftchk() 823 hard->sadb_lifetime_allocations < soft->sadb_lifetime_allocations) in sadb_hardsoftchk() 827 soft->sadb_lifetime_bytes != 0 && in sadb_hardsoftchk() 828 hard->sadb_lifetime_bytes < soft->sadb_lifetime_bytes) in sadb_hardsoftchk() 832 soft->sadb_lifetime_addtime != 0 && in sadb_hardsoftchk() 833 hard->sadb_lifetime_addtime < soft->sadb_lifetime_addtime) in sadb_hardsoftchk() 837 soft->sadb_lifetime_usetime != 0 && in sadb_hardsoftchk() 838 hard->sadb_lifetime_usetime < soft->sadb_lifetime_usetime) in sadb_hardsoftchk() [all …]
|
H A D | ipsecah.c | 1046 sadb_lifetime_t *soft = in ah_add_sa() local 1101 if ((*diagnostic = sadb_hardsoftchk(hard, soft, idle)) != 0) in ah_add_sa()
|
H A D | ipsecesp.c | 3580 sadb_lifetime_t *soft = local 3650 if ((*diagnostic = sadb_hardsoftchk(hard, soft, idle)) != 0) {
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | caps | 292 label_on, "smln" "LO" Turn on soft labels 293 label_off, "rmln" "LF" Turn off soft labels 406 clear_margins, "mgc" "MC" Clear left and right soft margins 407 set_left_margin, "smgl" "ML" Set soft left margin 408 set_right_margin, "smgr" "MR" Set soft right margin 482 set_bottom_margin, "smgb" "Zk" Set soft bottom margin at current line 483 set_bottom_margin_parm, "smgbp" "Zl" Set soft bottom margin 484 set_left_margin_parm, "smglp" "Zm" Set soft left margin 485 set_right_margin_parm, "smgrp" "Zn" Set soft right margin 486 set_top_margin, "smgt" "Zo" Set soft top margin at current line [all …]
|
H A D | curses.ed | 23 #define KEY_SRESET 0530 /* soft (partial) reset (unreliable) */
|
/titanic_41/usr/src/uts/common/os/ |
H A D | cyclic.c | 1125 int soft, *buf, consndx, resized = 0, intr_resized = 0; in cyclic_softint() local 1136 soft = softbuf->cys_soft; in cyclic_softint() 1137 ASSERT(soft == 0 || soft == 1); in cyclic_softint() 1139 pc = &softbuf->cys_buf[soft]; in cyclic_softint() 1273 if (soft != softbuf->cys_hard) { in cyclic_softint() 1281 (softbuf->cys_buf[soft].cypc_sizemask << 1) + 1 || in cyclic_softint() 1282 softbuf->cys_buf[soft].cypc_sizemask == 0); in cyclic_softint()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-management-snmp-sea-sea-config.mf | 29 # dependency is actually "soft". That is, that the net-snmp doesn't
|
/titanic_41/usr/src/uts/sun4u/sunfire/io/ |
H A D | fhc_bd.c | 63 #define fhc_bd_sc_evt(s, e) (*fbe->update)(fbe->soft, s, e) 1053 fhc_bd_evt.soft = sp; in fhc_bd_sc_register()
|
/titanic_41/usr/src/uts/sun4u/starfire/ml/ |
H A D | idn_asm.s | 364 ! queued. If so, don't bother generating a soft
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | README.netboot | 52 a soft-reset of the NIC.
|
/titanic_41/usr/src/uts/sun4u/sunfire/sys/ |
H A D | fhc.h | 775 void *soft; member
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 297 label_on smln LO str Turn on soft labels 298 label_off rmln LF str Turn off soft labels
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 297 label_on smln LO str Turn on soft labels 298 label_off rmln LF str Turn off soft labels
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 166 # -nl No labels - suppress soft labels 1984 # a description of the soft switches invoked when you do `Set Up'. 3408 # Ed Catmur notes that gnome-terminal has recognized soft-reset since May 2002. 9327 # screen labeled (soft keys/action blocks) are labeled. Function key 9358 # There are problems with soft key labeling. These are due to 11975 # Datamedia DT80 soft switches: 18928 # FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
|
H A D | terminfo.src | 166 # -nl No labels - suppress soft labels 2240 # a description of the soft switches invoked when you do `Set Up'. 3898 # Ed Catmur notes that gnome-terminal has recognized soft-reset since May 2002. 10494 # screen labeled (soft keys/action blocks) are labeled. Function key 10530 # There are problems with soft key labeling. These are due to 13505 # Datamedia DT80 soft switches: 21144 # FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 21035 soft
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 21034 soft
|