Searched refs:initval (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | eventfd.c | 23 eventfd(unsigned int initval, int flags) argument 26 uint64_t val = initval;
|
/illumos-gate/usr/src/uts/common/io/nge/ |
H A D | nge_ndd.c | 77 #define NGE_INIT_PROP(propname, fieldname, initval) { \ 81 ngep->fieldname = initval; \
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_ndd.c | 76 #define BGE_INIT_PROP(propname, fieldname, initval) { \ 80 bgep->fieldname = initval; \
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_l2t.c | 89 jhash_3words(u32 a, u32 b, u32 c, u32 initval) argument 93 c += initval; 101 jhash_2words(u32 a, u32 b, u32 initval) argument 103 return (jhash_3words(a, b, 0, initval));
|
/illumos-gate/usr/src/uts/sun4u/tazmo/io/ |
H A D | envctrl.c | 2430 struct envctrl_pcf8574_chip initval; local 2442 initval.chip_num = ENVCTRL_PCF8574_DEV0; /* 0x01 port 1 */ 2443 initval.type = PCF8574A; 2445 initval.val = ENVCTRL_DFLOP_INIT0; 2446 (void) envctrl_xmit(unitp, (caddr_t *)(void *)&initval, PCF8574); 2448 initval.val = ENVCTRL_DFLOP_INIT1; 2449 (void) envctrl_xmit(unitp, (caddr_t *)(void *)&initval, PCF8574); 2477 struct envctrl_pcf8574_chip initval; local 2489 initval.chip_num = ENVCTRL_PCF8574_DEV0; /* 0x01 port 1 */ 2490 initval [all...] |
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge.c | 5021 hash(k, length, initval) 5024 register ub4 initval; /* the previous hash, or an arbitrary value */ 5031 c = initval; /* the previous hash value */
|
Completed in 73 milliseconds