Lines Matching refs:hndl
225 rctl_hndl_t hndl; in rctlsys_get() local
251 if ((hndl = rctl_hndl_lookup(kname)) == -1) { in rctlsys_get()
280 if (rctl_set_find(rset, hndl, &rctl) == -1) { in rctlsys_get()
307 if (ret = rctl_local_get(hndl, NULL, nval, curproc)) { in rctlsys_get()
334 ret = rctl_local_get(hndl, oval, nval, curproc); in rctlsys_get()
392 rctl_hndl_t hndl; in rctlsys_set() local
422 if ((hndl = rctl_hndl_lookup(kname)) == -1) { in rctlsys_set()
429 rde = rctl_dict_lookup_hndl(hndl); in rctlsys_set()
588 if (ret = rctl_local_get(hndl, NULL, rval1, pp)) { in rctlsys_set()
601 } while (rctl_local_get(hndl, rval2, rval1, pp) == 0); in rctlsys_set()
666 if (ret = rctl_local_replace(hndl, oval, nval, pp)) { in rctlsys_set()
704 (rctl_local_get(hndl, NULL, rval1, pp) == 0)) { in rctlsys_set()
708 (void) rctl_local_delete(hndl, rval1, in rctlsys_set()
710 if (rctl_local_get(hndl, NULL, rval1, in rctlsys_set()
718 } while (rctl_local_get(hndl, rval2, rval1, pp) in rctlsys_set()
723 if (ret = rctl_local_insert(hndl, nval, pp)) { in rctlsys_set()
750 if (ret = rctl_local_delete(hndl, nval, pp)) { in rctlsys_set()
892 rctl_hndl_t hndl; in rctlsys_projset() local
912 if ((hndl = rctl_hndl_lookup(kname)) == -1) { in rctlsys_projset()
917 krde = rctl_dict_lookup_hndl(hndl); in rctlsys_projset()
1017 (void) rctl_local_replace_all(hndl, new_values, alloc_values, in rctlsys_projset()
1020 (void) rctl_local_insert_all(hndl, new_values, alloc_values, in rctlsys_projset()