Searched defs:network (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/nsswitch/ldap/common/ |
H A D | getnetent.c | 67 char **network, *cname = NULL; local 111 network = __ns_ldap_getAttr(result->entry, _N_NETWORK); 112 if (network == NULL || network[0] == NULL || 113 (len = strlen(network[0])) < 1) { 117 len = snprintf(buffer, buflen, "%s %s", cname, network[0]); 145 * string for it as a network number. To allow for the possibility of 191 * getbyname gets a network entry by name. This function constructs an 192 * ldap search filter using the network name invocation parameter and the 228 * getbyaddr gets a network entr [all...] |
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | date.c | 161 "[n!:network?Set network time.]" 210 settime(void* context, const char* cmd, Time_t now, int adjust, int network) argument 217 if (!adjust && !network) 233 if (network) 292 int network = 0; /* don't set network time */ local 333 network = 1; 476 else if (settime(context, cmd, now, increment, network))
|
/illumos-gate/usr/src/cmd/hal/addons/network-devices/ |
H A D | snmp.c | 24 #include "network-discovery.h" 58 /* have we already seen this network device */ 67 char *network) 76 ctx, NP(parent), NP(community), NP(network))); 83 session.peername = network; 66 scan_for_devices_using_snmp(LibHalContext *ctx, char *parent, char *community, char *network) argument
|
H A D | addon-network-discovery.c | 28 #include "network-discovery.h" 40 char *network; member in struct:__anon607 46 nds_snmp_scan(LibHalContext *ctx, char *parent, char *community, char *network) argument 51 ctx, NP(parent), NP(community), NP(network))); 56 if (network == NULL) { 66 scan_for_devices_using_snmp(ctx, parent, community, network); 84 if (args->network) free(args->network); 89 nds_snmp_scan(args->ctx, args->parent, args->community, args->network); 96 char *community, char *network) 95 nds_EnablePrinterScanningViaSNMP(LibHalContext *ctx, char *parent, int interval, char *community, char *network) argument 137 nds_ScanForPrintersViaSNMP(LibHalContext *ctx, char *parent, char *community, char *network) argument 168 char *network = "0.0.0.0"; local 186 char *network = "0.0.0.0"; local [all...] |
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmTop.java | 86 JMenuItem network; field in class:pmTop 572 // new network printer... 632 network = new JMenuItem( 636 network.addActionListener( 656 network.setEnabled(false); 658 objectMenu.add(network); 996 network.setEnabled(false); 1004 network.setEnabled(true);
|
/illumos-gate/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_clnt.c | 268 int *mirror_down, int network) 285 network) /* fail fast */ 1765 * during the network write above. 1930 * during the network write above. 2429 * drain the async network queue for the whole group. Bail out if nothing 2524 * drain the async network queue for the whole group. Bail out if nothing 2573 * We want to release all the blocks currently on the network flushing queue 267 rdc_net_getstate(rdc_k_info_t *krdc, int *serial_mode, int *use_mirror, int *mirror_down, int network) argument
|
Completed in 53 milliseconds