/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | main.c | 176 dump_hex_bytes(const void *data, size_t n, int indent, in dump_hex_bytes()
|
H A D | corenote.c | 136 safe_str(const char *str, size_t n) in safe_str() 290 Word n; in print_strbuf() local
|
/titanic_44/usr/src/cmd/sgs/error/common/ |
H A D | errortouch.c | 656 mustwrite(char *base, int n, FILE *preciousfile) in mustwrite()
|
/titanic_44/usr/src/cmd/sgs/gprof/common/ |
H A D | printgprof.c | 529 print_demangled_name(int n, nltype *selfp) in print_demangled_name()
|
/titanic_44/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 423 repeat(String s, int n) in repeat()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | pcie_impl.h | 155 #define PCIX_BDG_ECC_REG(pfd_p, n) PCIX_BDG_ERR_REG(pfd_p)->pcix_bdg_ecc_regs[n] argument 161 #define PCIE_ADV_HDR(pfd_p, n) PCIE_ADV_REG(pfd_p)->pcie_ue_hdr[n] argument 164 #define PCIE_ADV_BDG_HDR(pfd_p, n) PCIE_ADV_BDG_REG(pfd_p)->pcie_sue_hdr[n] argument
|
/titanic_44/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs_iomb.h | 661 #define ADDQI(ix, n, qd) ((ix + n) & (qd - 1)) argument 663 #define QI2O(ix, n, qd) (ADDQI(ix, n, qd) * PMCS_QENTRY_SIZE) argument 763 #define STEP_OQ_ENTRY(hwp, qn, ix, n) ix = ADDQI(ix, n, hwp->ioq_depth) argument
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 1450 int retries, n; local 1507 int n; local 1535 int n; local
|
/titanic_44/usr/src/lib/libnisdb/ |
H A D | nis_db.cc | 869 #define TABLE_COL(o, n) o->TA_data.ta_cols.ta_cols_val[n] argument 1153 replaceMappingObj(__nis_table_mapping_t *t, nis_object *n) { in replaceMappingObj()
|
H A D | db_table.cc | 105 long unsigned newsize = 0, n; in get_new_table_size() local
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 66 # define genncpy(a,b,n) ed_genncpy(a,b,n) argument 83 # define genncpy(a,b,n) strncpy((char*)(a),(char*)(b),n) argument
|
/titanic_44/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 798 int i, n, rv; in prt_led_mode() local 1605 int n; in cfga_err() local
|
/titanic_44/usr/src/uts/common/os/ |
H A D | cred.c | 830 crsetgroups(cred_t *cr, int n, gid_t *grp) in crsetgroups() 1431 crgrpcopyin(int n, gid_t *gidset) in crgrpcopyin()
|
H A D | modctl.c | 492 int i, n, rv = 0; in modctl_update_driver_aliases() local 942 int n; in convert_constraint_string() local 2159 int i, n; in modctl_devreaddir() local 2729 size_t n, resid = sizeof (path); in modload_qualified() local
|
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_xml.c | 69 xmlattr_to_stab(topo_mod_t *mp, xmlNodePtr n, const char *stabname, in xmlattr_to_stab() 112 xmlNodePtr n, const char *propname, uint64_t *value) in xmlattr_to_int()
|
/titanic_44/usr/src/uts/intel/io/mc-amd/ |
H A D | mcamd_drv.c | 80 #define MAX(m, n) ((m) >= (n) ? (m) : (n)) argument 81 #define MIN(m, n) ((m) <= (n) ? (m) : (n)) argument
|
/titanic_44/usr/src/cmd/svc/svcs/ |
H A D | explain.c | 2072 int n, m; in impact_compar() local 2135 int n, i; in explain() local
|
H A D | svcs.c | 2041 uint_t i, n; in detailed_list_processes() local 2692 int n = 0; in get_notify_param_classes() local 2904 uint_t i, n = 0; in add_processes() local 3445 int i, n; in main() local
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_xprt.c | 931 uint_t i, n; in fmd_xprt_destroy() local 1459 uint_t n; in fmd_xprt_recv() local
|
/titanic_44/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 462 mergesort(int (*cmp)(lsrec_t *, lsrec_t *), lsrec_t **a, lsrec_t **b, int n) in mergesort() 481 coalesce(int (*cmp)(lsrec_t *, lsrec_t *), lsrec_t **lock, int n) in coalesce()
|
/titanic_44/usr/src/uts/common/io/hme/ |
H A D | hme.h | 275 #define ROUNDUP(a, n) (((a) + ((n) - 1)) & ~((n) - 1)) argument 276 #define ROUNDUP2(a, n) (uchar_t *)((((uintptr_t)(a)) + ((n) - 1)) & ~((n) - 1)) argument
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zap.c | 146 void (*transfer_func)(const uint64_t *src, uint64_t *dst, int n), in zap_table_grow() 310 zap_ptrtbl_transfer(const uint64_t *src, uint64_t *dst, int n) in zap_ptrtbl_transfer()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 244 int ncnt, n; in build_seclist_nodups() local 292 int n; /* index for newsec - newsecinfo */ in srv_secinfo_add() local
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 298 pkgcmd_t n; in pkgopenserver_i() local
|
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | nbns_rq.c | 485 int n, len; in nbns_rq_recv() local
|