Home
last modified time | relevance | path

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.c408 hci1394_xfer_ctl_t *delp; in hci1394_delete_xfer_ctl() local
410 while ((delp = xcsp) != NULL) { in hci1394_delete_xfer_ctl()
419 kmem_free(delp, in hci1394_delete_xfer_ctl()
421 sizeof (hci1394_xfer_ctl_dma_t) * (delp->cnt - 1)); in hci1394_delete_xfer_ctl()
423 free(delp); in hci1394_delete_xfer_ctl()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c565 static void detail_delegation(open_delegation4 *delp);
3417 switch (delp->delegation_type) { in sum_delegation()
3423 sum_deleg_stateid(&delp->open_delegation4_u.write. in sum_delegation()
3430 sum_space_limit(&delp->open_delegation4_u.write. in sum_delegation()
3440 detail_delegation(open_delegation4 *delp) in detail_delegation() argument
3443 delp->delegation_type, in detail_delegation()
3444 delegation_type_name(delp->delegation_type)); in detail_delegation()
3446 switch (delp->delegation_type) { in detail_delegation()
3453 delp->open_delegation4_u.read.recall ? in detail_delegation()
3460 delp->open_delegation4_u.write.recall ? in detail_delegation()
[all …]
/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c241 mod_entries(aclent_t *aclp, int cnt, char *modp, char *delp, in mod_entries() argument
249 if (parse_entry_list(&aclp, &cnt, delp, DELETE) == -1) in mod_entries()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c4071 struct watched_area *delp; in pr_free_watchpoints() local
4075 while ((delp = avl_destroy_nodes(&p->p_warea, &cookie)) != NULL) in pr_free_watchpoints()
4076 kmem_free(delp, sizeof (struct watched_area)); in pr_free_watchpoints()