Searched refs:list_write (Results 1 – 3 of 3) sorted by relevance
| /onnv-gate/usr/src/cmd/wbem/provider/tools/rds/ |
| H A D | rds.c | 410 if (list_write(L_AC_USR, Po) == -1) in process_cmds() 412 if (list_write(L_USR_SI, Po) == -1) in process_cmds() 414 if (list_write(L_AC_PRJ, Po) == -1) in process_cmds() 416 if (list_write(L_PRJ_SI, Po) == -1) in process_cmds() 418 if (list_write(L_SYSTEM, Po) == -1) in process_cmds() 451 if (list_write(L_PRC_SI, Po) == -1) in process_cmds() 485 if (list_write(L_USR_SI, Po) == -1) in process_cmds() 518 if (list_write(L_AC_USR, Po) == -1) in process_cmds() 551 if (list_write(L_PRJ_SI, Po) == -1) in process_cmds() 582 if (list_write(L_AC_PRJ, Po) == -1) in process_cmds() [all …]
|
| H A D | rdlist.c | 85 if (list_write(L_LWP, 0) == -1) in list_store() 87 if (list_write(L_PRC_SI, 0) == -1) in list_store() 89 if (list_write(L_USR_SI, 0) == -1) in list_store() 91 if (list_write(L_PRJ_SI, 0) == -1) in list_store() 186 list_write(int listt, int Po) in list_write() function
|
| H A D | rdlist.h | 61 extern int list_write(int listt, int Po);
|