/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | deathrow.c | 227 (void) uu_list_insert_after(deathrow_list, NULL, d); in deathrow_add()
|
H A D | protocol.c | 176 if (uu_list_insert_after(graph_queue->gpeq_event_list, NULL, e) == -1) in graph_event_requeue()
|
/illumos-gate/usr/src/lib/libuutil/common/ |
H A D | mapfile-vers | 84 uu_list_insert_after;
|
H A D | libuutil.h | 291 int uu_list_insert_after(uu_list_t *, void *_target, void *_elem);
|
H A D | uu_list.c | 627 uu_list_insert_after(uu_list_t *lp, void *target, void *elem) in uu_list_insert_after() function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | wait.c | 264 (void) uu_list_insert_after(method_list, NULL, me); in register_method()
|
H A D | tlx.c | 416 (void) uu_list_insert_after(queue, NULL, ci); in queue_conind()
|
H A D | repval.c | 222 (void) uu_list_insert_after(list, NULL, rv); in add_rep_val()
|
H A D | inetd.c | 2123 (void) uu_list_insert_after(instance_list, NULL, instance); in process_restarter_event()
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | objects.c | 263 (void) uu_list_insert_after(object_list->object_list, in nwamd_object_init()
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg.h | 391 #define uu_list_prepend(list, elem) uu_list_insert_after(list, NULL, elem)
|
H A D | svccfg_tmpl.c | 1839 result = uu_list_insert_after(errs->te_list, NULL, ite); in tmpl_errors_add_im() 3942 status = uu_list_insert_after(errs->te_scf, errs->te_cur_scf, ste); in tmpl_validate_instance()
|
H A D | svccfg_libscf.c | 4436 if (uu_list_insert_after(imp_deleted_dpts, NULL, dpt) != 0) in upgrade_dependent() 4521 if (uu_list_insert_after(imp_deleted_dpts, NULL, dpt) != 0) in upgrade_dependent() 8646 if (uu_list_insert_after(imp_deleted_dpts, NULL, in lscf_dependent_apply() 15204 if (uu_list_insert_after(cur_levels, NULL, cur_elt) != 0) in lscf_selectsnap()
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | configd.c | 280 (void) uu_list_insert_after(thread_list, uu_list_last(thread_list), in thread_start()
|
H A D | rc_node.c | 1894 (void) uu_list_insert_after(pp->rn_children, np, newp); in rc_node_relink_child() 7328 (void) uu_list_insert_after(np->rn_pg_notify_list, NULL, pnp); in rc_pg_notify_setup() 7376 (void) uu_list_insert_after(rc_notify_info_list, NULL, rnip); in rc_notify_info_insert_locked() 7558 (void) uu_list_insert_after(rc_notify_list, np, me); in rc_notify_info_wait()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 707 verify(uu_list_insert_after(clp->cl_list, in changelist_gather()
|
/illumos-gate/usr/src/cmd/svc/svcprop/ |
H A D | svcprop.c | 757 (void) uu_list_insert_after(prop_list, NULL, p); in add_prop()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/ |
H A D | inetadm.c | 155 (void) uu_list_insert_after(*sv_list, NULL, sv_el); in add_proto_list()
|
/illumos-gate/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.c | 924 (void) uu_list_insert_after(cfg->proto_list, NULL, in valid_props()
|