Home
last modified time | relevance | path

Searched refs:nh (Results 1 – 25 of 29) sorted by relevance

12

/titanic_50/usr/src/lib/efcode/fcdriver/
H A Dphandle.c80 my_nodeid_t nh; in convert_phandle() local
81 nh.my_handle = (fc_phandle_t) d; in convert_phandle()
82 t = find_resource(&cdp->nodeids, &nh, match_handle); in convert_phandle()
105 my_nodeid_t nh; in revert_phandle() local
106 nh.node = d; in revert_phandle()
107 t = find_resource(&cdp->nodeids, &nh, match_nodeid); in revert_phandle()
122 my_nodeid_t *nh; in add_my_handle() local
125 nh = MALLOC(sizeof (my_nodeid_t)); in add_my_handle()
126 nh->my_handle = mh; in add_my_handle()
127 nh->node = d; in add_my_handle()
[all …]
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_cluster.c74 netstack_handle_t nh; in cl_tcp_walk_list() local
88 netstack_next_init(&nh); in cl_tcp_walk_list()
89 while ((ns = netstack_next(&nh)) != NULL) { in cl_tcp_walk_list()
94 netstack_next_fini(&nh); in cl_tcp_walk_list()
H A Dtcp_misc.c546 netstack_handle_t nh; in tcp_conn_reclaim() local
561 netstack_next_init(&nh); in tcp_conn_reclaim()
562 while ((ns = netstack_next(&nh)) != NULL) { in tcp_conn_reclaim()
608 netstack_next_fini(&nh); in tcp_conn_reclaim()
/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_misc.c195 netstack_handle_t nh; in sctp_conn_reclaim() local
210 netstack_next_init(&nh); in sctp_conn_reclaim()
211 while ((ns = netstack_next(&nh)) != NULL) { in sctp_conn_reclaim()
257 netstack_next_fini(&nh); in sctp_conn_reclaim()
H A Dsctp_hash.c142 netstack_handle_t nh; in cl_sctp_walk_list() local
146 netstack_next_init(&nh); in cl_sctp_walk_list()
147 while ((ns = netstack_next(&nh)) != NULL) { in cl_sctp_walk_list()
152 netstack_next_fini(&nh); in cl_sctp_walk_list()
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_mem.c53 for (ta = t->h[rephash]; ta; ta = ta->nh) { in rc_store()
63 pta->nh = ta->nh; in rc_store()
68 t->h[rephash] = ta->nh; in rc_store()
89 ta->nh = t->h[rephash]; in rc_store()
H A Drc_common.h58 struct authlist *nh; member
H A Drc_base.c65 qt = q->nh; in krb5int_rc_terminate()
H A Drc_file.c58 for (ta = t->h[rephash]; ta; ta = ta->nh) { in rc_store()
87 ta->nh = t->h[rephash]; t->h[rephash] = ta; in rc_store()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/nca/
H A Dncab2clf.c692 ssize_t num_iterations, ni, nh, no, olen; in b2clf() local
706 nh = ni = no = 0; in b2clf()
709 nh = read_n_bytes(ifd, ibuf, sizeof (nca_log_buf_hdr_t)); in b2clf()
710 if (nh != sizeof (nca_log_buf_hdr_t)) { in b2clf()
730 ni = read_n_bytes(ifd, &(ibuf[nh]), (ssize_t)s->n_log_size); in b2clf()
743 if (b2clf_buf(ibuf, obuf, ni + nh, OUTFILE_BUF_SIZE, &olen)) { in b2clf()
758 bzero(ibuf, nh + ni); in b2clf()
/titanic_50/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.h36 extern int picld_pluginutil_parse_config_file(picl_nodehdl_t nh,
H A Dllib-lpicld_pluginutil36 int picld_pluginutil_parse_config_file(picl_nodehdl_t nh,
H A Dpicld_pluginutil.c1632 picld_pluginutil_parse_config_file(picl_nodehdl_t nh, const char *filename) in picld_pluginutil_parse_config_file() argument
1680 err = process_commands(cmds, STARTING_INDEX, nh, &last_processed_index); in picld_pluginutil_parse_config_file()
/titanic_50/usr/src/cmd/awk/
H A Dtran.c290 int i, nh, nsz; in rehash() local
300 nh = hash(cp->nval, nsz); in rehash()
301 cp->cnext = np[nh]; in rehash()
302 np[nh] = cp; in rehash()
/titanic_50/usr/src/uts/common/io/
H A Dhook.c2086 hook_t *nh; in hook_insert_afterbefore() local
2089 nh = &new->hi_hook; in hook_insert_afterbefore()
2106 if ((nh->h_hint == HH_BEFORE) && in hook_insert_afterbefore()
2108 (char *)nh->h_hintvalue) == 0)) { in hook_insert_afterbefore()
2112 if ((nh->h_hint == HH_AFTER) && in hook_insert_afterbefore()
2114 (char *)nh->h_hintvalue) == 0)) { in hook_insert_afterbefore()
2120 if ((nh->h_hint == HH_AFTER) && in hook_insert_afterbefore()
2122 (char *)nh->h_hintvalue) == 0)) { in hook_insert_afterbefore()
2126 if ((nh->h_hint == HH_BEFORE) && in hook_insert_afterbefore()
2128 (char *)nh->h_hintvalue) == 0)) { in hook_insert_afterbefore()
/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc_validate.c1347 struct mdoc_node *nbl, *nh, *nch, *nnext; in post_bl_head() local
1351 nh = mdoc->last; in post_bl_head()
1353 if (nh->norm->Bl.type != LIST_column) { in post_bl_head()
1354 if ((nch = nh->child) == NULL) in post_bl_head()
1360 nch = nh->child; in post_bl_head()
1371 if (nh->child == NULL) in post_bl_head()
1374 nbl = nh->parent; in post_bl_head()
1389 argv->sz += nh->nchild; in post_bl_head()
1393 nh->norm->Bl.ncols = argv->sz; in post_bl_head()
1394 nh->norm->Bl.cols = (void *)argv->value; in post_bl_head()
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c251 boolean_t nh = B_FALSE; in set_sockaddr() local
256 nh = B_TRUE; in set_sockaddr()
283 if (!nh) { in set_sockaddr()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_dce.c213 netstack_handle_t nh; in ip_dce_reclaim() local
219 netstack_next_init(&nh); in ip_dce_reclaim()
220 while ((ns = netstack_next(&nh)) != NULL) { in ip_dce_reclaim()
233 netstack_next_fini(&nh); in ip_dce_reclaim()
H A Dip_ire.c2229 netstack_handle_t nh; in ip_ire_reclaim() local
2233 netstack_next_init(&nh); in ip_ire_reclaim()
2234 while ((ns = netstack_next(&nh)) != NULL) { in ip_ire_reclaim()
2246 netstack_next_fini(&nh); in ip_ire_reclaim()
H A Dspd.c3303 netstack_handle_t nh; in ipsec_action_reclaim() local
3307 netstack_next_init(&nh); in ipsec_action_reclaim()
3308 while ((ns = netstack_next(&nh)) != NULL) { in ipsec_action_reclaim()
3320 netstack_next_fini(&nh); in ipsec_action_reclaim()
5018 netstack_handle_t nh; in ipsec_prov_update_callback() local
5021 netstack_next_init(&nh); in ipsec_prov_update_callback()
5022 while ((ns = netstack_next(&nh)) != NULL) { in ipsec_prov_update_callback()
5026 netstack_next_fini(&nh); in ipsec_prov_update_callback()
/titanic_50/usr/src/cmd/rpcbind/
H A Drpcbind.c978 struct nd_hostserv nh; in check_hostserv() local
992 nh.h_host = (char *)host; in check_hostserv()
993 nh.h_serv = (char *)serv; in check_hostserv()
995 retval = netdir_getbyname(nconf, &nh, &na); in check_hostserv()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c1269 ipaddr_t nh; in set_nexthop() local
1272 nh = ((struct sockaddr_in *)ai_nexthop-> in set_nexthop()
1278 &nh, sizeof (ipaddr_t)) < 0) { in set_nexthop()
1291 struct sockaddr_in6 *nh; in set_nexthop() local
1294 nh = (struct sockaddr_in6 *)ai_nexthop-> in set_nexthop()
1298 nh, sizeof (struct sockaddr_in6)) < 0) { in set_nexthop()
/titanic_50/usr/src/uts/common/inet/ipnet/
H A Dipnet.c238 netstack_handle_t nh; in ipnetif_init() local
243 netstack_next_init(&nh); in ipnetif_init()
244 while ((ns = netstack_next(&nh)) != NULL) { in ipnetif_init()
252 netstack_next_fini(&nh); in ipnetif_init()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c157 map_get(ml_unit_t *ul, enum maptypes maptype, int nh) in map_get() argument
172 mtm->mtm_hash = kmem_zalloc((size_t) (sizeof (mapentry_t *) * nh), in map_get()
174 mtm->mtm_nhash = nh; in map_get()
/titanic_50/usr/src/grub/grub-0.97/
H A Dconfig.sub735 nh[45]000)

12