Home
last modified time | relevance | path

Searched refs:spawned (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c1280 HalDevice *spawned; in end() local
1282 spawned = hal_device_store_find (hald_get_gdl (), pc->merge_key); in end()
1283 if (spawned == NULL) in end()
1284 spawned = hal_device_store_find (hald_get_tdl (), pc->merge_key); in end()
1286 if (spawned == NULL) { in end()
1290 spawned = hal_device_new (); in end()
1291 hal_device_property_set_string (spawned, "info.bus", "unknown"); in end()
1294 hal_device_set_udi (spawned, pc->merge_key); in end()
1296 hal_device_store_add (hald_get_tdl (), spawned); in end()
1298 di_search_and_merge (spawned, DEVICE_INFO_TYPE_INFORMATION); in end()
[all …]
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt888 note=is produced at the point that the child process is spawned.
895 note=is produced at the point that the child process is spawned.
2075 note=produced at the point that the child process is spawned.
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME129 time-consuming processing are spawned in worker threads (e.g. WiFi
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dsh.memo3159 Note that no auxiliary processes are spawned by this script.
H A DRELEASE1272 08-09-10 A bug in which a subshell that spawned a background process could