| /onnv/onnv-gate/usr/src/lib/libast/common/sfio/ |
| sfnotify.c | 30 int sfnotify(void(*notify)(Sfio_t*, int, void*)) 32 int sfnotify(notify) 33 void (*notify)(); 36 _Sfnotify = notify;
|
| /onnv/onnv-gate/usr/src/cmd/mms/mm/common/ |
| mm_notify.c | 63 typedef struct notify notify_t; /* sql table notify object as a structure */ 64 struct notify { struct 93 static void notify_results(PGresult *results, int row, notify_t *notify); 94 static void notify_client(mm_wka_t *mm_wka, notify_t *notify, 101 /* Initialize notify. */ 115 mms_trace(MMS_ERR, "notify db connection failed"); 129 /* Close notify. */ 408 /* no notify row for this */ 609 "\"NOTIFY\" where 1591 notify_t notify; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/clear_locks/ |
| clear_locks.c | 164 struct nlm_notify notify; local 167 notify.state = 0; 168 notify.name = client; 170 xdr_nlm_notify, (char *)¬ify, xdr_void, 0, NULL);
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| cancel.c | 57 notify (prs, "canceled by remote system\n", 0, 0, 0);
|
| dowait.c | 40 * Macro to test if we should notify the user. 158 notify (prs, errbuf, killed, exited, 0); 163 * If the request was canceled, call "notify()" 164 * in case we're to notify the user. 169 notify (prs, (char *)0, 0, 0, 0); 173 * "notify()" in case we're to notify the user. 180 notify (prs, (char *)0, 0, 0, 0); 378 notify (prs, errbuf, killed, exited, 1); 384 * If the request was canceled, call "notify()" [all...] |
| /onnv/onnv-gate/usr/src/lib/libmail/inc/ |
| libmail.h | 64 extern void notify(char *user, char *msg, int check_mesg_y, char *etcdir); 82 extern void notify();
|
| /onnv/onnv-gate/usr/src/lib/libast/common/include/ |
| shcmd.h | 53 unsigned char notify; member in struct:Shbltin_s 81 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
|
| /onnv/onnv-gate/usr/src/lib/libcmd/common/ |
| chmod.c | 162 int notify = 0; local 183 notify = 1; 200 notify = 2; 281 if (notify == 2 || notify == 1 && (mode&S_IPERM) != (ent->fts_statp->st_mode&S_IPERM))
|
| cmdinit.c | 45 ((Shbltin_t*)(context))->notify = 1;
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| terror.c | 54 static void notify(); 67 notify(what, child); /* abs k15 */ 76 notify(what, child) function
|
| /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/ |
| shcmd.h | 62 unsigned char notify; member in struct:Shbltin_s 90 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
|
| /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/ |
| shcmd.h | 62 unsigned char notify; member in struct:Shbltin_s 90 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
|
| /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/ |
| shcmd.h | 62 unsigned char notify; member in struct:Shbltin_s 90 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
|
| /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/ |
| shcmd.h | 62 unsigned char notify; member in struct:Shbltin_s 90 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
|
| /onnv/onnv-gate/usr/src/uts/common/io/1394/ |
| s1394_cmp.c | 57 * number of retries to notify registered targets in case target list 212 /* notify other targets */ 298 boolean_t notify = B_TRUE; local 306 notify = B_FALSE; 322 /* notify all targets */ 323 if (notify) { 336 boolean_t notify = B_TRUE; local 344 notify = B_FALSE; 360 /* notify all targets */ 361 if (notify) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
| DoPrinterView.java | 185 String notify = null; local 378 notify = "write"; 380 notify = "mail"; 382 notify = "none"; 388 notify = str.substring(++i, j); 392 notify = "quiet"; 394 notify = "unknown"; 434 p.setNotify(notify);
|
| Printer.java | 49 private String notify = null; field in class:Printer 349 notify = arg; 441 return (notify);
|
| DoPrinterMod.java | 139 String notify = null; local 180 notify = p.getNotify(); 276 (notify == null) && 318 (notify == null) && 443 if (notify != null) 444 cmd = cmd.concat(" -A " + notify);
|
| /onnv/onnv-gate/usr/src/lib/libmail/common/ |
| notifyu.c | 53 notify(char *user, char *msg, int check_mesg_y, char *etcdir) function
|
| /onnv/onnv-gate/usr/src/uts/i86pc/io/acpi_drv/ |
| acpi_video.c | 210 acpi_video_switch_notify(ACPI_HANDLE hdl, uint32_t notify, void *ctx) 214 notify); 218 switch (notify) { 234 notify); 242 acpi_video_brightness_notify(ACPI_HANDLE hdl, uint32_t notify, void *ctx) 249 notify); 253 switch (notify) { 285 "unknown event 0x%x.\n", notify); 299 /* bind video switch notify */ 312 /* bind brightness control notify */ [all...] |
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/dchanger/ |
| DCPanel.java | 174 * notify(). Then it does its task and goes back to sleep. And 197 notify(); method
|
| /onnv/onnv-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
| kernelSession.h | 86 CK_NOTIFY Notify; 167 CK_VOID_PTR pApplication, CK_NOTIFY notify, CK_ULONG *phSession);
|
| /onnv/onnv-gate/usr/src/cmd/news/ |
| news.c | 97 void notify(char *); 154 late_news (notify, 0); 393 notify(char *s) function
|
| /onnv/onnv-gate/usr/src/cmd/vi/port/ |
| expreserve.c | 90 void notify(int, unsigned char *, int, int); 326 notify(H.Uid, H.Savedfile, (int) name, H.encrypted); 395 * Notify user uid that his file fname has been saved. 398 notify(int uid, unsigned char *fname, int flag, int cryflag) function
|
| /onnv/onnv-gate/usr/src/uts/common/xen/io/ |
| evtchn_dev.c | 421 struct ioctl_evtchn_notify notify; local 423 if (copyin((void *)data, ¬ify, sizeof (notify))) { 428 if (notify.port >= NR_EVENT_CHANNELS) { 430 } else if (port_user[notify.port] != ep) { 433 ec_notify_via_evtchn(notify.port);
|