/titanic_51/usr/src/uts/common/sys/ |
H A D | lom_ebuscodes.h | 465 #define EBUS_CONFIG_NFAN_DEC(n) (((n)>>5)&0x7) /* Extract no. of fans */ argument 466 #define EBUS_CONFIG_NFAN_ENC(n) (((n)&0x7)<<5) /* Insert no. of fans */ argument 467 #define EBUS_CONFIG_NPSU_DEC(n) (((n)>>3)&0x3) /* Extract no. of PSUs */ argument 468 #define EBUS_CONFIG_NPSU_ENC(n) (((n)&0x3)<<3) /* Insert no. of PSUs */ argument 476 #define EBUS_CONFIG2_NTEMP_DEC(n) (((n)>> argument 477 EBUS_CONFIG2_NTEMP_ENC(n) global() argument 478 EBUS_CONFIG2_NSUPPLY_DEC(n) global() argument 479 EBUS_CONFIG2_NSUPPLY_ENC(n) global() argument 484 EBUS_CONFIG3_NOTEMP_DEC(n) global() argument 485 EBUS_CONFIG3_NOTEMP_ENC(n) global() argument 486 EBUS_CONFIG3_NBREAKERS_DEC(n) global() argument 487 EBUS_CONFIG3_NBREAKERS_ENC(n) global() argument 504 EBUS_ALARM_LED_DEC(n) global() argument 505 EBUS_ALARM_LED_ENC(n) global() argument [all...] |
/titanic_51/usr/src/uts/common/io/ |
H A D | neti_stack.c | 99 net_instance_int_t *n; in neti_stack_init() local 147 net_instance_int_t *n; in neti_stack_shutdown() local 215 net_instance_int_t *n; neti_stack_fini() local 508 net_instance_int_t *n; neti_apply_all_instances() local [all...] |
/titanic_51/usr/src/lib/libgen/common/ |
H A D | reg_step.c | 43 #define ecmp(s1, s2, n) (strncmp(s1, s2, n) == 0) argument 164 int n; in step() local 234 int n; in _advance() local 610 int n; cclass() local [all...] |
/titanic_51/usr/src/lib/libsum/common/ |
H A D | sumlib.c | 41 #define SCALE(n,m) (((n)+(m)-1)/(m)) argument 123 register size_t n; in long_print() local 276 register int n; in sumopen() local 365 register int n; in sumusage() local
|
/titanic_51/usr/src/contrib/ast/src/lib/libsum/ |
H A D | sumlib.c | 41 #define SCALE(n,m) (((n)+(m)-1)/(m)) argument 123 register size_t n; in long_print() local 276 register int n; in sumopen() local 365 register int n; sumusage() local [all...] |
/titanic_51/usr/src/ucblib/libucb/port/stdio/ |
H A D | doprnt.c | 63 #define PUT(p, n) { unsigned char *newbufptr; \ argument 71 #define PAD(s, n) { int nn; \ argument 143 _dowrite(char *p, ssize_t n, FILE *iop, unsigned char **ptrptr) in _dowrite() argument 1075 int maxnum, n, curargno, flags; _mkarglst() local 1210 size_t n; _getarg() local [all...] |
/titanic_51/usr/src/lib/libdtrace/common/ |
H A D | dt_decl.c | 330 char n[DT_TYPE_NAMELE in dt_decl_prototype() local 480 char n[DT_TYPE_NAMELEN]; dt_decl_sou() local 528 char n[DT_TYPE_NAMELEN]; dt_decl_member() local 677 char n[DT_TYPE_NAMELEN]; dt_decl_enum() local 836 char n[DT_TYPE_NAMELEN]; dt_decl_type() local [all...] |
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | hash.h | 54 #define HASH_SIZE(n) (((long)(n))<<16) /* fixed bucket size */ argument 89 #define hashdel(t,n) hashlook(t, (char*)(n), HASH_DELETE, (char*)0) argument 90 #define hashget(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_VALUE, (char*)0) argument 94 #define hashput(t,n,v) hashlook(t, (char*)(n), HASH_CREATE|HASH_VALUE, (char*)(v)) argument 95 #define hashref(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_INTERNAL|HASH_VALUE, (char*)0) argument
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | hash.h | 54 #define HASH_SIZE(n) (((long)(n))<<16) /* fixed bucket size */ argument 89 #define hashdel(t,n) hashlook(t, (char*)(n), HASH_DELETE, (char*)0) argument 90 #define hashget(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_VALUE, (char*)0) argument 94 #define hashput(t,n,v) hashlook(t, (char*)(n), HASH_CREATE|HASH_VALUE, (char*)(v)) argument 95 #define hashref(t,n) hashlook(t, (char*)(n), HASH_LOOKU argument [all...] |
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | hash.h | 63 #define HASH_SIZE(n) (((long)(n))<<16) /* fixed bucket size */ argument 98 #define hashdel(t,n) hashlook(t, (char*)(n), HASH_DELETE, (char*)0) argument 99 #define hashget(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_VALUE, (char*)0) argument 103 #define hashput(t,n,v) hashlook(t, (char*)(n), HASH_CREATE|HASH_VALUE, (char*)(v)) argument 104 #define hashref(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_INTERNAL|HASH_VALUE, (char*)0) argument
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | hash.h | 63 #define HASH_SIZE(n) (((long)(n))<<16) /* fixed bucket size */ argument 98 #define hashdel(t,n) hashlook(t, (char*)(n), HASH_DELETE, (char*)0) argument 99 #define hashget(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_VALUE, (char*)0) argument 103 #define hashput(t,n,v) hashlook(t, (char*)(n), HASH_CREATE|HASH_VALUE, (char*)(v)) argument 104 #define hashref(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_INTERNAL|HASH_VALUE, (char*)0) argument
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | hash.h | 63 #define HASH_SIZE(n) (((long)(n))<<16) /* fixed bucket size */ argument 98 #define hashdel(t,n) hashlook(t, (char*)(n), HASH_DELETE, (char*)0) argument 99 #define hashget(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_VALUE, (char*)0) argument 103 #define hashput(t,n,v) hashlook(t, (char*)(n), HASH_CREATE|HASH_VALUE, (char*)(v)) argument 104 #define hashref(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_INTERNAL|HASH_VALUE, (char*)0) argument
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | hash.h | 63 #define HASH_SIZE(n) (((long)(n))<<16) /* fixed bucket size */ argument 98 #define hashdel(t,n) hashlook(t, (char*)(n), HASH_DELETE, (char*)0) argument 99 #define hashget(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_VALUE, (char*)0) argument 103 #define hashput(t,n,v) hashlook(t, (char*)(n), HASH_CREATE|HASH_VALUE, (char*)(v)) argument 104 #define hashref(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_INTERNAL|HASH_VALUE, (char*)0) argument
|
/titanic_51/usr/src/cmd/sgs/libelf/common/ |
H A D | ar.c | 100 register unsigned long n = 0; in _elf_number() local 281 unsigned long n; in _elf_arinit() local [all...] |
/titanic_51/usr/src/cmd/bnu/ |
H A D | gename.c | 56 int n; local 95 unsigned int n; local [all...] |
/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | regexp.c | 58 register int n; in _re_comp() local 97 register int n; in _re_exec() local
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | regexp.c | 58 register int n; in _re_comp() local 97 register int n; _re_exec() local [all...] |
/titanic_51/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ActiveDiscoverer.java | 183 int i, n = interfaces.size(); in run() local 268 int i, n = daAddrs.size(); in addPreconfiguredDAs() local
|
/titanic_51/usr/src/uts/common/fs/zfs/ |
H A D | lzjb.c | 50 lzjb_compress(void *s_start, void *d_start, size_t s_len, size_t d_len, int n) in lzjb_compress() argument 99 lzjb_decompress(void *s_start, void *d_start, size_t s_len, size_t d_len, int n) in lzjb_decompress() argument
|
/titanic_51/usr/src/lib/libast/common/disc/ |
H A D | sfdcprefix.c | 47 static ssize_t pfxwrite(Sfio_t* f, const Void_t* buf, register size_t n, Sfdisc_t* dp) in pfxwrite() 123 size_t n; local
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/disc/ |
H A D | sfdcprefix.c | 47 static ssize_t pfxwrite(Sfio_t* f, const Void_t* buf, register size_t n, Sfdisc_t* dp) in pfxwrite() argument 123 size_t n; local [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | strmatch.c | 80 strgrpmatch(const char* b, const char* p, ssize_t* sub, int n, register int flags) in strgrpmatch() argument 204 strgrpmatch(const char * b,const char * p,int * sub,int n,int flags) strgrpmatch() argument [all...] |
/titanic_51/usr/src/cmd/sendmail/libsm/ |
H A D | wbuf.c | 48 register int n; variable
|
/titanic_51/usr/src/lib/libcurses/screen/ |
H A D | _scrl.c | 49 scrl(int n) in scrl() argument
|
H A D | slk_label.c | 50 slk_label(int n) in slk_label() argument
|