Searched refs:nh (Results 1 - 25 of 32) sorted by relevance

12

/illumos-gate/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.c1620 * Parse the configuration file and create nodes/properties under nh
1632 picld_pluginutil_parse_config_file(picl_nodehdl_t nh, const char *filename) argument
1680 err = process_commands(cmds, STARTING_INDEX, nh, &last_processed_index);
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dphandle.c80 my_nodeid_t nh; local
81 nh.my_handle = (fc_phandle_t) d;
82 t = find_resource(&cdp->nodeids, &nh, match_handle);
105 my_nodeid_t nh; local
106 nh.node = d;
107 t = find_resource(&cdp->nodeids, &nh, match_nodeid);
122 my_nodeid_t *nh; local
125 nh = MALLOC(sizeof (my_nodeid_t));
126 nh->my_handle = mh;
127 nh
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c97 create_key(struct nm_next_hdr *nh) argument
100 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh->nmn_record;
110 unused_key(struct nm_next_hdr *nh, int shared, mdkey_t key) argument
127 if ((shared & NM_SHARED) && (lookup_shared_entry(nh, key, (char *)0,
136 (lookup_entry(nh, 0, -1, key, NODEV64, 0L) != NULL))
143 destroy_key(struct nm_next_hdr *nh, int shared, mdkey_t key) argument
145 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh->nmn_record;
158 while (unused_key(nh, shared, key))
250 struct nm_next_hdr *nh, /* parent record header */
254 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh
248 create_record( mddb_recid_t p_recid, struct nm_next_hdr *nh, int shared, size_t needed_space) argument
312 expand_record( struct nm_next_hdr *parent_nh, mddb_recid_t parent_recid, struct nm_next_hdr *nh, int shared) argument
390 struct nm_next_hdr *nh; local
453 alloc_entry( struct nm_next_hdr *nh, mddb_recid_t recid, size_t len, int shared, mddb_recid_t *id) argument
533 get_next_entry( struct nm_next_hdr *nh, caddr_t ent, size_t ent_size, size_t *off) argument
555 rem_entry( struct nm_next_hdr *nh, mddb_recid_t id, void *ent, size_t ent_size, size_t offset, int devid_nm) argument
604 rem_shr_entry( struct nm_next_hdr *nh, mddb_recid_t id, void *ent, size_t ent_size, size_t offset, int devid_nm) argument
663 struct nm_next_hdr *nh; local
763 struct nm_next_hdr *nh; local
784 struct nm_next_hdr *nh; local
805 struct nm_next_hdr *nh; local
820 update_entry( struct nm_next_hdr *nh, side_t side, mdkey_t key, int devid_nm) argument
894 remove_entry( struct nm_next_hdr *nh, side_t side, mdkey_t key, int devid_nm) argument
966 remove_shared_entry( struct nm_next_hdr *nh, mdkey_t key, char *nm, int devid_nm) argument
1101 lookup_entry( struct nm_next_hdr *nh, set_t setno, side_t side, mdkey_t key, md_dev64_t dev, int devid_nm ) argument
1208 struct nm_next_hdr *nh; local
1227 lookup_deventry( struct nm_next_hdr *nh, set_t setno, side_t side, mdkey_t key, char *drvnm, minor_t mnum, char *dirnm, char *filenm, struct nm_name **ret_rec ) argument
1378 lookup_shared_entry( struct nm_next_hdr *nh, mdkey_t key, char *nm, mddb_recid_t *id, int devid_nm ) argument
1516 lookup_hspentry( struct nm_next_hdr *nh, set_t setno, side_t side, mdkey_t key, char *name ) argument
1659 build_rec_hdr_list(struct nm_next_hdr *nh, mddb_recid_t recid, int shared) argument
1734 zero_data_ptrs(struct nm_next_hdr *nh, set_t setno) argument
1764 struct nm_next_hdr *nh, *did_nh = NULL; local
2237 struct nm_next_hdr *did_shr_nh, *did_nh = NULL, *nh = NULL; local
2368 struct nm_next_hdr *nh = NULL; local
2503 struct nm_next_hdr *nh; local
2562 struct nm_next_hdr *nh; local
2642 struct nm_next_hdr *nh; local
2692 struct nm_next_hdr *nh; local
2760 struct nm_next_hdr *nh; local
2821 struct nm_next_hdr *nh, *did_shr_nh, *did_nh = NULL; local
3158 struct nm_next_hdr *nh; local
3322 struct nm_next_hdr *nh; local
3452 struct nm_next_hdr *nh; local
3512 struct nm_next_hdr *nh; local
3586 struct nm_next_hdr *nh, *did_nh; local
3758 struct nm_next_hdr *nh; local
3915 struct nm_next_hdr *nh, *nnh; local
3980 struct nm_next_hdr *nh; local
4174 struct nm_next_hdr *nh, *did_nh, *this_nh, *did_shr_nh; local
4273 struct nm_next_hdr *nh, *did_nh; local
[all...]
H A Dmd.c1053 struct nm_next_hdr *nh; local
1208 if ((nh = get_first_record(setno, 0, NM_NOTSHARED)) != NULL) {
1209 size = (int)((((struct nm_rec_hdr *)nh->nmn_record)->
1305 key < ((struct nm_rec_hdr *)nh->nmn_record)->r_next_key;
1310 if (lookup_entry(nh, setno, side, key, NODEV64, 0L) !=
1322 (void) remove_entry(nh,
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_cluster.c74 netstack_handle_t nh; local
88 netstack_next_init(&nh);
89 while ((ns = netstack_next(&nh)) != NULL) {
94 netstack_next_fini(&nh);
H A Dtcp_misc.c546 netstack_handle_t nh; local
561 netstack_next_init(&nh);
562 while ((ns = netstack_next(&nh)) != NULL) {
608 netstack_next_fini(&nh);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_common.h58 struct authlist *nh; member in struct:authlist
H A Drc_mem.c53 for (ta = t->h[rephash]; ta; ta = ta->nh) {
63 pta->nh = ta->nh;
68 t->h[rephash] = ta->nh;
89 ta->nh = t->h[rephash];
H A Drc_base.c65 qt = q->nh;
H A Drc_file.c58 for (ta = t->h[rephash]; ta; ta = ta->nh) {
87 ta->nh = t->h[rephash]; t->h[rephash] = ta;
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_misc.c195 netstack_handle_t nh; local
210 netstack_next_init(&nh);
211 while ((ns = netstack_next(&nh)) != NULL) {
257 netstack_next_fini(&nh);
H A Dsctp_hash.c142 netstack_handle_t nh; local
146 netstack_next_init(&nh);
147 while ((ns = netstack_next(&nh)) != NULL) {
152 netstack_next_fini(&nh);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nca/
H A Dncab2clf.c692 ssize_t num_iterations, ni, nh, no, olen; local
706 nh = ni = no = 0;
709 nh = read_n_bytes(ifd, ibuf, sizeof (nca_log_buf_hdr_t));
710 if (nh != sizeof (nca_log_buf_hdr_t)) {
730 ni = read_n_bytes(ifd, &(ibuf[nh]), (ssize_t)s->n_log_size);
743 if (b2clf_buf(ibuf, obuf, ni + nh, OUTFILE_BUF_SIZE, &olen)) {
758 bzero(ibuf, nh + ni);
/illumos-gate/usr/src/cmd/awk/
H A Dtran.c290 int i, nh, nsz; local
300 nh = hash(cp->nval, nsz);
301 cp->cnext = np[nh];
302 np[nh] = cp;
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c2086 hook_t *nh; local
2089 nh = &new->hi_hook;
2106 if ((nh->h_hint == HH_BEFORE) &&
2108 (char *)nh->h_hintvalue) == 0)) {
2112 if ((nh->h_hint == HH_AFTER) &&
2114 (char *)nh->h_hintvalue) == 0)) {
2120 if ((nh->h_hint == HH_AFTER) &&
2122 (char *)nh->h_hintvalue) == 0)) {
2126 if ((nh->h_hint == HH_BEFORE) &&
2128 (char *)nh
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c251 boolean_t nh = B_FALSE; local
256 nh = B_TRUE;
283 if (!nh) {
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c1238 struct roff_node *nbl, *nh, *nch, *nnext; local
1244 nh = mdoc->last;
1245 if (nh->norm->Bl.type != LIST_column) {
1246 if ((nch = nh->child) == NULL)
1252 nch = nh->child;
1263 if (nh->child == NULL)
1266 nbl = nh->parent;
1281 for (nch = nh->child; nch != NULL; nch = nch->next)
1286 nh->norm->Bl.ncols = argv->sz;
1287 nh
[all...]
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.c978 struct nd_hostserv nh; local
992 nh.h_host = (char *)host;
993 nh.h_serv = (char *)serv;
995 retval = netdir_getbyname(nconf, &nh, &na);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_dce.c213 netstack_handle_t nh; local
219 netstack_next_init(&nh);
220 while ((ns = netstack_next(&nh)) != NULL) {
233 netstack_next_fini(&nh);
H A Dip_ire.c2229 netstack_handle_t nh; local
2233 netstack_next_init(&nh);
2234 while ((ns = netstack_next(&nh)) != NULL) {
2246 netstack_next_fini(&nh);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c1269 ipaddr_t nh; local
1272 nh = ((struct sockaddr_in *)ai_nexthop->
1278 &nh, sizeof (ipaddr_t)) < 0) {
1291 struct sockaddr_in6 *nh; local
1294 nh = (struct sockaddr_in6 *)ai_nexthop->
1298 nh, sizeof (struct sockaddr_in6)) < 0) {
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c157 map_get(ml_unit_t *ul, enum maptypes maptype, int nh) argument
172 mtm->mtm_hash = kmem_zalloc((size_t) (sizeof (mapentry_t *) * nh),
174 mtm->mtm_nhash = nh;
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c242 netstack_handle_t nh; local
247 netstack_next_init(&nh);
248 while ((ns = netstack_next(&nh)) != NULL) {
256 netstack_next_fini(&nh);

Completed in 148 milliseconds

12