/titanic_51/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_path.c | 652 ibcm_path_tqargs_t *p_arg = (ibcm_path_tqargs_t *)tq_arg; in ibcm_process_get_paths() local 665 p_arg, p_arg->flags, p_arg->max_paths); in ibcm_process_get_paths() 667 max_paths = num_path = p_arg->max_paths; in ibcm_process_get_paths() 677 if (p_arg->attr.pa_num_dgids) { in ibcm_process_get_paths() 678 if (p_arg->flags & IBT_PATH_APM) { in ibcm_process_get_paths() 684 c_gid = p_arg->attr.pa_dgids[0]; in ibcm_process_get_paths() 685 if (p_arg->attr.pa_num_dgids > 1) in ibcm_process_get_paths() 686 n_gid = p_arg in ibcm_process_get_paths() 893 ibcm_saa_path_rec(ibcm_path_tqargs_t * p_arg,ibtl_cm_port_list_t * sl,ibcm_dinfo_t * dinfo,uint8_t * max_count) ibcm_saa_path_rec() argument 1113 ibcm_get_single_pathrec(ibcm_path_tqargs_t * p_arg,ibtl_cm_port_list_t * sl,ibcm_dinfo_t * dinfo,uint8_t idx,uint8_t * num_path,ibt_path_info_t * paths) ibcm_get_single_pathrec() argument 1375 ibcm_get_multi_pathrec(ibcm_path_tqargs_t * p_arg,ibtl_cm_port_list_t * sl,ibcm_dinfo_t * dinfo,uint8_t * num_path,ibt_path_info_t * paths) ibcm_get_multi_pathrec() argument 2019 ibcm_saa_service_rec(ibcm_path_tqargs_t * p_arg,ibtl_cm_port_list_t * sl,ibcm_dinfo_t * dinfo) ibcm_saa_service_rec() argument 3044 ibcm_saa_ip_pr(ibcm_ip_path_tqargs_t * p_arg,ibtl_cm_port_list_t * sl,ibcm_ip_dinfo_t * dinfo,uint8_t * max_count) ibcm_saa_ip_pr() argument 3157 ibcm_get_ip_spr(ibcm_ip_path_tqargs_t * p_arg,ibtl_cm_port_list_t * sl,ibcm_ip_dinfo_t * dinfo,uint8_t * num_path,ibt_path_info_t * paths) ibcm_get_ip_spr() argument 3376 ibcm_get_ip_mpr(ibcm_ip_path_tqargs_t * p_arg,ibtl_cm_port_list_t * sl,ibcm_ip_dinfo_t * dinfo,uint8_t * num_path,ibt_path_info_t * paths) ibcm_get_ip_mpr() argument 3737 ibcm_ip_path_tqargs_t *p_arg = (ibcm_ip_path_tqargs_t *)tq_arg; ibcm_process_get_ip_paths() local [all...] |
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | tdump.c | 36 static int p_arg(const struct argnod*); 117 return(p_arg(t->ar.arexpr)); in p_tree() 129 if(p_arg(t->sw.swarg)<0) in p_tree() 147 if(p_arg(&(t->lst.lstlef->arg))<0) in p_tree() 150 return(p_arg(&(t->lst.lstrit->arg))); in p_tree() 157 static int p_arg(register const struct argnod *arg) in p_arg() function 217 p_arg(com->comset); in p_comarg() 221 p_arg(com->comarg); in p_comarg() 247 p_arg(reg->regptr); in p_switch()
|
H A D | deparse.c | 48 static void p_arg(const struct argnod*, int endchar, int opts); 272 p_arg(t->sw.swarg,' ',0); in p_tree() 332 p_arg(&(t->lst.lstlef->arg),' ',0); in p_tree() 336 p_arg(&(t->lst.lstrit->arg),' ',0); in p_tree() 378 static void p_arg(register const struct argnod *arg,register int endchar,int opts) in p_arg() function 389 p_arg(arg->argnxt.ap,'|',opts); in p_arg() 504 p_arg(com->comset,flag,POST); in p_comarg() 510 p_arg(com->comarg,flag,POST); in p_comarg() 549 p_arg(reg->regptr,')',PRE); in p_switch()
|
H A D | xec.c | 171 static int p_arg(struct argnod*,int); 176 int n = p_arg(com->comset,ARG_ASSIGN); in p_comarg() 178 n+= p_arg(com->comarg,0); in p_comarg() 235 return(p_arg(t->ar.arexpr,ARG_ARITH)); in sh_tclear() 240 n=p_arg(t->sw.swarg,0); in sh_tclear() 250 n=p_arg(&(t->lst.lstlef->arg),0); in sh_tclear() 252 n+=p_arg(&(t->lst.lstrit->arg),0); in sh_tclear() 258 static int p_arg(register struct argnod *arg,int flag) in p_arg() function 278 n+=p_arg(reg->regptr,0); in p_switch()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | tdump.c | 36 static int p_arg(const struct argnod*); 117 return(p_arg(t->ar.arexpr)); in p_tree() 129 if(p_arg(t->sw.swarg)<0) in p_tree() 147 if(p_arg(&(t->lst.lstlef->arg))<0) in p_tree() 150 return(p_arg(&(t->lst.lstrit->arg))); in p_tree() 157 static int p_arg(register const struct argnod *arg) in p_arg() function 219 p_arg(com->comset); in p_comarg() 223 p_arg(com->comarg); in p_comarg() 249 p_arg(reg->regptr); in p_switch()
|
H A D | deparse.c | 48 static void p_arg(const struct argnod*, int endchar, int opts); 281 p_arg(t->sw.swarg,' ',0); in p_tree() 341 p_arg(&(t->lst.lstlef->arg),' ',0); in p_tree() 345 p_arg(&(t->lst.lstrit->arg),' ',0); in p_tree() 387 static void p_arg(register const struct argnod *arg,register int endchar,int opts) in p_arg() function 398 p_arg(arg->argnxt.ap,'|',opts); in p_arg() 523 p_arg(com->comset,flag,POST); in p_comarg() 529 p_arg(com->comarg,flag,POST); in p_comarg() 568 p_arg(reg->regptr,')',PRE); in p_switch()
|
H A D | xec.c | 276 static int p_arg(struct argnod*,int); 281 int n = p_arg(com->comset,ARG_ASSIGN); in p_comarg() 283 n+= p_arg(com->comarg,0); in p_comarg() 340 return(p_arg(t->ar.arexpr,ARG_ARITH)); in sh_tclear() 345 n=p_arg(t->sw.swarg,0); in sh_tclear() 355 n=p_arg(&(t->lst.lstlef->arg),0); in sh_tclear() 357 n+=p_arg(&(t->lst.lstrit->arg),0); in sh_tclear() 363 static int p_arg(register struct argnod *arg,int flag) in p_arg() function 383 n+=p_arg(reg->regptr,0); in p_switch()
|
/titanic_51/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 1616 boolean_t p_arg = B_FALSE; in do_show() local 1680 if (p_arg) in do_show() 1683 p_arg = B_TRUE; in do_show() 1707 if (u_arg && p_arg) in do_show() 1710 if (p_arg && !o_arg) in do_show() 1713 if (p_arg && strcasecmp(o_fields_str, "all") == 0) in do_show() 1720 (p_arg || o_arg || u_arg || i_arg)) { in do_show() 1726 (r_arg || t_arg || p_arg || o_arg || u_arg || i_arg)) { in do_show() 1773 state.ls_parsable = p_arg; in do_show() 1818 boolean_t p_arg in do_show_phys() local 1998 boolean_t p_arg = B_FALSE; do_show_link() local 2208 boolean_t p_arg = B_FALSE; do_show_aggr() local [all...] |
/titanic_51/usr/src/uts/common/krtld/ |
H A D | kobj_subr.c | 60 stand_bzero(void *p_arg, size_t count) in stand_bzero() argument 63 caddr_t p = p_arg; in stand_bzero()
|
/titanic_51/usr/src/cmd/flowstat/ |
H A D | flowstat.c | 544 boolean_t p_arg = B_FALSE; in main() local 609 if (p_arg) in main() 612 p_arg = B_TRUE; in main() 644 if (r_arg || t_arg || p_arg || o_arg || u_arg || in main() 661 if (u_arg && p_arg) in main() 664 if (p_arg && !o_arg) in main() 667 if (p_arg && strcasecmp(o_fields_str, "all") == 0) in main() 671 (r_arg || t_arg || p_arg || o_arg || u_arg || i_arg)) in main() 695 state.fs_parsable = p_arg; in main()
|
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/ipadm/ |
H A D | ipadm.c | 779 boolean_t p_arg = _B_FALSE; in set_ifprop() local 791 if (p_arg) in set_ifprop() 793 p_arg = _B_TRUE; in set_ifprop() 812 if (!m_arg || !p_arg || optind != argc - 1) in set_ifprop() 871 boolean_t p_arg = _B_FALSE; in do_show_prop() local 883 if (p_arg) in do_show_prop() 885 p_arg = _B_TRUE; in do_show_prop() 909 if (p_arg) in do_show_prop() 968 boolean_t p_arg = _B_FALSE; in set_prop() local 977 if (p_arg) in set_prop() 2008 boolean_t p_arg = _B_FALSE; set_addrprop() local [all...] |
/titanic_51/usr/src/cmd/dladm/ |
H A D | dladm.c | 3394 boolean_t p_arg = B_FALSE; in do_show_link() local 3417 if (p_arg) in do_show_link() 3420 p_arg = B_TRUE; in do_show_link() 3479 if (p_arg && !o_arg) in do_show_link() 3482 if (p_arg && strcasecmp(fields_str, "all") == 0) in do_show_link() 3494 state.ls_parsable = p_arg; in do_show_link() 3527 boolean_t p_arg = B_FALSE; in do_show_aggr() local 3562 if (p_arg) in do_show_aggr() 3565 p_arg = B_TRUE; in do_show_aggr() 3603 if (p_arg in do_show_aggr() 4399 boolean_t p_arg = B_FALSE; do_show_phys() local 4527 boolean_t p_arg = B_FALSE; do_show_vlan() local 5419 boolean_t p_arg = B_FALSE; do_modify_simnet() local 5523 boolean_t p_arg = B_FALSE; do_show_simnet() local [all...] |