Searched refs:delp (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_ixl_misc.c | 485 hci1394_xfer_ctl_t *delp; in hci1394_delete_xfer_ctl() local 490 while ((delp = xcsp) != NULL) { in hci1394_delete_xfer_ctl() 499 kmem_free(delp, in hci1394_delete_xfer_ctl() 501 sizeof (hci1394_xfer_ctl_dma_t) * (delp->cnt - 1)); in hci1394_delete_xfer_ctl() 503 free(delp); in hci1394_delete_xfer_ctl()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs4.c | 563 static void sum_delegation(char *buf, size_t buflen, open_delegation4 *delp); 564 static void detail_delegation(open_delegation4 *delp); 3414 sum_delegation(char *buf, size_t buflen, open_delegation4 *delp) in sum_delegation() argument 3416 switch (delp->delegation_type) { in sum_delegation() 3422 sum_deleg_stateid(&delp->open_delegation4_u.write. in sum_delegation() 3427 sum_deleg_stateid(&delp->open_delegation4_u.write. in sum_delegation() 3429 sum_space_limit(&delp->open_delegation4_u.write. in sum_delegation() 3439 detail_delegation(open_delegation4 *delp) in detail_delegation() argument 3442 delp->delegation_type, in detail_delegation() 3443 delegation_type_name(delp->delegation_type)); in detail_delegation() [all …]
|
/titanic_41/usr/src/cmd/setfacl/ |
H A D | setfacl.c | 239 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()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 3289 struct watched_area *delp; in pr_free_watchpoints() local 3293 while ((delp = avl_destroy_nodes(&p->p_warea, &cookie)) != NULL) in pr_free_watchpoints() 3294 kmem_free(delp, sizeof (struct watched_area)); in pr_free_watchpoints()
|