Searched refs:delp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c485 hci1394_xfer_ctl_t *delp; local
490 while ((delp = xcsp) != NULL) {
499 kmem_free(delp,
501 sizeof (hci1394_xfer_ctl_dma_t) * (delp->cnt - 1));
503 free(delp);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c563 static void sum_delegation(char *buf, size_t buflen, open_delegation4 *delp);
564 static void detail_delegation(open_delegation4 *delp);
3412 sum_delegation(char *buf, size_t buflen, open_delegation4 *delp) argument
3414 switch (delp->delegation_type) {
3420 sum_deleg_stateid(&delp->open_delegation4_u.write.
3425 sum_deleg_stateid(&delp->open_delegation4_u.write.
3427 sum_space_limit(&delp->open_delegation4_u.write.
3437 detail_delegation(open_delegation4 *delp) argument
3440 delp->delegation_type,
3441 delegation_type_name(delp
[all...]
/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c235 * delp: delete entry list in ascii format
239 mod_entries(aclent_t *aclp, int cnt, char *modp, char *delp, argument
249 if (parse_entry_list(&aclp, &cnt, delp, DELETE) == -1)
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c3289 struct watched_area *delp; local
3293 while ((delp = avl_destroy_nodes(&p->p_warea, &cookie)) != NULL)
3294 kmem_free(delp, sizeof (struct watched_area));

Completed in 147 milliseconds