Home
last modified time | relevance | path

Searched refs:thread_arg (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c1326 struct nwamd_dhcp_thread_arg *thread_arg = arg; in start_dhcp_thread() local
1334 name = thread_arg->name; in start_dhcp_thread()
1335 type = thread_arg->type; in start_dhcp_thread()
1336 ipaddr = thread_arg->ipaddr; in start_dhcp_thread()
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_doorsvc.c487 smbd_door_dispatch_op(void *thread_arg) in smbd_door_dispatch_op() argument
489 smbd_arg_t *arg = (smbd_arg_t *)thread_arg; in smbd_door_dispatch_op()