/titanic_52/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_bitmap.h | 52 #define IND_BYTE(ind) ((ind) >> 3) argument 53 #define IND_BIT(ind) (1 << ((ind) & 0x7)) argument 68 #define BMAP_BIT_SET(bmap, ind) ((bmap)[IND_BYTE(ind)] |= IND_BIT(ind)) argument 69 #define BMAP_BIT_CLR(bmap, ind) ((bmap)[IND_BYTE(ind)] &= ~IND_BIT(ind)) argument 70 BMAP_BIT_ISSET(bmap,ind) global() argument 75 BMAP_REF_SET(krdc,ind) global() argument 76 BMAP_REF_CLR(krdc,ind) global() argument 77 BMAP_REF_ISSET(krdc,ind) global() argument 78 BMAP_REF_FORCE(krdc,ind,val) global() argument [all...] |
H A D | rdc_bitmap.c | 2556 rdc_bmap_ref_byte_set(rdc_k_info_t *krdc, int ind) in rdc_bmap_ref_byte_set() argument 2565 rdc_bmap_ref_byte_clr(rdc_k_info_t *krdc, int ind) in rdc_bmap_ref_byte_clr() argument 2574 rdc_bmap_ref_byte_isset(rdc_k_info_t *krdc, int ind) in rdc_bmap_ref_byte_isset() argument 2583 rdc_bmap_ref_byte_force(rdc_k_info_t *krdc, int ind, unsigned int val) in rdc_bmap_ref_byte_force() argument 2609 rdc_bmap_ref_int_set(rdc_k_info_t *krdc, int ind) in rdc_bmap_ref_int_set() argument 2618 rdc_bmap_ref_int_clr(rdc_k_info_t * krdc,int ind) rdc_bmap_ref_int_clr() argument 2627 rdc_bmap_ref_int_isset(rdc_k_info_t * krdc,int ind) rdc_bmap_ref_int_isset() argument 2636 rdc_bmap_ref_int_force(rdc_k_info_t * krdc,int ind,unsigned int val) rdc_bmap_ref_int_force() argument [all...] |
/titanic_52/usr/src/cmd/cron/ |
H A D | elm.c | 137 struct index *indprev, *ind; local 235 struct index *ind; global() local 408 struct index *ind, *fi; el_first() local 506 struct index *ind, *ind2; el_delete() local [all...] |
/titanic_52/usr/src/cmd/svr4pkg/libinst/ |
H A D | nblk.c | 43 fsblkcnt_t tot, count, count1, d_indirect, t_indirect, ind; in nblk() local [all...] |
/titanic_52/usr/src/cmd/vi/port/ |
H A D | ex_vwind.c | 101 vup(int cnt, int ind, bool scroll) in vup() argument 149 vdown(int cnt,int ind,bool scroll) vdown() argument [all...] |
H A D | ex_vops.c | 498 int i, ind, cnt; in vchange() local 729 int ind in voOpen() local [all...] |
H A D | ex_vmain.c | 78 int ind, nlput; local [all...] |
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ipaddr.c | 192 int ind; in addhost() local 360 int ind; in lgetipnodebyname() local [all...] |
/titanic_52/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_pf.c | 506 u8_t ind,offset; in lm_vf_get_free_resource() local 524 int i,ind,offset; in lm_vf_acquire_resource() local 537 int ind,offset; in lm_vf_get_resource_value() local 548 int i,ind,offse in lm_vf_release_resource() local [all...] |
/titanic_52/usr/src/stand/lib/fs/nfs/ |
H A D | nfs2ops.c | 70 static char ind[] = "|/-\\"; /* progress indicator */ in nfsread() local
|
H A D | nfs3ops.c | 68 static char ind[] = "|/-\\"; /* progress indicator */ in nfs3read() local
|
H A D | nfs4ops.c | 70 static char ind[] = "|/-\\"; in nfs4read() local
|
/titanic_52/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_misc.h | 272 #define HERMON_IND_BYTE(ind) ((ind) >> 3) argument 273 #define HERMON_IND_BIT(ind) (1 << ((ind) & 0x7)) argument 275 #define HERMON_BMAP_BIT_SET(bmap, ind) \ argument 277 #define HERMON_BMAP_BIT_CLR(bmap, ind) \ argument 279 HERMON_BMAP_BIT_ISSET(bmap,ind) global() argument [all...] |
/titanic_52/usr/src/uts/common/io/ |
H A D | llc1.c | 2393 dl_unitdata_ind_t *ind; in llc1_xid_ind_con() local 2412 dl_unitdata_ind_t *ind; in llc1_xid_ind_con() local 2642 dl_unitdata_ind_t *ind; in llc1_test_ind_con() local 2661 dl_unitdata_ind_t *ind; llc1_test_ind_con() local [all...] |
/titanic_52/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | kdb5_create.c | 425 krb5_int32 ind; local
|
/titanic_52/usr/src/cmd/oamuser/user/ |
H A D | userdefs.c | 116 static int ind = NDEF - 1; in scan() local
|
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_stats.c | 398 int i, ind; in of_rule_stats() local 534 int i, ind; i_copy_sstats() local 610 int i, ind; i_copy_rstats() local [all...] |
/titanic_52/usr/src/stand/lib/inet/ |
H A D | ethernet.c | 97 char *ind = "-\\|/"; in ether_comarp() local
|
H A D | ibd.c | 137 char *ind = "-\\|/"; in ibd_comarp() local
|
/titanic_52/usr/src/lib/libpam/ |
H A D | pam_framework.c | 961 sm_name(int ind) in sm_name() argument 981 (*func(pamtab_t *modulep, int ind))() in func() argument 1009 run_stack(pam_handle_t *pamh, int flags, int type, int def_err, int ind, in run_stack() argument
|
/titanic_52/usr/src/cmd/format/ |
H A D | ix_altsctr.c | 754 int ind; local [all...] |
/titanic_52/usr/src/cmd/ptools/ppriv/ |
H A D | ppriv.c | 445 int ind = strindex(q[i], sets); in parsespec() local [all...] |
/titanic_52/usr/src/uts/common/sys/scsi/adapters/ |
H A D | iscsi_door.h | 97 iscsi_door_ind_t ind; member
|
/titanic_52/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getvalues.c | 150 int ind = 0; in parse_subtypes() local
|
/titanic_52/usr/src/cmd/newtask/ |
H A D | newtask.c | 520 int ind; in set_ids() local
|