Searched defs:mode (Results 1 - 5 of 5) sorted by relevance
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/link_aggregation/ |
H A D | solaris.rb | 34 "link,mode,policy,addrpolicy,lacpactivity,lacptimer").split( 36 link, mode, policy, addrpolicy, lacpactivity, lacptimer = \ 49 :mode => mode, 70 [:lower_links, :mode, :policy, :lacpmode, :lacptimer, 100 def mode=(value) 141 if mode = @resource[:mode] 142 options << "-m" << mode
|
/solaris-userland-s11u3/components/apache2/mod_sed/ |
H A D | mod_sed.c | 387 ap_input_mode_t mode, 397 if (mode != AP_MODE_READBYTES) { 398 return ap_get_brigade(f->next, bb, mode, block, readbytes); 403 return ap_get_brigade(f->next, bb, mode, block, readbytes); 410 return ap_get_brigade(f->next, bb, mode, block, readbytes); 443 status = ap_get_brigade(f->next, bbinp, mode, block, readbytes); 385 sed_request_filter(ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) argument
|
/solaris-userland-s11u3/components/bzip2/ |
H A D | oldapi.c | 139 bzopen(const char *path, const char *mode) argument 141 return (BZ2_bzopen(path, mode)); 145 bzdopen(int fd, const char *mode) argument 147 return (BZ2_bzdopen(fd, mode));
|
/solaris-userland-s11u3/components/libusb/ugen/src/ |
H A D | libusbugen.c | 82 int ep, int ep_type, int mode); 1378 int mode) 1389 "ep=0x%x mode=%d index=%d\n", ep, mode, index); 1459 * mode before opening the endpoint 1510 if ((fd = open(filename, mode)) == -1) { 1377 usb_check_device_and_status_open(usb_dev_handle *dev, int ep, int ep_type, int mode) argument
|
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/ |
H A D | psif_hw_data_be.h | 266 * consists of either a connected mode header or a datagram mode header. The 275 /* Header used for IB send commands using UD mode. */ 289 * consists of either a connected mode header or a datagram mode header. The 302 /* Header used with IB send commands using connected mode. */ 315 * consists of either a connected mode header or a datagram mode header. The 322 /* Header used for IB send commands using UD mode. */ 324 /* Header used with IB send commands using connected mode 2625 enum psif_epsc_log_mode mode:32; member in struct:psif_epsc_csr_log_ctrl 2947 enum psif_epsc_vimma_admmode mode:16; member in struct:psif_epsc_vimma_set_admmode [all...] |
Completed in 48 milliseconds