Searched defs:mailbox (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/ucbcmd/from/
H A Dfrom.c34 char mailbox[MAXPATHLEN]; local
62 (void) sprintf(mailbox, "/var/mail/%s", argv[optind]);
65 (void) strcpy(mailbox, tmp_mailbox);
77 (void) sprintf(mailbox, "/var/mail/%s", name);
80 if (freopen(mailbox, "r", stdin) == NULL) {
81 (void) fprintf(stderr, "Can't open %s\n", mailbox);
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netlogon.c48 static void smb_netlogon_query(struct name_entry *server, char *mailbox,
120 char *mailbox,
160 src_name, ipstr, mailbox);
236 if (strcasecmp(netlogon_opt[i].mailslot, mailbox) == 0) {
237 syslog(LOG_DEBUG, "NetLogonReceive: %s", mailbox);
244 syslog(LOG_DEBUG, "NetLogonReceive[%s]: unknown mailslot", mailbox);
271 char *mailbox,
282 name_lengths = strlen(mailbox)+1+strlen(hostname)+1;
305 mailbox,
348 char *mailbox,
119 smb_netlogon_receive(struct datagram *datagram, char *mailbox, unsigned char *data, int datalen) argument
270 smb_netlogon_query(struct name_entry *server, char *mailbox, char *domain) argument
347 smb_netlogon_samlogon(struct name_entry *server, char *mailbox, char *domain, smb_sid_t *domain_sid) argument
[all...]
H A Dsmbns_browser.c598 int data_count, int reply, char *mailbox)
611 mailboxlen = strlen(mailbox) + 1;
642 mailbox); /* Mailbox address */
852 char *mailbox)
859 if (strcmp(mailbox, MAILSLOT_LANMAN) != 0) {
860 syslog(LOG_DEBUG, "smb browser: wrong mailbox (%s)", mailbox);
910 char *mailbox; local
936 &mailbox); /* Mailbox address */
952 if (strncasecmp("\\MAILSLOT\\NET\\", mailbox, 1
597 smb_browser_load_transact_header(unsigned char *buffer, int maxcnt, int data_count, int reply, char *mailbox) argument
851 smb_browser_process_AnnouncementRequest(struct datagram *datagram, char *mailbox) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c28 * Interface for Serengeti IOSRAM mailbox
150 * ECC event mailbox message taskq and parameters
161 * Initialise global mailbox stuff, etc
170 cmn_err(CE_PANIC, "Can't allocate memory for mailbox\n");
186 * Two mailbox channels SC -> OS , read-only
192 "Can't allocate memory for inbound mailbox\n");
198 "Can't allocate memory for outbound mailbox\n");
238 * destroy ECC event mailbox taskq
348 "Can't add SBBC mailbox "
404 * Read the mailbox heade
2017 mbox_read_header(uint32_t mailbox, struct sbbc_mbox_header *header) argument
2075 mbox_update_header(uint32_t mailbox, struct sbbc_mbox_header *header) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damrvar.h157 struct amr_mailbox mailbox; member in struct:amr_command
222 struct amr_mailbox *mailbox; member in struct:amr_softs
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c386 * mbox_p channel's mailbox,
432 /* Write to hardware the mailbox */
2218 tx_mbox_t **mailbox; local
2240 mailbox = &nxgep->tx_mbox_areas_p->txmbox_areas_p[channel];
2252 * and mailbox.
2255 pData, pRing, num_chunks, pControl, mailbox);
2295 * and mailbox.
2312 * Transmit block ring, and mailbox.
2340 tx_mbox_t *mailbox; local
2345 * unmap tx block ring, and mailbox
3109 tx_mbox_t *mailbox = nxgep-> local
3424 tx_mbox_t *mailbox; local
[all...]
H A Dnxge_rxdma.c1876 * Enable the mailbox update interrupt if we want
1877 * to use mailbox. We probably don't need to use
1878 * mailbox as it only saves us one pio read.
2823 * Enable mailbox update
3202 * 3. Setup buffers, descriptors, and mailbox.
3221 rx_mbox_t **mailbox; local
3245 * and mailbox.
3254 mailbox = &nxgep->rx_mbox_areas_p->rxmbox_areas[channel];
3257 chunks, control, rcr_ring, mailbox);
3286 rx_mbox_t *mailbox; local
[all...]
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c451 * Note: the inconvenient semantics of the interrupt mailbox
3917 uint32_t mailbox; local
4105 mailbox = bge_nic_get32(bgep, BGE_FIRMWARE_MAILBOX);
4107 while ((mailbox != (uint32_t)
4111 mailbox = bge_nic_get32(bgep,

Completed in 86 milliseconds