/titanic_51/usr/src/man/man5/ |
H A D | resource_controls.5 | 8 resource_controls \- resource controls available through project database 53 \fB\fBprocess.max-address-space\fR\fR 64 \fB\fBprocess.max-core-size\fR\fR 68 Maximum size of a core file created by this process, expressed as a number of 75 \fB\fBprocess.max-cpu-time\fR\fR 86 \fB\fBprocess.max-dat [all...] |
/titanic_51/usr/src/man/man1/ |
H A D | prctl.1 | 8 prctl \- get or set the resource controls of running processes, tasks, and 13 \fBprctl\fR [\fB-P\fR] [\fB-t\fR [basic | privileged | system]] 14 [\fB-n\fR \fIname\fR [\fB-srx\fR] [\fB-v\fR \fIvalue\fR] [\fB-e\fR | \fB-d\fR \fIaction\fR] [\fB-p\fR \fIpid\fR]] 15 [\fB- [all...] |
/titanic_51/usr/src/lib/libnsl/rpc/ |
H A D | pmap_prot.c | 39 * Protocol for the local binder service, or pmap. 54 switch (xdrs->x_op) { in xdr_pmap() 58 if (!XDR_PUTINT32(xdrs, (int32_t *)&objp->pm_prog)) in xdr_pmap() 60 if (!XDR_PUTINT32(xdrs, (int32_t *)&objp->pm_vers)) in xdr_pmap() 62 if (!XDR_PUTINT32(xdrs, (int32_t *)&objp->pm_prot)) in xdr_pmap() 64 if (!XDR_PUTINT32(xdrs, (int32_t *)&objp->pm_port)) in xdr_pmap() 67 IXDR_PUT_U_INT32(buf, objp->pm_prog); in xdr_pmap() 68 IXDR_PUT_U_INT32(buf, objp->pm_vers); in xdr_pmap() 69 IXDR_PUT_U_INT32(buf, objp->pm_prot); in xdr_pmap() 70 IXDR_PUT_U_INT32(buf, objp->pm_por in xdr_pmap() 179 xdr_rmtcallargs(XDR * xdrs,struct p_rmtcallargs * cap) xdr_rmtcallargs() argument [all...] |
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 46 Sym *sym = sdp->sd_sym; in remove_local() 47 uchar_t type = ELF_ST_TYPE(sym->st_info); in remove_local() 48 /* LINTED - only used for assert() */ in remove_local() 51 if ((ofl->ofl_flags & FLG_OF_REDLSYM) == 0) { in remove_local() 52 ofl->ofl_locscnt--; in remove_local() 54 err = st_delstring(ofl->ofl_strtab, sdp->sd_name); in remove_local() 55 assert(err != - in remove_local() 441 size_t size; new_section() local 691 new_section_from_template(Ofl_desc * ofl,Is_desc * tmpl_isp,size_t size,Is_desc ** ret_isec,Shdr ** ret_shdr,Elf_Data ** ret_data) new_section_from_template() argument 743 ld_make_bss(Ofl_desc * ofl,Xword size,Xword align,uint_t ident) ld_make_bss() argument 946 size_t size; make_dynamic() local 1325 size_t size = (size_t)ofl->ofl_gotcnt * ld_targ.t_m.m_got_entsize; ld_make_got() local 1358 size_t size; make_interp() local 1588 CAP_UPDATE(cap,capndx,tag,val) global() argument 1599 Cap *cap; make_cap() local 1600 size_t size = 0; make_cap() local 1917 size_t size = ld_targ.t_m.m_plt_reservsz + make_plt() local 1961 size_t size; make_hash() local 2020 size_t size; make_symtab() local 2100 size_t size; make_dynsym() local 2279 size_t size; make_shstrtab() local 2312 size_t size; make_strtab() local 2347 size_t size; make_dynstr() local 2430 size_t size; make_reloc() local 2613 ld_make_parexpn_data(Ofl_desc * ofl,size_t size,Xword align) ld_make_parexpn_data() argument 3101 size_t size = cnt * shdr->sh_entsize; update_data_size() local 3410 ld_make_data(Ofl_desc * ofl,size_t size) ld_make_data() argument 3435 ld_make_text(Ofl_desc * ofl,size_t size) ld_make_text() argument [all...] |
H A D | update.c | 51 return (s1->sl_hval - s2->sl_hval); in sym_hash_compare() 71 * (st_value1 - st_value2) in dynsort_compare() 74 * class (32 or 64-bit) of the linker. in dynsort_compare() 76 return ((s1->st_value < s2->st_value) ? -1 : in dynsort_compare() 77 (s1->st_value > s2->st_valu in dynsort_compare() 628 Xword lndx, local = ifl->ifl_locscnt; update_osym() local 994 int local; update_osym() local 1184 int local = 0, dynlocal = 0, enter_in_symtab; update_osym() local 3271 Cap *cap; update_oscap() local 3608 Addr size, etext, vaddr; ld_update_outfile() local [all...] |
/titanic_51/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 81 * Defines for local functions. 156 pdp->pd_pname = (char *)MSG_ORIG(MSG_PTH_LIBSYS); in elf_fix_name() 157 pdp->pd_plen = MSG_PTH_LIBSYS_SIZE; in elf_fix_name() 158 pdp->pd_flags = PD_FLG_PNSLASH; in elf_fix_name() 173 Cap *cap = NULL; in elf_cap_check() local 184 if (ehdr->e_type == ET_EXEC) in elf_cap_check() 190 phdr = (Phdr *)((char *)ehdr + ehdr->e_phoff); in elf_cap_check() 191 for (cnt = 0; cnt < ehdr->e_phnum; cnt++, phdr++) { in elf_cap_check() 192 if (phdr->p_typ in elf_cap_check() 232 elf_verify(caddr_t addr,size_t size,Fdesc * fdp,const char * name,Rej_desc * rej) elf_verify() argument 1657 Cap *cap = NULL; global() local [all...] |
/titanic_51/usr/src/man/man1m/ |
H A D | projadd.1m | 8 projadd \- administer a new project on the system 12 \fBprojadd\fR [\fB-n\fR] [\fB-f\fR \fIfilename\fR] [\fB-p\fR \fIprojid\fR [\fB-o\fR]] [\fB-c\fR \fIcomment\fR] 13 [\fB-U\fR \fIuser\fR [,\fIuser\fR]... ] [\fB-G\fR \fIgroup\fR [,\fIgroup\fR]... ] 14 [ [\fB-K\fR \fIname\fR [=\fIvalue\fR [,\fIvalue\fR]...]...]] \fIproject\fR 30 \fB\fB- [all...] |
H A D | zpool.1m | 52 .Oo Fl O Ar file-system-property Ns = Ns Ar value Oc Ns ... 174 .Bl -tag -width Ds 197 across all components of a mirror. A mirror with N disks of size X can hold X 198 bytes and can withstand (N-1) devices failing before data integrity is 201 A variation on RAID-5 that allows for better distribution of parity and 202 eliminates the RAID-5 207 A raidz group can have single-, double-, o [all...] |
/titanic_51/usr/src/cmd/sgs/elfdump/common/ |
H A D | _elfdump.h | 34 * Local include file for elfdump. 44 * SHOW - Specify categories of things in the ELF object to display. 45 * CALC - Compute something based on the contents of the ELF object. 46 * CTL - Control options specify general options that are not 52 * SHOW: Bottom 24-bits 101 /* Size of buffer used for formatting an index into textual representation */ 129 * a user specified match (-I, -N, -T) option. A 130 * non-stric 176 #define cap cap6 global() macro 200 #define cap cap3 global() macro [all...] |
H A D | fake_shdr.c | 37 * found in the originals (particularly for non-allocable sections), 97 * for a fixup pass. Putting them in positions [1-4] solves this. 140 * Table of per-section constant data used to set up the section 141 * header cache and the various sub-parts it references. Indexed by 228 sizeof (Addr), sizeof (Cap), ELF_T_CAP }, 290 size_t size; /* # bytes in section */ member 308 * sinfo - Address of first SINFO structure to free 309 * n - # of structures to clear 313 * and data buffer are freed if non-NULL. The relevant 319 for (; n- in sinfo_free() 419 map_addr_to_offset(FSTATE * fstate,Addr addr,size_t size,size_t * zero_bytes,Phdr ** phdr_ret) map_addr_to_offset() argument 479 map_offset_to_addr(FSTATE * fstate,Off offset,size_t size,size_t * zero_bytes,Phdr ** phdr_ret) map_offset_to_addr() argument 1103 SINFO cap; fake_shdr_cache() member [all...] |
H A D | elfdump.c | 63 * - The Versym also contains indexes to Verneed records, recording 68 * - The top bit of the Versym value is no longer part of the index, 70 * - Multiple implementations of a given symbol, contained in varying 78 * a DT_VERSYM entry, but which has non-zero vna_other fields in the Vernaux 85 * for local symbols, and the [1] index for globals. If the original 101 * Verneed records, as indicated by non-zero vna_other fields in the Verneed 156 * type to record self-relative pointer values. We need a type 213 if (strsec->c_data == NULL) in string() 216 strs = (char *)strsec->c_data->d_bu in string() 1319 Cap *cap = (Cap *)ccache->c_data->d_buf; cap_section() local 1688 cap(const char *file, Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, cap() function 3655 c_literal_cb(const void * ptr,size_t size,void * uvalue) c_literal_cb() argument 3666 note_entry(Cache * cache,Word * data,size_t size,Ehdr * ehdr,const char * file) note_entry() argument [all...] |
/titanic_51/usr/src/uts/sun4v/io/ |
H A D | ds_common.c | 188 static int ds_loopback_set_svc(ds_svc_t *svc, ds_capability_t *cap, 246 ASSERT(MUTEX_HELD(&port->lock)); in ds_update_ldc_state() 251 if ((rv = ldc_status(port->ldc.hdl, &ldc_state)) != 0) { in ds_update_ldc_state() 254 ldc_state = port->ldc.state; in ds_update_ldc_state() 256 port->ldc.state = ldc_state; in ds_update_ldc_state() 269 mutex_enter(&port->lock); in ds_handle_down_reset_events() 279 (void) ldc_up(port->ldc.hdl); in ds_handle_down_reset_events() 281 mutex_exit(&port->lock); in ds_handle_down_reset_events() 297 mutex_enter(&port->lock); in ds_handle_up_event() 301 mutex_exit(&port->loc in ds_handle_up_event() 2489 ds_ucap_init(ds_capability_t * cap,ds_clnt_ops_t * ops,uint32_t flags,int instance,ds_svc_hdl_t * hdlp) ds_ucap_init() argument 2636 ds_cap_init(ds_capability_t * cap,ds_clnt_ops_t * ops) ds_cap_init() argument 2687 ds_cap_fini(ds_capability_t * cap) ds_cap_fini() argument 3092 ds_loopback_set_svc(ds_svc_t * svc,ds_capability_t * cap,ds_svc_hdl_t * lb_hdlp) ds_loopback_set_svc() argument [all...] |
H A D | ds_drv.c | 230 return (-1); in ds_ports_init() 287 rv = -1; in ds_ports_init() 298 rv = -1; in ds_ports_init() 344 return (-1); in ds_port_add() 351 return (-1); in ds_port_add() 358 return (-1); in ds_port_add() 362 return (-1); in ds_port_add() 366 * the "ldc-ids" property, and is only on the primary domain. in ds_port_add() 369 md_get_prop_data(mdp, port, "ldc-ids", &ldcidsp, &len) == 0) { in ds_port_add() 450 ASSERT(MUTEX_HELD(&port->loc in ds_sys_ldc_init() 479 size_t size; /* size of the log in bytes */ global() member [all...] |
/titanic_51/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_gld.c | 22 /* Copyright © 2003-2011 Emulex. All rights reserved. */ 43 /* ---[ static function declarations ]------ 317 oce_m_getcap(void * arg,mac_capab_t cap,void * data) oce_m_getcap() argument 349 oce_m_setprop(void * arg,const char * name,mac_prop_id_t id,uint_t size,const void * val) oce_m_setprop() argument 440 oce_m_getprop(void * arg,const char * name,mac_prop_id_t id,uint_t size,void * val) oce_m_getprop() argument 682 oce_set_priv_prop(struct oce_dev * dev,const char * name,uint_t size,const void * val) oce_set_priv_prop() argument 730 oce_get_priv_prop(struct oce_dev * dev,const char * name,uint_t size,void * val) oce_get_priv_prop() argument [all...] |
/titanic_51/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 36 @ MSG_USE_CNTNEGOPT "warning: ignoring non-negatable debug option: %s" 44 # TRANSLATION_NOTE - Use the following output in the C locale as reference 1. 46 # The runtime linker and link-editor support a shared debugging 54 # TRANSLATION_NOTE - The next series of messages makes the above output in C 57 @ MSG_USE_R1_A "The runtime linker and link-editor support a \ 70 # TRANSLATION_NOTE -- do not translate "stderr" 73 # TRANSLATION_NOTE - End of reference 1 76 # TRANSLATION_NOTE - Use the following output in the C locale as reference 2. 103 # TRANSLATION_NOTE - Th [all...] |
/titanic_51/usr/src/uts/common/io/uath/ |
H A D | uath.c | 8 * Copyright (c) 2008-2009 Weongyo Jeong <weongyo@freebsd.org> 318 int i, size; in uath_lookup() local 320 size = sizeof (uath_devs) / sizeof (struct uath_type); in uath_lookup() 322 for (i = 0; i < size; i++) { in uath_lookup() 347 /* Descend to configuration, configs are 1-based */ in uath_lookup_alt_if() 348 if (config < 1 || config > dev_data->dev_n_cfg) in uath_lookup_alt_if() 350 cfg_data = &dev_data->dev_cfg[config - 1]; in uath_lookup_alt_if() 353 if (interface > cfg_data->cfg_n_if - in uath_lookup_alt_if() 914 uath_get_capability(struct uath_softc * sc,uint32_t cap,uint32_t * val) uath_get_capability() argument 931 struct uath_devcap *cap = &sc->sc_devcap; uath_get_devcap() local [all...] |
/titanic_51/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgsbbc_mailbox.c | 29 * OS <-> SC communication protocol 117 * local stuff 174 * mutex'es for the wait-lists in sbbc_mbox_init() 177 mutex_init(&master_mbox->mbox_wait_lock[i], in sbbc_mbox_init() 179 master_mbox->mbox_wait_list[i] = NULL; in sbbc_mbox_init() 183 master_mbox->intrs[i] = NULL; in sbbc_mbox_init() 186 * Two mailbox channels SC -> OS , read-only in sbbc_mbox_init() 187 * OS -> SC, read/write in sbbc_mbox_init() 189 master_mbox->mbox_i in sbbc_mbox_init() 2638 plat_capability_data_t *cap; sbbc_mbox_ecc_output() local 2840 plat_capability_data_t *cap = NULL; cap_ecc_msg_handler() local [all...] |
/titanic_51/usr/src/uts/common/io/ |
H A D | emul64.c | 83 static int emul64_scsi_getcap(struct scsi_address *ap, char *cap, int whom); 84 static int emul64_scsi_setcap(struct scsi_address *ap, char *cap, int value, 161 * Local static data 209 &mod_driverops, /* module type - driver */ 215 MODREV_1, /* ml_rev - must be MODREV_1 */ 236 if (boot_max_ncpus == -1) { in _init() 292 *result = (void *)foo->emul64_dip; in emul64_info() 376 emul64->emul64_tran = tran; in emul64_attach() 377 emul64->emul64_dip = dip; in emul64_attach() 379 tran->tran_hba_privat in emul64_attach() 637 uint16_t cap, synch; emul64_i_initcap() local 660 emul64_scsi_getcap(struct scsi_address * ap,char * cap,int whom) emul64_scsi_getcap() argument 734 emul64_scsi_setcap(struct scsi_address * ap,char * cap,int value,int whom) emul64_scsi_setcap() argument [all...] |
H A D | cmlb.c | 245 {"Size", DDI_PROP_TYPE_INT64, S_IFCHR}, 246 {"device-nblocks", DDI_PROP_TYPE_INT64}, 247 {"device-blksize", DDI_PROP_TYPE_INT}, 248 {"device-solid-state", DDI_PROP_TYPE_INT}, 249 {"device-rotational", DDI_PROP_TYPE_INT}, 288 /* Local function prototypes */ 359 uint32_t start, uint32_t size); 541 cl->cl_state = CMLB_INITED; in cmlb_alloc_handle() 542 cl->cl_def_labeltyp in cmlb_alloc_handle() 690 diskaddr_t cap; cmlb_attach() local 2204 cmlb_validate_ext_part(struct cmlb_lun * cl,int part,int epart,uint32_t start,uint32_t size) global() argument 2809 diskaddr_t cap = 0; global() local 3769 int size; global() local 3848 int size; global() local 4691 diskaddr_t cap; global() local [all...] |
/titanic_51/usr/src/man/man4/ |
H A D | terminfo.4 | 9 terminfo \- terminal and printer capability database 24 \fBcurses\fR-based programs, as well as by some system commands such as 42 Entries in \fBterminfo\fR source files consist of a number of comma-separated 55 .in -2 77 example, the \fB-w\fR suffix means "wide mode". When specified, it allows for a 79 to use a "vt100" device set to wide mode, name the device "vt100-w". Use the 88 \fB-w\fR Wide mode (more than 80 columns) \fB5410-w\fR 89 \fB-am\fR With auto. margins (usually default) \fBvt100-a [all...] |
/titanic_51/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-io.c | 22 * Copyright (C) 1998-1999 Netscape Communications Corporation. All 32 * High level strategy: we use the socket-specific arg to hold our own data 38 #include "ldappr-int.h" 44 * Local function prototypes: 76 static void *prldap_safe_realloc( void *ptr, PRUint32 size ); 81 * Local macros: 83 /* given a socket-specific arg, return the corresponding PRFileDesc * */ 85 (((PRLDAPIOSocketArg *)(socketarg))->prsock_prfd) 96 * Returns 0 if all goes well and -1 if not. 126 return( - in prldap_install_io_functions() 677 prldap_safe_realloc(void * ptr,PRUint32 size) prldap_safe_realloc() argument [all...] |
/titanic_51/usr/src/uts/common/xen/public/ |
H A D | domctl.h | 24 * Copyright (c) 2002-2003, B Dragovic 25 * Copyright (c) 2002-2006, K Fraser 46 * If it is specified as zero, an id is auto-allocated and returned. 56 /* Use hardware-assisted paging if available? */ 97 /* XEN_DOMINF_shutdown guest-supplied code. */ 175 /* Log-dirty bitmap operations. */ 196 * operations nor write-protect its pagetables. 201 * Used for live relocation to determine which pages must be re-sent. 233 uint64_aligned_t pages; /* Size of buffer. Updated with actual size 313 uint16_t cap; global() member 405 uint32_t size; /* IN/OUT: size of buffer / bytes filled */ global() member 416 uint32_t size; global() member 552 uint32_t size; global() member [all...] |
/titanic_51/usr/src/uts/intel/dtrace/ |
H A D | fasttrap_isa.c | 43 * Lossless User-Land Tracing on x86 44 * --------- 236 int rmindex, size; fasttrap_tracepoint_init() local 729 int i, x, cap = MIN(argc, probe->ftp_nargs); fasttrap_usdt_args64() local 751 int i, x, cap = MIN(argc, probe->ftp_nargs); fasttrap_usdt_args32() local [all...] |
/titanic_51/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 52 * access to large inode values from 32-bit code. 69 * This descriptor is referenced from a link-map's DEPENDS and CALLERS lists. 74 * -------- 982 #define CAP( global() macro [all...] |
/titanic_51/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_scsa.c | 78 ((PMCS_SGL_NCHUNKS - 1) * (PMCS_MAX_CHUNKS - 1)) + PMCS_SGL_NCHUNKS; in pmcs_scsa_init() 85 tran = scsi_hba_tran_alloc(pwp->dip, SCSI_HBA_CANSLEEP); in pmcs_scsa_init() 92 tran->tran_hba_private = pwp; in pmcs_scsa_init() 93 tran->tran_tgt_init = pmcs_scsa_tran_tgt_init; in pmcs_scsa_init() 94 tran->tran_tgt_free = pmcs_scsa_tran_tgt_free; in pmcs_scsa_init() 95 tran->tran_start = pmcs_scsa_start; in pmcs_scsa_init() 96 tran->tran_abort = pmcs_scsa_abort; in pmcs_scsa_init() 97 tran->tran_reset = pmcs_scsa_reset; in pmcs_scsa_init() 98 tran->tran_reset_notif in pmcs_scsa_init() 844 pmcs_cap(struct scsi_address * ap,char * cap,int val,int tonly,int set) pmcs_cap() argument 969 pmcs_scsa_getcap(struct scsi_address * ap,char * cap,int whom) pmcs_scsa_getcap() argument 980 pmcs_scsa_setcap(struct scsi_address * ap,char * cap,int value,int whom) pmcs_scsa_setcap() argument 2093 uint8_t local[PMCS_QENTRY_SIZE << 1], *xd; pmcs_SAS_done() local [all...] |