Searched defs:location (Results 1 - 25 of 40) sorted by relevance

12

/osnet-11/usr/src/lib/libdhcpsvc/modules/templates/
H A Dgeneral.c37 * status. If the ``location'' argument is non-NULL, the function validates
38 * the location for the data store containers (is it formed correctly
42 status(const char *location) argument
59 * Create the datastore-specific "location" if it doesn't already exist.
63 mklocation(const char *location) argument
H A Ddhcp_network.c38 * ``location'' and initializes ``handlep'' to point to the instance handle.
43 open_dn(void **handlep, const char *location, uint_t flags, argument
59 * Remove DHCP network container ``netp'' (host order) in location.
64 remove_dn(const char *location, const struct in_addr *netp) argument
137 * ``location'' in ``listppp''. Return number of list elements in ``count''.
144 list_dn(const char *location, char ***listppp, uint_t *count) argument
H A Ddhcptab.c37 * Creates or opens the dhcptab container in ``location'' and initializes
43 open_dt(void **handlep, const char *location, uint_t flags) argument
58 * Remove dhcptab container in ``location'' from data store. If the underlying
62 remove_dt(const char *location) argument
135 * ``location'' in ``listppp''. Return number of list elements in ``count''.
142 list_dt(const char *location, char ***listppp, uint_t *count) argument
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Dgeneral.c55 status(const char *location) argument
57 if (location != NULL) {
58 if (access(location, F_OK|R_OK) == -1) {
100 mkloctoken(const char *location, char *token, size_t tokensize) argument
103 if (realpath(location, token) == NULL)
H A Ddhcptab.c91 open_dt(void **handlep, const char *location, uint_t flags) argument
104 (void) strlcpy(dhp->dh_location, location, MAXPATHLEN);
106 dt2path(dtpath, MAXPATHLEN, location, "");
124 (void) remove_dt(location);
161 remove_dt(const char *location) argument
165 dt2path(dtpath, MAXPATHLEN, location, "");
262 * additional location information.
638 list_dt(const char *location, char ***listppp, uint_t *countp) argument
643 if (access(location, F_OK|R_OK) == -1) {
656 dt2path(dtpath, MAXPATHLEN, location, "");
[all...]
H A Ddhcp_network.c129 * modified record must be written at the same location as the original
1104 list_dn(const char *location, char ***listppp, uint_t *countp) argument
1114 dirp = opendir(location);
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Dgeneral.c60 status(const char *location) argument
62 if (location != NULL) {
63 if (access(location, F_OK|R_OK) == -1) {
80 mklocation(const char *location) argument
82 if (mkdirp(location, 0755) == -1) {
105 mkloctoken(const char *location, char *token, size_t tokensize) argument
108 if (realpath(location, token) == NULL)
H A Ddhcptab.c55 open_dt(void **handlep, const char *location, uint_t flags) argument
71 (void) strlcpy(dhp->dh_location, location, MAXPATHLEN);
73 dt2path(dtpath, MAXPATHLEN, location, "");
128 remove_dt(const char *location) argument
132 dt2path(dtpath, MAXPATHLEN, location, "");
244 * location information.
498 list_dt(const char *location, char ***listppp, uint_t *countp) argument
503 if (access(location, F_OK|R_OK) == -1) {
516 dt2path(dtpath, MAXPATHLEN, location, "");
H A Ddhcp_network.c61 open_dn(void **handlep, const char *location, uint_t flags, argument
81 (void) strlcpy(dhp->dh_location, location, MAXPATHLEN);
83 net2path(dnpath, MAXPATHLEN, location, netp->s_addr, "");
630 list_dn(const char *location, char ***listppp, uint_t *countp) argument
640 dirp = opendir(location);
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_entry.cc44 print_entry(entryp location, entry_object *e) argument
46 printf("entry at location %d: \n", location);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dhist.c57 Histloc_t location; local
147 location = hist_find(hp,argv[1],hist_max(hp)-1,0,-1);
148 if((range[++flag] = location.hist_command) < 0)
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/pcibus/common/
H A Dpci_sun4v.c42 #define PI_PROP_CHASSIS_LOCATION_NAME "chassis-location-name"
46 char *location; member in struct:_pci_fru
82 * chassis-location-name property as the node label.
178 * node with this location and set our FMRI to that value.
209 walkdata.location = alloca(locsiz+1);
210 (void) memset(walkdata.location, 0, locsiz+1);
211 (void) memcpy(walkdata.location, loc, locsiz);
236 char *location; local
240 /* This is the starting node. Do not check the location */
244 if (topo_node_label(node, &location,
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcptab.c55 open_dt(void **handlep, const char *location, uint_t flags) argument
67 (void) strlcpy(dhp->dh_location, location, MAXPATHLEN);
94 remove_dt(const char *location) argument
98 dt2path(dtpath, MAXPATHLEN, location, "");
198 * back additional location information.
429 list_dt(const char *location, char ***listppp, uint_t *countp) argument
434 if (access(location, F_OK|R_OK) == -1) {
447 dt2path(dtpath, MAXPATHLEN, location, "");
H A Ddhcp_network.c61 open_dn(void **handlep, const char *location, uint_t flags, argument
75 (void) strlcpy(dhp->dh_location, location, MAXPATHLEN);
82 net2path(dnpath, MAXPATHLEN, location, netp->s_addr, "");
533 list_dn(const char *location, char ***listppp, uint_t *countp) argument
542 dirp = opendir(location);
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_impl.h162 const char *location; member in struct:x86pi_hcfmri_info_s
/osnet-11/usr/src/lib/fm/libfmd_snmp/common/
H A Dproblem.c1150 char *location = "-"; local
1152 (void) nvlist_lookup_string(data, FM_FAULT_LOCATION, &location);
1154 ASN_OCTET_STR, (uchar_t *)location, strlen(location));
/osnet-11/usr/src/lib/fm/libfmd_zfs/common/
H A Dfmd_zfs.c319 char *devid, *chassissn, *location, *path; local
335 &location) == 0 &&
336 strcmp(cbp->cb_location, location) == 0)
476 fmd_zfs_iter_by_location(libzfs_handle_t *zhdl, char *chassissn, char *location, argument
483 cb.cb_location = location;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Ddavicom.c156 static int read_eeprom(unsigned long ioaddr, int location, int addr_len);
211 static int phy_read(int location)
239 phy_write_1bit(io_dcr9, location&i ? PHY_DATA_1: PHY_DATA_0);
256 static void phy_write(int location, u16 phy_data)
283 phy_write_1bit(io_dcr9, location&i ? PHY_DATA_1: PHY_DATA_0);
393 static int read_eeprom(unsigned long ioaddr, int location, int addr_len)
398 int read_cmd = location | EE_READ_CMD;
208 phy_read(int location) argument
253 phy_write(int location, u16 phy_data) argument
389 read_eeprom(unsigned long ioaddr, int location, int addr_len) argument
H A Depic100.c57 static int read_eeprom(int location);
59 static int mii_read(int phy_id, int location);
454 read_eeprom(int location) argument
458 int read_cmd = location | EE_READ_CMD;
494 mii_read(int phy_id, int location) argument
498 outl((phy_id << 9) | (location << 4) | MII_READOP, mmctl);
H A Dsis900.c131 static u16 sis900_read_eeprom(int location);
134 static u16 sis900_mdio_read(int phy_id, int location);
136 static void sis900_mdio_write(int phy_id, int location, int val);
435 * Description: reads and returns a given location from EEPROM
437 * Arguments: int location: requested EEPROM location
439 * Returns: u16: contents of requested EEPROM location
443 /* Read Serial EEPROM through EEPROM Access Register, Note that location is
445 static u16 sis900_read_eeprom(int location) argument
450 u32 read_cmd = location | EErea
515 sis900_mdio_read(int phy_id, int location) argument
[all...]
H A Dnatsemi.c214 static int eeprom_read(long addr, int location);
215 static int mdio_read(int phy_id, int location);
350 static int eeprom_read(long addr, int location) argument
355 int read_cmd = location | EE_ReadCmd;
388 static int mdio_read(int phy_id, int location) argument
390 if (phy_id == 1 && location < 32)
391 return inl(ioaddr + 0x80 + (location<<2)) & 0xffff;
/osnet-11/usr/src/lib/libsqlite/src/
H A Dmain.c1128 int location = db->temp_store==0 ? TEMP_STORE : db->temp_store; local
1130 if (location == 1) {
/osnet-11/usr/src/lib/libshell/common/edit/
H A Demacs.c146 #define location ep->_location macro
196 location.hist_command = -5;
222 if (location.hist_command == -5) /* to be initialized */
225 location.hist_command = hline;
226 location.hist_line = hloff;
228 if (location.hist_command <= hismin) /* don't start below minimum */
230 location.hist_command = hismin + 1;
231 location.hist_line = 0;
264 location = hist_locate(shgd->hist_ptr,location
1232 Histloc_t location; local
[all...]
H A Dhistory.c953 Histloc_t location; local
954 location.hist_command = -1;
955 location.hist_char = 0;
956 location.hist_line = 0;
958 return(location);
972 coffset = &location.hist_char;
980 return(location);
983 return(location);
988 if((location.hist_line=hist_match(hp,offset,string,coffset))>=0)
990 location
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h194 iso_32bit_t location; member in struct:rock_ridge::__anon314::CL
197 iso_32bit_t location; member in struct:rock_ridge::__anon314::PL

Completed in 282 milliseconds

12