/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/ |
H A D | klmmod.c | 289 struct nlm_host nh; in nlm_host_walk_step() local 292 if (mdb_vread(&nh, sizeof (nh), addr) < 0) { in nlm_host_walk_step() 298 return (wsp->walk_callback(wsp->walk_addr, &nh, in nlm_host_walk_step() 318 struct nlm_host nh; in nlm_host_dcmd() local 333 if (mdb_vread(&nh, sizeof (nh), addr) == -1) { in nlm_host_dcmd() 340 (uintptr_t)nh.nh_name) < 0) in nlm_host_dcmd() 342 if (nlm_netbuf_str(haddr, sizeof (haddr), &nh.nh_addr) < 0) in nlm_host_dcmd() 346 nlm_host_print(addr, &nh, hname, haddr, flags); in nlm_host_dcmd() 356 mdb_printf("Refcnt: %u\n", nh.nh_refs); in nlm_host_dcmd() 357 mdb_printf(" Sysid: %d\n", (int)nh.nh_sysid); in nlm_host_dcmd() [all …]
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_cluster.c | 74 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 D | tcp_misc.c | 547 netstack_handle_t nh; in tcp_conn_reclaim() local 562 netstack_next_init(&nh); in tcp_conn_reclaim() 563 while ((ns = netstack_next(&nh)) != NULL) { in tcp_conn_reclaim() 609 netstack_next_fini(&nh); in tcp_conn_reclaim()
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_misc.c | 195 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 D | sctp_hash.c | 143 netstack_handle_t nh; in cl_sctp_walk_list() local 147 netstack_next_init(&nh); in cl_sctp_walk_list() 148 while ((ns = netstack_next(&nh)) != NULL) { in cl_sctp_walk_list() 153 netstack_next_fini(&nh); in cl_sctp_walk_list()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_mem.c | 51 for (ta = t->h[rephash]; ta; ta = ta->nh) { in rc_store() 61 pta->nh = ta->nh; in rc_store() 66 t->h[rephash] = ta->nh; in rc_store() 87 ta->nh = t->h[rephash]; in rc_store()
|
H A D | rc_common.h | 56 struct authlist *nh; member
|
H A D | rc_base.c | 65 qt = q->nh; in krb5int_rc_terminate()
|
H A D | rc_file.c | 58 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()
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | refcount.h | 138 #define zfs_refcount_transfer_ownership(rc, ch, nh) ((void)0) 139 #define zfs_refcount_transfer_ownership_many(rc, nr, ch, nh) ((void)0)
|
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/ |
H A D | picld_pluginutil.h | 34 extern int picld_pluginutil_parse_config_file(picl_nodehdl_t nh,
|
H A D | picld_pluginutil.c | 1632 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()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | hook.c | 2102 hook_t *nh; in hook_insert_afterbefore() local 2105 nh = &new->hi_hook; in hook_insert_afterbefore() 2122 if ((nh->h_hint == HH_BEFORE) && in hook_insert_afterbefore() 2124 (char *)nh->h_hintvalue) == 0)) { in hook_insert_afterbefore() 2128 if ((nh->h_hint == HH_AFTER) && in hook_insert_afterbefore() 2130 (char *)nh->h_hintvalue) == 0)) { in hook_insert_afterbefore() 2136 if ((nh->h_hint == HH_AFTER) && in hook_insert_afterbefore() 2138 (char *)nh->h_hintvalue) == 0)) { in hook_insert_afterbefore() 2142 if ((nh->h_hint == HH_BEFORE) && in hook_insert_afterbefore() 2144 (char *)nh->h_hintvalue) == 0)) { in hook_insert_afterbefore()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/ |
H A D | t.stately | 1 /^(al|ak|az|ar|ca|co|ct|de|fl|ga|hi|io|il|in|ia|ks|ky|la|me|md|ma|mi|mn|ms|mo|mt|nb|nv|nh|nj|nm|ny|…
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | tran.c | 327 int i, nh, nsz; in rehash() local 337 nh = hash(cp->nval, nsz); in rehash() 338 cp->cnext = np[nh]; in rehash() 339 np[nh] = cp; in rehash()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ |
H A D | ilb_probe.c | 251 boolean_t nh = B_FALSE; in set_sockaddr() local 256 nh = B_TRUE; in set_sockaddr() 283 if (!nh) { in set_sockaddr()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_dce.c | 218 netstack_handle_t nh; in ip_dce_reclaim() local 224 netstack_next_init(&nh); in ip_dce_reclaim() 225 while ((ns = netstack_next(&nh)) != NULL) { in ip_dce_reclaim() 238 netstack_next_fini(&nh); in ip_dce_reclaim()
|
H A D | ip_ire.c | 2229 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 D | spd.c | 3305 netstack_handle_t nh; in ipsec_action_reclaim() local 3309 netstack_next_init(&nh); in ipsec_action_reclaim() 3310 while ((ns = netstack_next(&nh)) != NULL) { in ipsec_action_reclaim() 3322 netstack_next_fini(&nh); in ipsec_action_reclaim() 5026 netstack_handle_t nh; in ipsec_prov_update_callback() local 5029 netstack_next_init(&nh); in ipsec_prov_update_callback() 5030 while ((ns = netstack_next(&nh)) != NULL) { in ipsec_prov_update_callback() 5034 netstack_next_fini(&nh); in ipsec_prov_update_callback()
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | rpcbind.c | 978 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()
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mdoc_validate.c | 1847 struct roff_node *nbl, *nh, *nch, *nnext; in post_bl_head() local 1853 nh = mdoc->last; in post_bl_head() 1854 if (nh->norm->Bl.type != LIST_column) { in post_bl_head() 1855 if ((nch = nh->child) == NULL) in post_bl_head() 1861 nch = nh->child; in post_bl_head() 1872 if (nh->child == NULL) in post_bl_head() 1875 nbl = nh->parent; in post_bl_head() 1890 for (nch = nh->child; nch != NULL; nch = nch->next) in post_bl_head() 1895 nh->norm->Bl.ncols = argv->sz; in post_bl_head() 1896 nh->norm->Bl.cols = (void *)argv->value; in post_bl_head() [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping.c | 1265 ipaddr_t nh; in set_nexthop() local 1268 nh = ((struct sockaddr_in *)ai_nexthop-> in set_nexthop() 1274 &nh, sizeof (ipaddr_t)) < 0) { in set_nexthop() 1287 struct sockaddr_in6 *nh; in set_nexthop() local 1290 nh = (struct sockaddr_in6 *)ai_nexthop-> in set_nexthop() 1294 nh, sizeof (struct sockaddr_in6)) < 0) { in set_nexthop()
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lparser.c | 645 int nh; /* total number of `record' elements */ member 658 checklimit(fs, cc->nh, MAX_INT, "items in a constructor"); in recfield() 663 cc->nh++; in recfield() 736 cc.na = cc.nh = cc.tostore = 0; in constructor() 751 SETARG_C(fs->f->code[pc], luaO_int2fb(cc.nh)); /* set initial table size */ in constructor()
|
/illumos-gate/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet.c | 243 netstack_handle_t nh; in ipnetif_init() local 248 netstack_next_init(&nh); in ipnetif_init() 249 while ((ns = netstack_next(&nh)) != NULL) { in ipnetif_init() 257 netstack_next_fini(&nh); in ipnetif_init()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | lufs_map.c | 157 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()
|