Searched defs:handlep (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/lib/libipmp/common/
H A Dipmp.c39 * Allocate a handle and store it in `*handlep' upon success. Returns an IPMP
43 ipmp_open(ipmp_handle_t *handlep) argument
55 *handlep = statep;
/osnet-11/usr/src/lib/libdhcpsvc/modules/templates/
H A Ddhcp_network.c38 * ``location'' and initializes ``handlep'' to point to the instance handle.
43 open_dn(void **handlep, const char *location, uint_t flags, argument
53 close_dn(void **handlep) argument
H A Ddhcptab.c38 * ``handlep'' to point to the instance handle. When creating a new dhcptab, the
43 open_dt(void **handlep, const char *location, uint_t flags) argument
52 close_dt(void **handlep) argument
/osnet-11/usr/src/lib/libwrap/
H A Dtli.c190 void *handlep; local
203 if ((handlep = setnetconfig()) == 0) {
207 while (config = getnetconfig(handlep)) {
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_finddev.c100 finddev_readdir_alt(const char *path, finddevhdl_t *handlep) argument
107 *handlep = NULL;
162 *handlep = (finddevhdl_t)handle;
178 finddev_readdir_devfs(const char *path, finddevhdl_t *handlep) argument
188 *handlep = NULL;
233 *handlep = (finddevhdl_t)handle;
251 finddev_readdir(const char *path, finddevhdl_t *handlep) argument
254 return (finddev_readdir_devfs(path, handlep));
256 return (finddev_readdir_alt(path, handlep));
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcptab.c91 open_dt(void **handlep, const char *location, uint_t flags) argument
149 *handlep = dhp;
154 close_dt(void **handlep) argument
156 free(*handlep);
H A Ddhcp_network.c178 open_dn(void **handlep, const char *dir, uint_t flags, argument
288 *handlep = dhp;
293 close_dn(void **handlep) argument
295 dn_handle_t *dhp = (dn_handle_t *)*handlep;
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcptab.c55 open_dt(void **handlep, const char *location, uint_t flags) argument
116 *handlep = dhp;
121 close_dt(void **handlep) argument
123 free(*handlep);
H A Ddhcp_network.c61 open_dn(void **handlep, const char *location, uint_t flags, argument
139 *handlep = dhp;
144 close_dn(void **handlep) argument
146 free(*handlep);
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcptab.c55 open_dt(void **handlep, const char *location, uint_t flags) argument
82 *handlep = dhp;
87 close_dt(void **handlep) argument
89 free(*handlep);
H A Ddhcp_network.c61 open_dn(void **handlep, const char *location, uint_t flags, argument
90 *handlep = dhp;
95 close_dn(void **handlep) argument
97 free(*handlep);
/osnet-11/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c643 hp_set_state_ceiling(hp_node_t node, int state, uint32_t *handlep, argument
654 "handlep=%p\n", (void *)node, state, (void *)handlep);
657 if ((node == NULL) || (handlep == NULL)) {
698 *handlep = 0;
699 if (nvlist_lookup_uint32(results, HPD_HANDLE, handlep) != 0) {
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c339 void *handlep; local
369 if ((handlep = setnetconfig()) == (void *) NULL) {
376 while (nconf = getnetconfig(handlep)) {
564 if (handlep != (void *) NULL)
565 (void) endnetconfig(handlep);
/osnet-11/usr/src/lib/libiov/sparc/
H A Dlibiov_hp.c86 uint32_t *handlep, hp_node_t *resultsp);
851 uint32_t *handlep, char **error_str)
857 handlep, &results);
1019 uint32_t *handlep, hp_node_t *resultsp)
1043 rv = hp_set_state_ceiling(node, state, handlep, resultsp);
850 iov_hp_set_offline_ceiling(char *path, char *connection, uint32_t *handlep, char **error_str) argument
1018 cmd_set_state_ceiling(char *path, char *connection, int state, uint32_t *handlep, hp_node_t *resultsp) argument
/osnet-11/usr/src/lib/libpicltree/
H A Dpicltree.c896 cvt_ptree2picl(picl_hdl_t *handlep) argument
901 pobj = hash_lookup_obj(&ptreetbl, *handlep);
903 *handlep = PICL_INVALID_PICLHDL;
905 (void) memcpy(handlep, &pobj->picl_hdl, sizeof (*handlep));

Completed in 57 milliseconds